Lines Matching full:select
33 * Scan the directory dirname calling select to make a list of selected
49 #define SELECT(x) CALL_BLOCK(select, x) macro
54 #define SELECT(x) select(x) macro
67 scandir_b_dirp(DIR *dirp, struct dirent ***namelist, select_block select, in scandir_b_dirp() argument
71 int (*select)(const struct dirent *), int (*dcomp)(const struct dirent **, in scandir_b_dirp()
85 if (select != NULL && !SELECT(d)) in scandir_b_dirp()
137 scandir_b(const char *dirname, struct dirent ***namelist, select_block select, in scandir_b() argument
141 int (*select)(const struct dirent *), int (*dcomp)(const struct dirent **, in scandir_b()
156 (dirp, namelist, select, dcomp)); in scandir_b()
162 int (*select)(const struct dirent *), int (*dcomp)(const struct dirent **, in scandirat()
176 return (scandir_dirp(dirp, namelist, select, dcomp)); in scandirat()