Lines Matching refs:dev
99 (`echo "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success'
128 (`test -n "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success'
156 (`test -n "$PATH" >/dev/null 2>&1`) && xc_tst_str='success'
184 xc_tst_str=`expr "$xc_tst_str" : '.*' 2>/dev/null`
216 xc_tst_str=`echo "$xc_tst_str" 2>/dev/null \
217 | sed -e 's:unknown:success:' 2>/dev/null`
249 (`echo "$xc_tst_str" 2>/dev/null \
250 | grep 'unknown' >/dev/null 2>&1`) && xc_tst_str='success'
278 xc_tst_str=`echo "$xc_tst_str" 2>/dev/null \
279 | tr -d "0123456789$xc_tab" 2>/dev/null`
307 xc_tst_str=`echo "$xc_tst_str" 2>/dev/null \
308 | wc -w 2>/dev/null | tr -d "$xc_space$xc_tab" 2>/dev/null`
336 xc_tst_str=`cat <<_EOT 2>/dev/null \
337 | wc -l 2>/dev/null | tr -d "$xc_space$xc_tab" 2>/dev/null