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

/macosx-10.10.1/Libc-1044.1.2/include/
H A Ddirent.h230 DIR *__opendir2(const char *, int) __DARWIN_ALIAS_I(__opendir2); variable
233 DIR *__opendir2(const char *, int) LIBC_ALIAS_I(__opendir2); variable
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dopendir.c61 return (__opendir2(name, DTF_HIDEW|DTF_NODUP));
85 __opendir2(const char *name, int flags) function
105 * Common routine for opendir(3), __opendir2(3) and fdopendir(3).
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dfts.c683 #define __opendir2(path, flag) opendir(path) macro
685 if ((dirp = __opendir2(cur->fts_accpath, oflag)) == NULL) {

Completed in 82 milliseconds