Searched refs:dirp (Results 1 – 2 of 2) sorted by relevance
365 DIR *dirp; in siblings_uncached() local391 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()
1350 DIR *dirp; in add_locales_to_archive() local1373 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