Searched refs:maxdepth (Results 1 – 25 of 88) sorted by relevance
1234
9 :maxdepth: 117 :maxdepth: 146 :maxdepth: 164 :maxdepth: 175 :maxdepth: 1
34 - find functional/ -type f -maxdepth 2 -mindepth 2 -name "Makefile" -exec dirname '{}' ';'35 + find functional/ -maxdepth 2 -mindepth 2 -type f -name "Makefile" -exec dirname '{}' ';'39 - find functional/ -type f -maxdepth 2 -mindepth 2 -name "run.sh" -exec dirname '{}' ';' 40 + find functional/ -maxdepth 2 -mindepth 2 -type f -name "run.sh" -exec dirname '{}' ';' 44 - find stress/ -type f -maxdepth 2 -mindepth 2 -name "Makefile" -exec dirname '{}' ';'45 + find stress/ -maxdepth 2 -mindepth 2 -type f -name "Makefile" -exec dirname '{}' ';'49 - find stress/ -type f -maxdepth 2 -mindepth 2 -name "run.sh" -exec dirname '{}' ';'50 + find stress/ -maxdepth 2 -mindepth 2 -type f -name "run.sh" -exec dirname '{}' ';'
64 find ${PRIVATE_SERVER_TESTS_DIR} -mindepth 1 -maxdepth 1 \67 find ${PRIVATE_CLIENT_TESTS_DIR} -mindepth 1 -maxdepth 1 \71 find ${PRIVATE_SERVER_SUITES_DIR} -mindepth 1 -maxdepth 1 -type f \
15 :maxdepth: 138 :maxdepth: 148 :maxdepth: 1
60 private static final int maxdepth = 20; field in JSONWriter99 this.stack = new JSONObject[maxdepth]; in JSONWriter()271 if (this.top >= maxdepth) { in push()
9 test "x$HBHEADERS" = x && HBHEADERS=`cd "$srcdir"; find . -maxdepth 1 -name 'hb*.h'`10 test "x$HBSOURCES" = x && HBSOURCES=`cd "$srcdir"; find . -maxdepth 1 -name 'hb-*.cc' -or -name 'hb…
9 test "x$HBHEADERS" = x && HBHEADERS=`cd "$srcdir"; find . -maxdepth 1 -name 'hb*.h'`10 test "x$HBSOURCES" = x && HBSOURCES=`cd "$srcdir"; find . -maxdepth 1 -name 'hb*.h'`
9 test "x$HBHEADERS" = x && HBHEADERS=`cd "$srcdir"; find . -maxdepth 1 -name 'hb*.h'`
72 ext2_ino_t ino, int maxdepth, in ext2fs_get_pathname_int() argument87 if (!dir || (maxdepth < 0)) { in ext2fs_get_pathname_int()120 retval = ext2fs_get_pathname_int(fs, gp.parent, dir, maxdepth-1, in ext2fs_get_pathname_int()
40 long maxdepth;57 if (TT.maxdepth && TT.depth > TT.maxdepth) return; in print()
12 :maxdepth: 234 :maxdepth: 2
96 $FIND $CGROUP -type f -maxdepth 1 |115 $FIND $CGMOUNT -type d -maxdepth 0 | \233 PATHS=$($BUSYBOX find $BASEPATH -follow -maxdepth $MAXDEPTH)
403 int maxdepth = 0; in tdep_trace() local408 if (unlikely(! cursor || ! buffer || ! size || (maxdepth = *size) <= 0)) in tdep_trace()436 while (depth < maxdepth) in tdep_trace()
14 for f in `find . -maxdepth 1 -type f -name '*.gcov'` ; do
8 :maxdepth: 1
51 :maxdepth: 268 :maxdepth: 2
30 find $CGMOUNT -type d -maxdepth 0 | \
23 FAILED=$(find . -maxdepth 1 -name \*.failed)
12 :maxdepth: 4
12 :maxdepth: 2