Searched refs:FTS_ROOTLEVEL (Results 1 – 6 of 6) sorted by relevance
167 p->fts_level = FTS_ROOTLEVEL; in fts_open()276 for (p = sp->fts_cur; p->fts_level >= FTS_ROOTLEVEL;) { in fts_close()328 (p->fts_level == FTS_ROOTLEVEL && p->fts_pathlen == 1 && \452 if (p->fts_level == FTS_ROOTLEVEL) { in fts_read()509 if (p->fts_level == FTS_ROOTLEVEL) { in fts_read()610 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' || in fts_children()898 (cur->fts_level == FTS_ROOTLEVEL ? in fts_build()988 t->fts_level >= FTS_ROOTLEVEL; t = t->fts_parent) in fts_stat()1189 for (p = head; p->fts_level >= FTS_ROOTLEVEL;) { in fts_padjust()
117 p->fts_level = FTS_ROOTLEVEL; in fts_open()202 for (p = sp->fts_cur; p->fts_level >= FTS_ROOTLEVEL;) { in fts_close()284 if (p->fts_level == FTS_ROOTLEVEL) { in fts_read()547 t->fts_level >= FTS_ROOTLEVEL; t = t->fts_parent) in fts_stat()684 for (p = head; p->fts_level >= FTS_ROOTLEVEL;) { in fts_padjust()
72 #define FTS_ROOTLEVEL 0 macro
104 #define FTS_ROOTLEVEL 0 macro
213 (R_flag && H_flag && file->fts_level == FTS_ROOTLEVEL); in handle_file()
387 if (curr->fts_level == FTS_ROOTLEVEL) { in copy()