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

/freebsd-9.3-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.c503 COMPARE(entry->fts_level, plan->d_data);
/freebsd-9.3-release/lib/libc/gen/
H A Dfts-compat.h95 short fts_level; /* depth (-1 to N) */ member in struct:_ftsent
H A Dnftw.c104 ftw.level = cur->fts_level;
H A Dfts-compat.c164 parent->fts_level = FTS_ROOTPARENTLEVEL;
175 p->fts_level = FTS_ROOTLEVEL;
273 for (p = sp->fts_cur; p->fts_level >= FTS_ROOTLEVEL;) {
423 if (p->fts_level == FTS_ROOTLEVEL) {
462 if (p->fts_level == FTS_ROOTPARENTLEVEL) {
480 if (p->fts_level == FTS_ROOTLEVEL) {
580 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' ||
748 level = cur->fts_level + 1;
801 p->fts_level = level;
880 (cur->fts_level
[all...]
H A Dfts.c159 parent->fts_level = FTS_ROOTPARENTLEVEL;
170 p->fts_level = FTS_ROOTLEVEL;
268 for (p = sp->fts_cur; p->fts_level >= FTS_ROOTLEVEL;) {
418 if (p->fts_level == FTS_ROOTLEVEL) {
457 if (p->fts_level == FTS_ROOTPARENTLEVEL) {
475 if (p->fts_level == FTS_ROOTLEVEL) {
575 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' ||
745 level = cur->fts_level + 1;
783 p->fts_level = level;
859 (cur->fts_level
[all...]
/freebsd-9.3-release/include/
H A Dfts.h84 long fts_level; /* depth (-1 to N) */ member in struct:_ftsent
/freebsd-9.3-release/contrib/mtree/
H A Dverify.c103 if (specdepth > p->fts_level) {
120 if (specdepth != p->fts_level)
H A Dcreate.c132 indent = p->fts_level * 4;
147 if (p->fts_level > 0)
151 if (p->fts_level > 0 || flavor == F_FREEBSD9) {
/freebsd-9.3-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-9.3-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-9.3-release/bin/cp/
H A Dcp.c320 if (curr->fts_level == FTS_ROOTLEVEL) {
415 curr->fts_level == 0)) {
/freebsd-9.3-release/usr.bin/du/
H A Ddu.c279 if (p->fts_level <= depth && threshold <=
317 if (listall || p->fts_level == 0) {
/freebsd-9.3-release/usr.sbin/ckdist/
H A Dckdist.c163 if (!opt_recurse && f->fts_level > FTS_ROOTLEVEL &&
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A Dmatch.c104 if (f->fts_info == FTS_D && f->fts_level == 1) {

Completed in 95 milliseconds