Home
last modified time | relevance | path

Searched refs:nameent (Results 1 – 2 of 2) sorted by relevance

/locale/programs/
A Dlocale.c620 struct nameent struct
630 return strcoll (((const struct nameent *) a)->name, in nameentcmp() argument
631 ((const struct nameent *) b)->name); in nameentcmp()
678 struct nameent *names; in write_archive_locales()
681 names = (struct nameent *) xmalloc (head->namehash_used in write_archive_locales()
682 * sizeof (struct nameent)); in write_archive_locales()
691 qsort (names, used, sizeof (struct nameent), nameentcmp); in write_archive_locales()
A Dlocarchive.c1587 struct nameent struct
1605 return strcmp (((const struct nameent *) a)->name, in nameentcmp() argument
1606 ((const struct nameent *) b)->name); in nameentcmp()
1631 struct nameent *names; in show_archive_content()
1641 names = (struct nameent *) xmalloc (GET (head->namehash_used) in show_archive_content()
1642 * sizeof (struct nameent)); in show_archive_content()
1655 qsort (names, used, sizeof (struct nameent), nameentcmp); in show_archive_content()

Completed in 9 milliseconds