Searched refs:readdir (Results 1 – 15 of 15) sorted by relevance
39 while ($fname = readdir ($dirhandle)) {145 while ($name = readdir ($misc_dir)) {164 while ($name = readdir ($top_dir)) {168 while ($sub_name = readdir ($sub_dir)) {
74 while ($fname = readdir ($dirhandle)) {108 while (my $fname = readdir ($dirhandle)) {181 while (my $subdir = readdir ($dirh_toplevel)) {197 while (my $file = readdir($dirh_module)) {
256 while ( (pEntry = readdir(pDir)) != 0 ) in GetContainedDirectories()289 while ( (pEntry = readdir(pDir)) != 0 ) in GetContainedFiles()
212 while ( (pEntry = readdir(pDir)) != 0 ) in GatherFileNames()290 while ( ( pEntry = readdir(pDir) ) != 0 ) in GatherSubDirectories()
72 struct dirent *readdir( DIR *pDir ) in readdir() function436 ( ( pDosEntry = readdir( pDosDir ) ) != NULL ) ) in Read()
58 dirent *readdir( DIR *pDir );
425 ( ( pDosEntry = readdir( pDosDir ) ) != NULL ) ) in Read()
1110 for ( dirent* pEntry = readdir( pDir ); in First()1112 pEntry = readdir( pDir ) ) in First()
367 ( ( pDosEntry = readdir( pDosDir ) ) != NULL ) ) in Read()
41 while ((pent = readdir(pdir))) { in add_to_collection()
35 @files=readdir(DIR);
207 while( ( dirp = readdir( dir ) ) != NULL ) in readDirectory()
250 while ((pdirent = readdir(pdir)) != NULL) in osl_readdir_impl_()
236 /* Define to 1 if you have the `readdir' function. */
946 while ((pdirent = readdir(pdir)) != NULL) in _osl_readdir_impl_()
Completed in 74 milliseconds