Home
last modified time | relevance | path

Searched refs:FTS_ROOTLEVEL (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/bin/ls/
Dprint.c89 if (dp->list->fts_level != FTS_ROOTLEVEL && (f_longform || f_size)) in printlong()
196 if (dp->list->fts_level != FTS_ROOTLEVEL && (f_longform || f_size)) in printcol()
270 if (dp->list->fts_level != FTS_ROOTLEVEL && (f_longform || f_size)) in printacol()
350 if (p->fts_level == FTS_ROOTLEVEL) in printlink()
Dls.c341 p->fts_level != FTS_ROOTLEVEL && !f_listdot) in traverse()
564 (*a)->fts_level == FTS_ROOTLEVEL && !f_listdir) { in mastercmp()
/mirbsd/src/lib/libc/gen/
Dfts.c148 p->fts_level = FTS_ROOTLEVEL; in fts_open()
242 for (p = sp->fts_cur; p->fts_level >= FTS_ROOTLEVEL;) { in fts_close()
389 if (p->fts_level == FTS_ROOTLEVEL) { in fts_read()
446 if (p->fts_level == FTS_ROOTLEVEL) { in fts_read()
544 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' || in fts_children()
803 (cur->fts_level == FTS_ROOTLEVEL ? FCHDIR(sp, sp->fts_rfd) : in fts_build()
878 t->fts_level >= FTS_ROOTLEVEL; t = t->fts_parent) in fts_stat()
1026 for (p = head; p->fts_level >= FTS_ROOTLEVEL;) { in fts_padjust()
/mirbsd/src/include/
Dfts.h84 #define FTS_ROOTLEVEL 0 macro
/mirbsd/src/bin/cp/
Dcp.c311 if (curr->fts_level == FTS_ROOTLEVEL) { in copy()
/mirbsd/src/usr.bin/find/
Dfunction.c463 if (entry->fts_level == FTS_ROOTLEVEL) { in f_execdir()
497 if (entry->fts_level == FTS_ROOTLEVEL) { in f_execdir()