Searched refs:__opendir2 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/include/
H A Ddirent.h90 DIR *__opendir2(const char *, int);
/freebsd-11-stable/lib/libc/gen/
H A Dopendir.c61 return (__opendir2(name, DTF_HIDEW|DTF_NODUP));
77 __opendir2(const char *name, int flags) function
278 * Common routine for opendir(3), __opendir2(3) and fdopendir(3).
H A Dfts-compat.c653 #define __opendir2(path, flag) opendir(path) macro
655 if ((dirp = __opendir2(cur->fts_accpath, oflag)) == NULL) {
H A Dfts.c651 #define __opendir2(path, flag) opendir(path) macro
653 if ((dirp = __opendir2(cur->fts_accpath, oflag)) == NULL) {

Completed in 179 milliseconds