H A D | scandir.c | 33 * Scan the directory dirname calling select to make a list of selected 50 #define SELECT(x) CALL_BLOCK(select, x) macro 55 #define SELECT(x) select(x) macro 68 scandir_dirp_b(DIR *dirp, struct dirent ***namelist, select_block select, in scandir_dirp_b() argument 72 int (*select)(const struct dirent *), in scandir_dirp_b() 85 if (select != NULL && !SELECT(d)) in scandir_dirp_b() 143 scandir_b(const char *dirname, struct dirent ***namelist, select_block select, in scandir_b() argument 147 int (*select)(const struct dirent *), in scandir_b() 163 (dirp, namelist, select, dcomp); in scandir_b() 172 fdscandir_b(int dirfd, struct dirent ***namelist, select_block select, in fdscandir_b() argument [all …]
|