Searched refs:FTS_ROOTLEVEL (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/compatibility/bsd/
H A Dfts.h91 #define FTS_ROOTLEVEL 0 macro
/haiku/src/libs/bsd/
H A Dfts.c193 p->fts_level = FTS_ROOTLEVEL;
288 for (p = sp->fts_cur; p->fts_level >= FTS_ROOTLEVEL;) {
435 if (p->fts_level == FTS_ROOTLEVEL) {
497 if (p->fts_level == FTS_ROOTLEVEL) {
593 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' ||
917 (cur->fts_level == FTS_ROOTLEVEL ?
1013 t->fts_level >= FTS_ROOTLEVEL; t = t->fts_parent)
1167 for (p = head; p->fts_level >= FTS_ROOTLEVEL;) {

Completed in 51 milliseconds