Searched refs:FTS_ROOTLEVEL (Results 1 – 2 of 2) sorted by relevance
130 p->fts_level = FTS_ROOTLEVEL; in fts_open()228 for (p = sp->fts_cur; p->fts_level >= FTS_ROOTLEVEL; ) { in fts_close()372 if (p->fts_level == FTS_ROOTLEVEL) { in fts_read()429 if (p->fts_level == FTS_ROOTLEVEL) { in fts_read()526 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' || in fts_children()770 (cur->fts_level == FTS_ROOTLEVEL ? FCHDIR(sp, sp->fts_rfd) : in fts_build()852 t->fts_level >= FTS_ROOTLEVEL; t = t->fts_parent) in fts_stat()996 for (p = head; p->fts_level >= FTS_ROOTLEVEL; ) { in fts_padjust()
80 #define FTS_ROOTLEVEL 0 macro