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

/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/
H A Dt_getcwd.c105 if (ftse->fts_level < 1)
108 if (ftse->fts_level > depth) {
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dfts.c139 parent->fts_level = FTS_ROOTPARENTLEVEL;
151 p->fts_level = FTS_ROOTLEVEL;
260 for (p = sp->fts_cur; p->fts_level >= FTS_ROOTLEVEL;) {
312 (p->fts_level == FTS_ROOTLEVEL && p->fts_pathlen == 1 && \
425 if (p->fts_level == FTS_ROOTLEVEL) {
464 if (p->fts_level == FTS_ROOTPARENTLEVEL) {
482 if (p->fts_level == FTS_ROOTLEVEL) {
583 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' ||
722 if (cur->fts_level == SHRT_MAX) {
731 level = cur->fts_level
[all...]
H A Dnftw.c104 f.level = cur->fts_level;
/netbsd-6-1-5-RELEASE/include/
H A Dfts.h105 __fts_level_t fts_level; /* depth (-1 to N) */ member in struct:_ftsent
/netbsd-6-1-5-RELEASE/usr.bin/du/
H A Ddu.c217 if (p->fts_level <= depth
218 || (!listfiles && !p->fts_level))
237 if (listfiles || !p->fts_level)
/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dverify.c103 if (specdepth > p->fts_level) {
120 if (specdepth != p->fts_level)
H A Dcreate.c133 if (p->fts_level > 0)
/netbsd-6-1-5-RELEASE/bin/cp/
H A Dcp.c387 if (curr->fts_level == FTS_ROOTLEVEL) {
447 ((fts_options & FTS_COMFOLLOW) && curr->fts_level == 0)) {
/netbsd-6-1-5-RELEASE/tests/lib/libc/sys/
H A Dt_stat.c108 if (ftse->fts_level < 1)
111 if (ftse->fts_level > depth) {
/netbsd-6-1-5-RELEASE/bin/ls/
H A Dls.c440 if (p->fts_level != FTS_ROOTLEVEL &&
668 * If ordering the argv (fts_level = FTS_ROOTLEVEL) return non-directories
694 (*a)->fts_level == FTS_ROOTLEVEL) {
H A Dprint.c394 if (dp->list->fts_level != FTS_ROOTLEVEL && (f_longform || f_size)) {
442 if (p->fts_level == FTS_ROOTLEVEL)
/netbsd-6-1-5-RELEASE/usr.sbin/veriexecgen/
H A Dveriexecgen.c252 if (!vp->recursive_scan && file->fts_level > 1) {
/netbsd-6-1-5-RELEASE/usr.bin/find/
H A Dfunction.c1177 if (entry->fts_level >= plan->max_data)
1179 return (entry->fts_level <= plan->max_data);
1203 return (entry->fts_level >= plan->min_data);
/netbsd-6-1-5-RELEASE/libexec/makewhatis/
H A Dmakewhatis.c266 if (fe->fts_level >= 3) {
272 for(sl = fe->fts_level - 1; sl > 0;

Completed in 171 milliseconds