Searched refs:maxdepth (Results 1 – 25 of 38) sorted by relevance
12
9 :maxdepth: 117 :maxdepth: 132 :maxdepth: 150 :maxdepth: 160 :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 '{}' ';'
15 :maxdepth: 136 :maxdepth: 146 :maxdepth: 1
9 test "x$HBHEADERS" = x && HBHEADERS=`find . -maxdepth 1 -name 'hb*.h'`10 test "x$HBSOURCES" = x && HBSOURCES=`find . -maxdepth 1 -name 'hb-*.cc' -or -name 'hb-*.hh'`
9 test "x$HBHEADERS" = x && HBHEADERS=`find . -maxdepth 1 -name 'hb*.h'`10 test "x$HBSOURCES" = x && HBSOURCES=`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()108 retval = ext2fs_get_pathname_int(fs, gp.parent, dir, maxdepth-1, in ext2fs_get_pathname_int()
179 for PATCH in `(cd "../../../${1}" ; find -maxdepth 1 -type f)|sort` ; do257 for dir in `find patch -maxdepth 1 -mindepth 1 -type d`; do340 find $RELEASE_DIR -maxdepth 1 -and \( -name '*.jar' -or -name '*.zip' \) -print0 \344 find $RELEASE_DIR -maxdepth 1 -and \( -name '*.jar' -or -name '*.zip' \) -print0 \
12 :maxdepth: 2
85 mv $(find tmp -mindepth 1 -maxdepth 1 -type f) "$destdir"
71 mv $(find tmp -mindepth 1 -maxdepth 1 -type f) "$destdir"
73 find /tmp -maxdepth 1 \(\
583 -not -name '*~' -maxdepth 1 -printf "%f\n"| sort`589 -not -name '*~' -maxdepth 1| xargs sed -n 's/#.*//; \715 [ `find $CBQ_PATH -maxdepth 1 -newer $CBQ_CACHE| \
90 find "$LD_SO_CONF_D" -maxdepth 1 -name '*.conf' -print -quit > /dev/null
48 (cd "$SRC"; find $(dirname $1) -maxdepth 1 \
35 $(shell cd $(LOCAL_PATH) && find . -maxdepth 4 -name resources 2> /dev/null)
218 target=`find . -mindepth 4 -maxdepth 4 -type f -name '*.dylib' | head -1 | sed 's|.*/||'`219 (lipo -create -o $output/$target `find . -mindepth 4 -maxdepth 4 -type f -name "*.dylib"` &&
38 :maxdepth: 1
119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
7 :maxdepth: 2