Lines Matching refs:dirp
68 scandir_dirp_b(DIR *dirp, struct dirent ***namelist, select_block select, in scandir_dirp_b() argument
71 scandir_dirp(DIR *dirp, struct dirent ***namelist, in scandir_dirp_b()
84 while (errno = 0, (d = readdir(dirp)) != NULL) { in scandir_dirp_b()
151 DIR *dirp; in scandir_b() local
154 dirp = opendir(dirname); in scandir_b()
155 if (dirp == NULL) in scandir_b()
163 (dirp, namelist, select, dcomp); in scandir_b()
165 closedir(dirp); in scandir_b()
180 DIR *dirp; in fdscandir_b() local
183 dirp = fdopendir(dirfd); in fdscandir_b()
184 if (dirp == NULL) in fdscandir_b()
192 (dirp, namelist, select, dcomp); in fdscandir_b()
194 fdclosedir(dirp); in fdscandir_b()