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

/freebsd-10.0-release/usr.bin/find/
H A Dfind.c185 if (maxdepth != -1 && entry->fts_level >= maxdepth) {
H A Dmain.c73 int mindepth = -1, maxdepth = -1; /* minimum and maximum depth */ variable
H A Dextern.h119 extern int mindepth, maxdepth;
H A Dfunction.c336 * -maxdepth/-mindepth n functions --
341 * Note that -maxdepth and -mindepth are handled specially in
357 maxdepth = find_parsenum(new, option->name, dstr, NULL);
493 * Always true, used for -maxdepth, -mindepth, -xdev, -follow, and -true
/freebsd-10.0-release/usr.sbin/adduser/
H A Drmuser.sh123 atjoblist=`find 2>/dev/null ${ATJOBDIR} -maxdepth 1 -user $login -print`
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c2504 int maxdepth)
2521 currtablesize = 1 << (maxdepth - depth);
2539 if(depth == maxdepth)
2541 table[0].length = maxdepth + 1;
2547 depth + 1, maxdepth);
2549 table + currtablesize / 2, depth + 1, maxdepth);
2502 make_table_recurse(struct archive_read *a, struct huffman_code *code, int node, struct huffman_table_entry *table, int depth, int maxdepth) argument
/freebsd-10.0-release/
H A DMakefile463 find [A-Z0-9]*[A-Z0-9] -type f -maxdepth 0 \
/freebsd-10.0-release/sys/conf/
H A Dkern.post.mk89 find . -maxdepth 1 ! -type d ! -name version -delete
/freebsd-10.0-release/contrib/gcc/
H A Dgenrecog.c2905 debug_decision_0 (struct decision *d, int indent, int maxdepth)
2910 if (maxdepth < 0)
2922 debug_decision_0 (n, indent + 2, maxdepth - 1);
2895 debug_decision_0(struct decision *d, int indent, int maxdepth) argument
/freebsd-10.0-release/release/picobsd/build/
H A Dpicobsd635 find ${places} -maxdepth 3 -type f -name ${i} | head -1
637 # use maxdepth 3 because some libs are way down
/freebsd-10.0-release/contrib/subversion/
H A DMakefile.in591 find subversion/tests/cmdline/svn-test-work -mindepth 1 -maxdepth 1 \
/freebsd-10.0-release/contrib/amd/doc/
H A Dtexinfo.tex365 \def\pagebody#1{\vbox to\pageheight{\boxmaxdepth=\maxdepth #1}}
3729 \splittopskip=\topskip \splitmaxdepth=\maxdepth
/freebsd-10.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex374 \def\pagebody#1{\vbox to\pageheight{\boxmaxdepth=\maxdepth #1}}
3903 \splittopskip=\topskip \splitmaxdepth=\maxdepth
/freebsd-10.0-release/contrib/groff/doc/
H A Dtexinfo.tex366 \def\pagebody#1{\vbox to\pageheight{\boxmaxdepth=\maxdepth #1}}
3801 \splittopskip=\topskip \splitmaxdepth=\maxdepth

Completed in 186 milliseconds