Home
last modified time | relevance | path

Searched refs:FTS_ROOTPARENTLEVEL (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/mandoc/
H A Dcompat_fts.h72 #define FTS_ROOTPARENTLEVEL -1 macro
H A Dcompat_fts.c106 parent->fts_level = FTS_ROOTPARENTLEVEL; in fts_open()
302 if (p->fts_level == FTS_ROOTPARENTLEVEL) { in fts_read()
/freebsd/lib/libc/gen/
H A Dfts-compat.h88 #define FTS_ROOTPARENTLEVEL -1 macro
H A Dfts-compat11.c149 parent->fts_level = FTS_ROOTPARENTLEVEL; in freebsd11_fts_open()
444 if (p->fts_level == FTS_ROOTPARENTLEVEL) { in freebsd11_fts_read()
H A Dfts.c148 parent->fts_level = FTS_ROOTPARENTLEVEL; in fts_open()
443 if (p->fts_level == FTS_ROOTPARENTLEVEL) { in fts_read()
H A Dfts-compat.c155 parent->fts_level = FTS_ROOTPARENTLEVEL; in __fts_open_44bsd()
452 if (p->fts_level == FTS_ROOTPARENTLEVEL) { in __fts_read_44bsd()
/freebsd/include/
H A Dfts.h83 #define FTS_ROOTPARENTLEVEL -1 macro