Searched refs:next (Results 1 – 11 of 11) sorted by relevance
/locale/programs/ |
A D | ld-collate.c | 323 newp->next = next; in make_seclist_elem() 388 newp->next = NULL; in new_element() 689 collate->cursor->last->next = collate->cursor->next; in unlink_element() 710 elem->next = collate->cursor ? collate->cursor->next : NULL; in insert_weights() 1250 elem->next = collate->cursor->next; in handle_ellipsis() 1456 elem->next = collate->cursor->next; in handle_ellipsis() 3186 sp->next = collate->current_section->next; in collate_read() 3619 seqp->last->next = seqp->next; in collate_read() 3673 prevp->next = runp->next; in collate_read() 3675 runp->next = collate->current_section->next; in collate_read() [all …]
|
A D | simple-hash.c | 55 struct hash_entry *next; member 129 table[idx].next = &table[idx]; in insert_entry_2() 134 table[idx].next = ((hash_entry *) htab->first)->next; in insert_entry_2() 135 ((hash_entry *) htab->first)->next = &table[idx]; in insert_entry_2() 202 *ptr = (void *) ((hash_entry *) htab->first)->next; in iterate_table() 208 *ptr = (void *) (((hash_entry *) *ptr)->next); in iterate_table()
|
A D | localedef.c | 272 runp = runp->next; in main() 618 runp = runp->next; in add_to_readlist() 636 while (runp->next != NULL) in add_to_readlist() 637 runp = runp->next; in add_to_readlist() 638 runp = runp->next = newp; in add_to_readlist()
|
A D | repertoire.c | 84 char *next; in repertoire_read() local 88 && (next = strsep (&i18npath, ":")) != NULL) in repertoire_read() 90 stpcpy (stpcpy (stpcpy (path, next), "/repertoiremaps/"), in repertoire_read() 97 stpcpy (stpcpy (stpcpy (path, next), "/"), filename); in repertoire_read()
|
A D | ld-ctype.c | 70 struct translit_to_t *next; member 82 struct translit_t *next; member 881 for (runp = firstp->next; runp != NULL; runp = runp->next) in ctype_finish() 892 runp->next = lastp; in ctype_finish() 1080 runp = runp->next) in ctype_output() 1774 irunp = irunp->next; in find_translit() 1875 result->next = NULL; in read_translit_entry() 1912 top = &(*top)->next; in read_translit_entry() 3589 endp = endp->next; in translit_flatten() 3889 runp = runp->next; in allocate_arrays() [all …]
|
A D | localedef.h | 83 struct localedef_t *next; member
|
A D | charmap.c | 111 char *next; in charmap_read() local 115 && (next = strsep (&i18npath, ":")) != NULL) in charmap_read() 117 stpcpy (stpcpy (path, next), "/charmaps"); in charmap_read() 122 cmfile = cmlr_open (next, filename, charmap_hash); in charmap_read()
|
A D | locfile.c | 74 char *next; in locfile_read() local 78 && (next = strsep (&i18npath, ":")) != NULL) in locfile_read() 80 stpcpy (stpcpy (stpcpy (path, next), "/locales/"), filename); in locfile_read() 86 stpcpy (stpcpy (stpcpy (path, next), "/"), filename); in locfile_read()
|
/locale/ |
A D | loadarchive.c | 71 struct archmapped *next; member 86 struct locale_in_archive *next; member 159 for (lia = archloaded; lia != NULL; lia = lia->next) in _nl_load_locale_from_archive() 355 mapped = mapped->next; in _nl_load_locale_from_archive() 434 assert (last->next == mapped); in _nl_load_locale_from_archive() 435 newp->next = mapped; in _nl_load_locale_from_archive() 436 last->next = newp; in _nl_load_locale_from_archive() 471 lia->next = archloaded; in _nl_load_locale_from_archive() 513 lia = lia->next; in _nl_archive_subfreeres() 537 am = headmap.next; in _nl_archive_subfreeres() [all …]
|
A D | findlocale.c | 342 ptr = ptr->next; in _nl_remove_locale()
|
A D | setlocale.c | 493 runp = runp->next; in libc_hidden_def()
|
Completed in 42 milliseconds