Lines Matching refs:grep
387 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
388 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
389 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
599 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
636 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
746 ac_err=`grep -v '^ *+' conftest.out`
760 ac_err=`grep -v '^ *+' conftest.out`
815 ac_err=`grep -v '^ *+' conftest.out`
941 ac_err=`grep -v '^ *+' conftest.out`
1036 ac_err=`grep -v '^ *+' conftest.out`
1594 ac_lines=`grep -c . conftest.vals`
1595 # grep -c gives empty output for an empty file on some AIX systems.