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

/freebsd-current/contrib/mandoc/
H A Dcompat_fts.h73 #define FTS_ROOTLEVEL 0 macro
H A Dcompat_fts.c112 p->fts_level = FTS_ROOTLEVEL;
197 for (p = sp->fts_cur; p->fts_level >= FTS_ROOTLEVEL;) {
279 if (p->fts_level == FTS_ROOTLEVEL) {
394 * around to FTS_ROOTLEVEL and FTS_ROOTPARENTLEVEL.
542 t->fts_level >= FTS_ROOTLEVEL; t = t->fts_parent)
681 for (p = head; p->fts_level >= FTS_ROOTLEVEL;) {
/freebsd-current/lib/libc/gen/
H A Dfts-compat.h89 #define FTS_ROOTLEVEL 0 macro
H A Dfts-compat.c169 p->fts_level = FTS_ROOTLEVEL;
264 for (p = sp->fts_cur; p->fts_level >= FTS_ROOTLEVEL;) {
413 if (p->fts_level == FTS_ROOTLEVEL) {
470 if (p->fts_level == FTS_ROOTLEVEL) {
565 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' ||
889 (cur->fts_level == FTS_ROOTLEVEL ?
977 t->fts_level >= FTS_ROOTLEVEL; t = t->fts_parent)
1143 for (p = head; p->fts_level >= FTS_ROOTLEVEL;) {
H A Dfts.c157 p->fts_level = FTS_ROOTLEVEL;
252 for (p = sp->fts_cur; p->fts_level >= FTS_ROOTLEVEL;) {
399 if (p->fts_level == FTS_ROOTLEVEL) {
461 if (p->fts_level == FTS_ROOTLEVEL) {
557 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' ||
869 (cur->fts_level == FTS_ROOTLEVEL ?
965 t->fts_level >= FTS_ROOTLEVEL; t = t->fts_parent)
1119 for (p = head; p->fts_level >= FTS_ROOTLEVEL;) {
H A Dfts-compat11.c159 p->fts_level = FTS_ROOTLEVEL;
254 for (p = sp->fts_cur; p->fts_level >= FTS_ROOTLEVEL;) {
401 if (p->fts_level == FTS_ROOTLEVEL) {
463 if (p->fts_level == FTS_ROOTLEVEL) {
559 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' ||
871 (cur->fts_level == FTS_ROOTLEVEL ?
968 t->fts_level >= FTS_ROOTLEVEL; t = t->fts_parent)
1122 for (p = head; p->fts_level >= FTS_ROOTLEVEL;) {
/freebsd-current/include/
H A Dfts.h84 #define FTS_ROOTLEVEL 0 macro
/freebsd-current/bin/ls/
H A Dprint.c211 if ((dp->list == NULL || dp->list->fts_level != FTS_ROOTLEVEL) &&
352 if ((dp->list == NULL || dp->list->fts_level != FTS_ROOTLEVEL) &&
728 if (p->fts_level == FTS_ROOTLEVEL)
789 if (p->fts_level == FTS_ROOTLEVEL)
H A Dls.c667 if (p->fts_level != FTS_ROOTLEVEL &&
883 if (cur->fts_level == FTS_ROOTLEVEL)
996 * If ordering the argv (fts_level = FTS_ROOTLEVEL) return non-directories
1016 (*a)->fts_level == FTS_ROOTLEVEL && !f_listdir) {
/freebsd-current/bin/chmod/
H A Dchmod.c158 p->fts_level == FTS_ROOTLEVEL))
/freebsd-current/bin/chflags/
H A Dchflags.c156 p->fts_level == FTS_ROOTLEVEL))
/freebsd-current/bin/cp/
H A Dcp.c308 if (curr->fts_level == FTS_ROOTLEVEL) {
333 * Since the first level MUST be FTS_ROOTLEVEL, base
336 if (curr->fts_level == FTS_ROOTLEVEL) {
/freebsd-current/usr.sbin/chown/
H A Dchown.c170 p->fts_level == FTS_ROOTLEVEL))
/freebsd-current/usr.sbin/ckdist/
H A Dckdist.c160 if (!opt_recurse && f->fts_level > FTS_ROOTLEVEL &&
/freebsd-current/bin/setfacl/
H A Dsetfacl.c204 (R_flag && H_flag && file->fts_level == FTS_ROOTLEVEL);
/freebsd-current/usr.bin/find/
H A Dfunction.c443 if (entry->fts_level > FTS_ROOTLEVEL &&

Completed in 210 milliseconds