Lines Matching refs:dev
81 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
89 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
364 my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
686 if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then
951 $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1
1309 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
1366 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
1369 `cat $lockfile 2>/dev/null`
1415 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
1418 `cat $lockfile 2>/dev/null`
1862 $ECHO "X$nonopt" | $GREP shtool >/dev/null; then
2411 if sort -k 3 </dev/null >/dev/null 2>&1; then
2563 win32_fileres=`file -L $1 2>/dev/null`
2569 if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null |
2570 $EGREP 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then
2609 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
2661 …darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
2997 $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo ""`
3014 func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null`
3076 $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo ""`
5919 if $GREP "^installed=no" $deplib > /dev/null; then
6419 if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1
6658 potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
6661 if ls -lLd "$potent_lib" 2>/dev/null |
6662 $GREP " -> " >/dev/null; then
6671 while test -h "$potlib" 2>/dev/null; do
6730 potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
6733 if eval "\$ECHO \"X$potent_lib\"" 2>/dev/null | $Xsed -e 10q | \
6734 $EGREP "$match_pattern_regex" > /dev/null; then
6776 $GREP . >/dev/null; then
7932 done | sort | sort -uc >/dev/null 2>&1); then
8293 if { test -L "$file"; } >/dev/null 2>&1 ||
8294 { test -h "$file"; } >/dev/null 2>&1 ||