HomeSort by: relevance | last modified time | path
    Searched refs:fts_level (Results 1 - 15 of 15) sorted by relevancy

  /src/tests/lib/libc/gen/
t_getcwd.c 105 if (ftse->fts_level < 1)
108 if (ftse->fts_level > depth) {
  /src/lib/libc/gen/
fts.c 155 parent->fts_level = FTS_ROOTPARENTLEVEL;
167 p->fts_level = FTS_ROOTLEVEL;
276 for (p = sp->fts_cur; p->fts_level >= FTS_ROOTLEVEL;) {
328 (p->fts_level == FTS_ROOTLEVEL && p->fts_pathlen == 1 && \
452 if (p->fts_level == FTS_ROOTLEVEL) {
491 if (p->fts_level == FTS_ROOTPARENTLEVEL) {
509 if (p->fts_level == FTS_ROOTLEVEL) {
610 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' ||
749 if (cur->fts_level == SHRT_MAX) {
758 level = cur->fts_level + 1
    [all...]
nftw.c 104 f.level = cur->fts_level;
  /src/include/
fts.h 105 __fts_level_t fts_level; /* depth (-1 to N) */ member in struct:_ftsent
  /src/usr.bin/du/
du.c 224 if (p->fts_level <= depth
225 || (!listfiles && !p->fts_level))
244 if (listfiles || !p->fts_level)
  /src/usr.sbin/mtree/
verify.c 107 if (specdepth > p->fts_level) {
124 if (specdepth != p->fts_level)
create.c 127 indent = p->fts_level * 4;
146 if (p->fts_level > 0)
150 if (p->fts_level > 0 || flavor == F_FREEBSD9) {
  /src/bin/ls/
print.c 441 if (dp->list->fts_level != FTS_ROOTLEVEL && (f_longform || f_size)) {
490 if (p->fts_level == FTS_ROOTLEVEL)
535 if (p->fts_level == FTS_ROOTLEVEL)
ls.c 452 if (p->fts_level != FTS_ROOTLEVEL &&
682 * If ordering the argv (fts_level = FTS_ROOTLEVEL) return non-directories
708 (*a)->fts_level == FTS_ROOTLEVEL) {
  /src/tests/lib/libc/sys/
t_stat.c 112 if (ftse->fts_level < 1)
115 if (ftse->fts_level > depth) {
  /src/bin/cp/
cp.c 387 if (curr->fts_level == FTS_ROOTLEVEL) {
447 ((fts_options & FTS_COMFOLLOW) && curr->fts_level == 0)) {
  /src/usr.bin/find/
function.c 468 if (entry->fts_level > 0 && strchr(entry->fts_accpath, '/') != NULL)
1275 if (entry->fts_level >= plan->max_data)
1277 return (entry->fts_level <= plan->max_data);
1301 return (entry->fts_level >= plan->min_data);
  /src/bin/setfacl/
setfacl.c 213 (R_flag && H_flag && file->fts_level == FTS_ROOTLEVEL);
  /src/usr.sbin/veriexecgen/
veriexecgen.c 289 if (!vp->recursive_scan && file->fts_level > 1) {
  /src/libexec/makewhatis/
makewhatis.c 267 if (fe->fts_level >= 3) {
273 for(sl = fe->fts_level - 1; sl > 0;

Completed in 22 milliseconds