Searched refs:maxdepth (Results 1 – 25 of 61) sorted by relevance
123
28 (find . -maxdepth 1 -name "_*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all unde…29 (find . -maxdepth 1 -name "DBus*Internal*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not m…30 (find . -maxdepth 1 -name "dbus_*_internal_*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could no…65 (find . -maxdepth 1 -name "dbus_*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all …66 (find . -maxdepth 1 -name "DBUS_*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all …67 (find . -maxdepth 1 -name "DBus*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all D…71 (find . -maxdepth 1 -type f | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move remaining i…75 MISSING_COUNT=`find . -maxdepth 1 -type f -name "*" | wc -l`
9 :maxdepth: 117 :maxdepth: 143 :maxdepth: 161 :maxdepth: 172 :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'`
19 for f in `find $ECLIPSE_HOME/plugins -maxdepth 1 -name "org.eclipse.ant.ui*.jar" -type f`; do unzip…24 …for f in `find $d -maxdepth 1 -name "*.jar" -type f -not -name "xercesImpl.jar"`; do CLASSPATH=$C…
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()
47 :maxdepth: 158 :maxdepth: 373 :maxdepth: 283 :maxdepth: 1103 :maxdepth: 1114 :maxdepth: 1
5 :maxdepth: 4
8 :maxdepth: 2
7 :maxdepth: 3
7 :maxdepth: 1
14 for f in `find . -maxdepth 1 -type f -name '*.gcov'` ; do
10 :maxdepth: 2
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()
12 :maxdepth: 2
33 find -L master -maxdepth 1 -name "*.txt") \