Searched refs:names (Results 1 – 3 of 3) sorted by relevance
/locale/programs/ |
A D | locale.c | 678 struct nameent *names; in write_archive_locales() local 681 names = (struct nameent *) xmalloc (head->namehash_used in write_archive_locales() 686 names[used].name = addr + namehashtab[cnt].name_offset; in write_archive_locales() 687 names[used++].locrec_offset = namehashtab[cnt].locrec_offset; in write_archive_locales() 691 qsort (names, used, sizeof (struct nameent), nameentcmp); in write_archive_locales() 697 PUT (xstrdup (names[cnt].name)); in write_archive_locales() 703 names[cnt].name, linebuf); in write_archive_locales() 705 locrec = (struct locrecent *) (addr + names[cnt].locrec_offset); in write_archive_locales() 715 free (names); in write_archive_locales()
|
A D | locarchive.c | 1631 struct nameent *names; in show_archive_content() local 1641 names = (struct nameent *) xmalloc (GET (head->namehash_used) in show_archive_content() 1650 names[used].name = ah.addr + GET (namehashtab[cnt].name_offset); in show_archive_content() 1651 names[used++].locrec_offset = GET (namehashtab[cnt].locrec_offset); in show_archive_content() 1655 qsort (names, used, sizeof (struct nameent), nameentcmp); in show_archive_content() 1687 + names[cnt].locrec_offset); in show_archive_content() 1717 + names[cnt].locrec_offset); in show_archive_content() 1746 printf (" %s/%s\n", names[cnt].name, in show_archive_content() 1755 puts (names[cnt].name); in show_archive_content()
|
/locale/ |
A D | categories.def | 65 the code because it has to be handled very specially. Only the names of 75 DEFINE_ELEMENT (_NL_CTYPE_CLASS_NAMES, "ctype-class-names", std, stringlist, 10, 32) 76 DEFINE_ELEMENT (_NL_CTYPE_MAP_NAMES, "ctype-map-names", std, stringlist, 2, 32)
|
Completed in 9 milliseconds