Home
last modified time | relevance | path

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

/locale/programs/
A Dlocarchive.c1594 struct dataent struct
1659 struct dataent *files; in show_archive_content()
1664 * sizeof (struct dataent)); in show_archive_content()
1699 struct dataent *data, dataent; in show_archive_content() local
1702 data = (struct dataent *) bsearch (&dataent, files, sumused, in show_archive_content()
1703 sizeof (struct dataent), in show_archive_content()
1721 struct dataent *data, dataent; in show_archive_content() local
1725 && (dataent.file_offset in show_archive_content()
1732 data = (struct dataent *) bsearch (&dataent, files, sumused, in show_archive_content()
1733 sizeof (struct dataent), in show_archive_content()
[all …]

Completed in 6 milliseconds