Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dfts-compat11.c159 p->fts_level = FTS_ROOTLEVEL; in freebsd11_fts_open()
254 for (p = sp->fts_cur; p->fts_level >= FTS_ROOTLEVEL;) { in freebsd11_fts_close()
401 if (p->fts_level == FTS_ROOTLEVEL) { in freebsd11_fts_read()
463 if (p->fts_level == FTS_ROOTLEVEL) { in freebsd11_fts_read()
559 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' || in freebsd11_fts_children()
871 (cur->fts_level == FTS_ROOTLEVEL ? in fts_build()
968 t->fts_level >= FTS_ROOTLEVEL; t = t->fts_parent) in fts_stat()
1122 for (p = head; p->fts_level >= FTS_ROOTLEVEL;) { in fts_padjust()
H A Dfts.c158 p->fts_level = FTS_ROOTLEVEL; in fts_open()
253 for (p = sp->fts_cur; p->fts_level >= FTS_ROOTLEVEL;) { in fts_close()
400 if (p->fts_level == FTS_ROOTLEVEL) { in fts_read()
462 if (p->fts_level == FTS_ROOTLEVEL) { in fts_read()
558 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' || in fts_children()
870 (cur->fts_level == FTS_ROOTLEVEL ? in fts_build()
966 t->fts_level >= FTS_ROOTLEVEL; t = t->fts_parent) in fts_stat()
1108 for (p = head; p->fts_level >= FTS_ROOTLEVEL;) { in fts_padjust()
H A Dfts-compat.c169 p->fts_level = FTS_ROOTLEVEL; in __fts_open_44bsd()
264 for (p = sp->fts_cur; p->fts_level >= FTS_ROOTLEVEL;) { in __fts_close_44bsd()
413 if (p->fts_level == FTS_ROOTLEVEL) { in __fts_read_44bsd()
470 if (p->fts_level == FTS_ROOTLEVEL) { in __fts_read_44bsd()
565 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' || in __fts_children_44bsd()
889 (cur->fts_level == FTS_ROOTLEVEL ? in fts_build()
977 t->fts_level >= FTS_ROOTLEVEL; t = t->fts_parent) in fts_stat()
1143 for (p = head; p->fts_level >= FTS_ROOTLEVEL;) { in fts_padjust()
H A Dfts-compat.h89 #define FTS_ROOTLEVEL 0 macro
/freebsd/contrib/mandoc/
H A Dcompat_fts.c112 p->fts_level = FTS_ROOTLEVEL; in fts_open()
197 for (p = sp->fts_cur; p->fts_level >= FTS_ROOTLEVEL;) { in fts_close()
279 if (p->fts_level == FTS_ROOTLEVEL) { in fts_read()
542 t->fts_level >= FTS_ROOTLEVEL; t = t->fts_parent) in fts_stat()
681 for (p = head; p->fts_level >= FTS_ROOTLEVEL;) { in fts_padjust()
H A Dcompat_fts.h73 #define FTS_ROOTLEVEL 0 macro
/freebsd/include/
H A Dfts.h84 #define FTS_ROOTLEVEL 0 macro
/freebsd/bin/cp/
H A Dcp.c308 if (curr->fts_level == FTS_ROOTLEVEL) { in copy()
333 * Since the first level MUST be FTS_ROOTLEVEL, base in copy()
336 if (curr->fts_level == FTS_ROOTLEVEL) { in copy()
/freebsd/bin/ls/
H A Dls.c691 if (p->fts_level != FTS_ROOTLEVEL && in traverse()
908 if (cur->fts_level == FTS_ROOTLEVEL) in display()
1042 (*a)->fts_level == FTS_ROOTLEVEL && !f_listdir) { in mastercmp()
/freebsd/bin/chflags/
H A Dchflags.c156 p->fts_level == FTS_ROOTLEVEL)) in main()
/freebsd/bin/chmod/
H A Dchmod.c158 p->fts_level == FTS_ROOTLEVEL)) in main()
/freebsd/usr.sbin/chown/
H A Dchown.c170 p->fts_level == FTS_ROOTLEVEL)) in main()
/freebsd/usr.sbin/ckdist/
H A Dckdist.c160 if (!opt_recurse && f->fts_level > FTS_ROOTLEVEL && in main()
/freebsd/bin/setfacl/
H A Dsetfacl.c204 (R_flag && H_flag && file->fts_level == FTS_ROOTLEVEL); in handle_file()
/freebsd/usr.bin/find/
H A Dfunction.c443 if (entry->fts_level > FTS_ROOTLEVEL && in f_delete()