Home
last modified time | relevance | path

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

/locale/programs/
A Dlocfile.c365 DIR *dirp; in siblings_uncached() local
391 dirp = opendir (base); in siblings_uncached()
392 if (dirp == NULL) in siblings_uncached()
403 other_dentry = readdir64 (dirp); in siblings_uncached()
434 closedir (dirp); in siblings_uncached()
A Dlocarchive.c1350 DIR *dirp; in add_locales_to_archive() local
1373 dirp = opendir (fname); in add_locales_to_archive()
1374 if (dirp == NULL) in add_locales_to_archive()
1382 while ((d = readdir64 (dirp)) != NULL) in add_locales_to_archive()
1439 closedir (dirp); in add_locales_to_archive()

Completed in 9 milliseconds