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

/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dftw.h36 #define FTW_PHYS (FTW_PHYSICAL) macro
/macosx-10.10/Libc-1044.1.2/include/
H A Dftw.h43 #define FTW_PHYS 0x01 /* Physical walk, don't follow sym links. */ macro
/macosx-10.10/Libc-1044.1.2/gen/
H A Dnftw.c76 if (ftwflags & FTW_PHYS) {
185 if (nfn && !(ftwflags & FTW_PHYS)) {
264 who doesn't should replace FTW_PHYS with
265 __DARWIN_UNIX03 ? 0 : FTW_PHYS */
266 return both_ftw(path, fn, NULL, nfds, FTW_PHYS);
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DOTATrustUtilities.c303 return nftw(path, unlink_cb, 64, FTW_DEPTH | FTW_PHYS);

Completed in 165 milliseconds