Searched refs:FTS_DOT (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/ksh-23/ksh/src/lib/libast/include/
H A Dftwalk.h102 #define FTW_NAME FTS_DOT /* access by Ftw_t.name */
H A Dfts.h83 #define FTS_DOT (FTS_D|FTS_DD) /* . or .. */ macro
/macosx-10.10/srm-7/srm/src/
H A Dtree_walker.c22 #define FTS_DOT 3 macro
108 case FTS_DOT: break;
/macosx-10.10/Libc-1044.1.2/include/
H A Dfts.h133 #define FTS_DOT 5 /* dot or dot-dot */ macro
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Dftwalk.c135 case FTS_DOT:
H A Dfts.c1086 f->fts_info = FTS_DOT;
/macosx-10.10/removefile-35/
H A Dremovefile_tree_walker.c108 case FTS_DOT:
/macosx-10.10/kext_tools-384.1.4/
H A Dsafecalls.c422 case FTS_DOT: // file named '.' or '..' (not requested)
/macosx-10.10/Libc-1044.1.2/gen/
H A Dfts.c173 if (p->fts_info == FTS_DOT)
994 return (FTS_DOT);
/macosx-10.10/copyfile-118.1.2/
H A Dcopyfile.c760 case FTS_DOT:

Completed in 304 milliseconds