Searched refs:newp (Results 1 – 7 of 7) sorted by relevance
/locale/programs/ |
A D | charmap.c | 946 struct charseq *newp; in charmap_new_char() local 952 newp = (struct charseq *) obstack_alloc (ob, sizeof (*newp) + nbytes); in charmap_new_char() 953 newp->nbytes = nbytes; in charmap_new_char() 955 newp->name = from; in charmap_new_char() 977 || newp->ucs4 >= 0x80000000) in charmap_new_char() 984 insert_entry (bt, newp->bytes, nbytes, newp); in charmap_new_char() 1046 newp = (struct charseq *) obstack_alloc (ob, sizeof (*newp) + nbytes); in charmap_new_char() 1047 newp->nbytes = nbytes; in charmap_new_char() 1049 newp->name = name_end; in charmap_new_char() 1072 || newp->ucs4 >= 0x80000000) in charmap_new_char() [all …]
|
A D | ld-collate.c | 323 newp->next = next; in make_seclist_elem() 326 newp->last = NULL; in make_seclist_elem() 328 return newp; in make_seclist_elem() 371 newp->wcorder = 0; in new_element() 382 newp->file = NULL; in new_element() 383 newp->line = 0; in new_element() 387 newp->last = NULL; in new_element() 388 newp->next = NULL; in new_element() 396 return newp; in new_element() 411 newp->line = 0; in new_symbol() [all …]
|
A D | localedef.c | 623 struct localedef_t *newp; in add_to_readlist() local 627 newp = xcalloc (1, sizeof (struct localedef_t)); in add_to_readlist() 628 newp->name = name; in add_to_readlist() 629 newp->repertoire_name = repertoire_name; in add_to_readlist() 632 runp = locales = newp; in add_to_readlist() 638 runp = runp->next = newp; in add_to_readlist()
|
A D | ld-ctype.c | 1298 *newp = now->val.ucs4; in get_character() 1503 *newp = last_wch; in charclass_ucs4_ellipsis() 1950 struct translit_ignore_t *newp; in read_translit_ignore_entry() local 1977 newp = NULL; in read_translit_ignore_entry() 1981 newp = (struct translit_ignore_t *) in read_translit_ignore_entry() 1983 newp->from = from; in read_translit_ignore_entry() 1984 newp->to = from; in read_translit_ignore_entry() 1985 newp->step = 1; in read_translit_ignore_entry() 1988 ctype->translit_ignore = newp; in read_translit_ignore_entry() 2032 newp->to = to; in read_translit_ignore_entry() [all …]
|
A D | locfile.c | 163 char *newp = alloca (arg->val.str.lenmb + 1); in locfile_read() local 165 *((char *) mempcpy (newp, arg->val.str.startmb, in locfile_read() 167 repertoire_name = newp; in locfile_read()
|
/locale/ |
A D | loadarchive.c | 347 struct archmapped *newp; in _nl_load_locale_from_archive() local 423 newp = (struct archmapped *) malloc (sizeof (struct archmapped)); in _nl_load_locale_from_archive() 424 if (newp == NULL) in _nl_load_locale_from_archive() 431 newp->ptr = addr; in _nl_load_locale_from_archive() 432 newp->from = from; in _nl_load_locale_from_archive() 433 newp->len = to - from; 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() 437 last = newp; in _nl_load_locale_from_archive()
|
A D | loadlocale.c | 192 char *newp; in _nl_load_locale() local 198 newp = (char *) alloca (filenamelen in _nl_load_locale() 200 __mempcpy (__mempcpy (__mempcpy (newp, file->filename, filenamelen), in _nl_load_locale() 204 fd = __open_nocancel (newp, O_RDONLY | O_CLOEXEC); in _nl_load_locale()
|
Completed in 23 milliseconds