Home
last modified time | relevance | path

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

/locale/programs/
A Dlocarchive.c1659 struct dataent *files; in show_archive_content() local
1663 files = (struct dataent *) xmalloc (GET (head->sumhash_used) in show_archive_content()
1672 files[sumused].sum = (const unsigned char *) sumhashtab[cnt].sum; in show_archive_content()
1673 files[sumused].file_offset = GET (sumhashtab[cnt].file_offset); in show_archive_content()
1674 files[sumused++].nlink = 0; in show_archive_content()
1678 qsort (files, sumused, sizeof (struct dataent), dataentcmp); in show_archive_content()
1702 data = (struct dataent *) bsearch (&dataent, files, sumused, in show_archive_content()
1732 data = (struct dataent *) bsearch (&dataent, files, sumused, in show_archive_content()
1751 free (files); in show_archive_content()
/locale/
A Dcategories.def19 /* These definitions are used by the locale-related files in the C library

Completed in 9 milliseconds