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

/freebsd-11-stable/usr.bin/find/
H A Dfind.c186 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);
492 * Always true, used for -maxdepth, -mindepth, -xdev, -follow, and -true
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Dgenmakefiles.sh99 for dir in $(find ${CONTRIB_TESTDIR} -mindepth 1 -maxdepth 1 -type d); do
/freebsd-11-stable/usr.sbin/adduser/
H A Drmuser.sh125 atjoblist=`find 2>/dev/null ${ATJOBDIR} -maxdepth 1 -user $login -print`
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c2639 int maxdepth)
2656 currtablesize = 1 << (maxdepth - depth);
2678 if(depth == maxdepth)
2680 table[0].length = maxdepth + 1;
2686 depth + 1, maxdepth);
2688 table + currtablesize / 2, depth + 1, maxdepth);
2637 make_table_recurse(struct archive_read *a, struct huffman_code *code, int node, struct huffman_table_entry *table, int depth, int maxdepth) argument
/freebsd-11-stable/bin/ls/tests/
H A Dls_tests.sh210 paths=$(find -s . -mindepth 1 -maxdepth 1 \! -name '.*' -exec basename {} \; )
507 paths=$(find -s . -mindepth 1 -maxdepth 1 \! -name '.*' -exec basename {} \; )
/freebsd-11-stable/
H A DMakefile538 -type f -maxdepth 0 \
/freebsd-11-stable/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-11-stable/sys/conf/
H A Dkern.post.mk108 find . -maxdepth 1 ! -type d ! -name version -delete
/freebsd-11-stable/release/picobsd/build/
H A Dpicobsd616 find ${places} -maxdepth $depth -type f -name ${i} | head -1
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex374 \def\pagebody#1{\vbox to\pageheight{\boxmaxdepth=\maxdepth #1}}
3903 \splittopskip=\topskip \splitmaxdepth=\maxdepth
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex366 \def\pagebody#1{\vbox to\pageheight{\boxmaxdepth=\maxdepth #1}}
3801 \splittopskip=\topskip \splitmaxdepth=\maxdepth
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex400 \def\pagebody#1{\vbox to\pageheight{\boxmaxdepth=\maxdepth #1}}
5138 \splittopskip=\topskip \splitmaxdepth=\maxdepth

Completed in 181 milliseconds