Lines Matching refs:null
21 if command -v gmake >/dev/null 2>&1 ; then
26 if command -v ninja >/dev/null 2>&1 ; then
28 elif command -v ninja-build >/dev/null 2>&1 ; then
34 if command -v ccache >/dev/null 2>&1 ; then
59 [ -n "$opt_verbose" ] && exec 8>&1 || exec 8>/dev/null
61 [ -n "$opt_vverbose" ] && exec 9>&1 || exec 9>/dev/null
67 cc $@ -x c - -o /dev/null 2> /dev/null
83 elif command -v $targetcc >/dev/null 2>&1 ; then
92 command -v $targetcc >/dev/null 2>&1 || return 1
203 command -v $c >/dev/null 2>&1 || continue
273 if pkg-config --define-prefix libdpdk >/dev/null 2>&1; then