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

/freebsd-10.1-release/include/
H A Ddirent.h82 DIR *__opendir2(const char *, int);
/freebsd-10.1-release/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 DSymbol.map497 __opendir2;
H A Dfts-compat.c666 #define __opendir2(path, flag) opendir(path) macro
668 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 104 milliseconds