Home
last modified time | relevance | path

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

/openbsd/bin/ls/
H A Dprint.c90 if ((dp->list == NULL || dp->list->fts_level != FTS_ROOTLEVEL) && in printlong()
199 if ((dp->list == NULL || dp->list->fts_level != FTS_ROOTLEVEL) && in printcol()
279 if ((dp->list == NULL || dp->list->fts_level != FTS_ROOTLEVEL) && in printacol()
361 if (p->fts_level == FTS_ROOTLEVEL) in printlink()
H A Dls.c378 p->fts_level != FTS_ROOTLEVEL && !f_listdot) { in traverse()
621 (*a)->fts_level == FTS_ROOTLEVEL && !f_listdir) { in mastercmp()
/openbsd/lib/libc/gen/
H A Dfts.c117 p->fts_level = FTS_ROOTLEVEL; in fts_open()
215 for (p = sp->fts_cur; p->fts_level >= FTS_ROOTLEVEL;) { in fts_close()
360 if (p->fts_level == FTS_ROOTLEVEL) { in fts_read()
417 if (p->fts_level == FTS_ROOTLEVEL) { in fts_read()
516 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' || in fts_children()
773 (cur->fts_level == FTS_ROOTLEVEL ? FCHDIR(sp, sp->fts_rfd) : in fts_build()
855 t->fts_level >= FTS_ROOTLEVEL; t = t->fts_parent) in fts_stat()
1000 for (p = head; p->fts_level >= FTS_ROOTLEVEL;) { in fts_padjust()
/openbsd/include/
H A Dfts.h81 #define FTS_ROOTLEVEL 0 macro
/openbsd/usr.bin/du/
H A Ddu.c199 p->fts_level == FTS_ROOTLEVEL) in main()
/openbsd/bin/chmod/
H A Dchmod.c259 atflags = p->fts_level == FTS_ROOTLEVEL ? 0 : in main()
/openbsd/usr.sbin/rpki-client/
H A Drepo.c1796 if (e->fts_level == FTS_ROOTLEVEL) { in repo_cleanup_entry()
1833 if (e->fts_level == FTS_ROOTLEVEL) in repo_cleanup_entry()
1864 if (e->fts_errno == ENOENT && e->fts_level == FTS_ROOTLEVEL) in repo_cleanup_entry()
1946 if (e->fts_level == FTS_ROOTLEVEL) in remove_contents()
/openbsd/bin/cp/
H A Dcp.c318 if (curr->fts_level == FTS_ROOTLEVEL) { in copy()
/openbsd/usr.bin/find/
H A Dfunction.c320 if (entry->fts_level > FTS_ROOTLEVEL && in f_delete()
683 if (entry->fts_level == FTS_ROOTLEVEL) { in f_execdir()
717 if (entry->fts_level == FTS_ROOTLEVEL) { in f_execdir()
/openbsd/bin/mv/
H A Dcp.c259 if (curr->fts_level == FTS_ROOTLEVEL) { in copy()