Searched refs:fts_level (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.2-release/usr.bin/find/
H A Dfind.c185 if (maxdepth != -1 && entry->fts_level >= maxdepth) {
202 entry->fts_errno == ENOENT && entry->fts_level > 0)
224 if (mindepth != -1 && entry->fts_level < mindepth)
H A Dfunction.c444 if (entry->fts_level > FTS_ROOTLEVEL &&
512 COMPARE(entry->fts_level, plan->d_data);
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/gen/
H A Dt_getcwd.c107 if (ftse->fts_level < 1)
110 if (ftse->fts_level > depth) {
/freebsd-10.2-release/lib/libc/gen/
H A Dfts-compat.h91 short fts_level; /* depth (-1 to N) */ member in struct:_ftsent
H A Dnftw.c97 ftw.level = cur->fts_level;
H A Dfts-compat.c166 parent->fts_level = FTS_ROOTPARENTLEVEL;
177 p->fts_level = FTS_ROOTLEVEL;
275 for (p = sp->fts_cur; p->fts_level >= FTS_ROOTLEVEL;) {
425 if (p->fts_level == FTS_ROOTLEVEL) {
464 if (p->fts_level == FTS_ROOTPARENTLEVEL) {
482 if (p->fts_level == FTS_ROOTLEVEL) {
582 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' ||
750 level = cur->fts_level + 1;
803 p->fts_level = level;
882 (cur->fts_level
[all...]
H A Dfts.c160 parent->fts_level = FTS_ROOTPARENTLEVEL;
167 p->fts_level = FTS_ROOTLEVEL;
262 for (p = sp->fts_cur; p->fts_level >= FTS_ROOTLEVEL;) {
409 if (p->fts_level == FTS_ROOTLEVEL) {
452 if (p->fts_level == FTS_ROOTPARENTLEVEL) {
471 if (p->fts_level == FTS_ROOTLEVEL) {
567 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' ||
735 level = cur->fts_level + 1;
773 p->fts_level = level;
850 (cur->fts_level
[all...]
/freebsd-10.2-release/include/
H A Dfts.h86 long fts_level; /* depth (-1 to N) */ member in struct:_ftsent
/freebsd-10.2-release/bin/chflags/
H A Dchflags.c152 p->fts_level == FTS_ROOTLEVEL))
/freebsd-10.2-release/contrib/mtree/
H A Dverify.c107 if (specdepth > p->fts_level) {
124 if (specdepth != p->fts_level)
H A Dcreate.c134 indent = p->fts_level * 4;
153 if (p->fts_level > 0)
157 if (p->fts_level > 0 || flavor == F_FREEBSD9) {
/freebsd-10.2-release/usr.sbin/mtree/
H A Dverify.c99 if (specdepth > p->fts_level) {
115 if (specdepth != p->fts_level)
H A Dcreate.c107 indent = p->fts_level * 4;
122 if (!nflag && (p->fts_level > 0))
/freebsd-10.2-release/bin/chmod/
H A Dchmod.c159 p->fts_level == FTS_ROOTLEVEL))
/freebsd-10.2-release/bin/ls/
H A Dprint.c145 if ((dp->list == NULL || dp->list->fts_level != FTS_ROOTLEVEL) &&
284 if ((dp->list == NULL || dp->list->fts_level != FTS_ROOTLEVEL) &&
581 if (p->fts_level == FTS_ROOTLEVEL)
642 if (p->fts_level == FTS_ROOTLEVEL)
H A Dls.c531 if (p->fts_level != FTS_ROOTLEVEL &&
763 if (cur->fts_level == FTS_ROOTLEVEL)
876 * If ordering the argv (fts_level = FTS_ROOTLEVEL) return non-directories
896 (*a)->fts_level == FTS_ROOTLEVEL && !f_listdir) {
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/sys/
H A Dt_stat.c115 if (ftse->fts_level < 1)
118 if (ftse->fts_level > depth) {
/freebsd-10.2-release/bin/cp/
H A Dcp.c319 if (curr->fts_level == FTS_ROOTLEVEL) {
414 curr->fts_level == 0)) {
/freebsd-10.2-release/usr.bin/du/
H A Ddu.c271 if (p->fts_level <= depth && threshold <=
309 if (aflag || p->fts_level == 0) {
/freebsd-10.2-release/usr.sbin/chown/
H A Dchown.c170 p->fts_level == FTS_ROOTLEVEL))
/freebsd-10.2-release/usr.sbin/ckdist/
H A Dckdist.c163 if (!opt_recurse && f->fts_level > FTS_ROOTLEVEL &&
/freebsd-10.2-release/usr.sbin/pkg_install/lib/
H A Dmatch.c104 if (f->fts_info == FTS_D && f->fts_level == 1) {

Completed in 196 milliseconds