Lines Matching refs:null
10 echo "WORKS" | grep "WORKS" >/dev/null 2>&1
61 if ! which $prog > /dev/null ; then
78 MAKE=$(which make 2> /dev/null)
99 COMPILER=$(which $HOSTCC_NOCCACHE 2> /dev/null)
101 COMPILER=$(which cc 2> /dev/null)
125 CXXCOMPILER=$(which $HOSTCXX_NOCCACHE 2> /dev/null)
127 CXXCOMPILER=$(which c++ 2> /dev/null)
167 if ! which $prog > /dev/null ; then
200 if grep ^BR2_NEEDS_HOST_UTF8_LOCALE=y $BR2_CONFIG > /dev/null; then
201 if ! which locale > /dev/null ; then
243 if ! echo "int main(void) {}" | gcc -m32 -x c - -o /dev/null 2>/dev/null; then
251 if ! echo "int main(void) {}" | g++ -m32 -x c++ - -o /dev/null 2>/dev/null; then
261 …CXX_NOCCACHE -I$($HOSTCXX_NOCCACHE -print-file-name=plugin)/include -x c++ -c - -o /dev/null ; then
292 if ! perl -e "require $pm" > /dev/null 2>&1 ; then