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

/freebsd-13-stable/lib/libc/gen/
H A Dfts-compat.h99 #define FTS_DOT 5 /* dot or dot-dot */ macro
H A Dfts-compat.c180 if (p->fts_info == FTS_DOT)
828 p->fts_info == FTS_DC || p->fts_info == FTS_DOT))
948 return (FTS_DOT);
H A Dfts-compat11.c170 if (p->fts_info == FTS_DOT)
812 p->fts_info == FTS_DC || p->fts_info == FTS_DOT))
938 return (FTS_DOT);
H A Dfts.c167 if (p->fts_info == FTS_DOT)
808 p->fts_info == FTS_DC || p->fts_info == FTS_DOT))
933 return (FTS_DOT);
/freebsd-13-stable/contrib/mandoc/
H A Dcompat_fts.h80 #define FTS_DOT 5 /* dot or dot-dot */ macro
H A Dcompat_fts.c123 if (p->fts_info == FTS_DOT)
538 return (FTS_DOT);
/freebsd-13-stable/include/
H A Dfts.h94 #define FTS_DOT 5 /* dot or dot-dot */ macro
/freebsd-13-stable/usr.bin/find/
H A Dfunction.c1593 entry->fts_info == FTS_DNR || entry->fts_info == FTS_DOT ||

Completed in 123 milliseconds