Searched refs:FTS_NOSTAT_TYPE (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/include/
H A Dfts.h94 #define FTS_NOSTAT_TYPE 0x800 /* (non-std) no stat, but use d_type in struct dirent when available */ macro
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dfts.c238 if (options & FTS_NOSTAT_TYPE) options |= FTS_NOSTAT;
264 if (options & FTS_NOSTAT_TYPE) options |= FTS_NOSTAT;
695 else if (ISSET(FTS_NOSTAT_TYPE))

Completed in 120 milliseconds