Lines Matching refs:test_cmd
982 test_cmd(){ function
1028 test_cmd $cc $CPPFLAGS $CFLAGS "$@" $CC_C $(cc_o $TMPO) $TMPC
1035 test_cmd $cxx $CPPFLAGS $CFLAGS $CXXFLAGS "$@" $CXX_C -o $TMPO $TMPCPP
1042 …test_cmd $objcc -Werror=missing-prototypes $CPPFLAGS $CFLAGS $OBJCFLAGS "$@" $OBJCC_C $(cc_o $TMPO…
1052 test_cmd $nvcc $nvccflags "$@" $NVCC_C $(nvcc_o $tmpo_) $tmpcu_
1072 test_cmd $cc $CPPFLAGS $CFLAGS "$@" $(cc_e $TMPO) $TMPC
1079 test_cmd $as $CPPFLAGS $ASFLAGS "$@" $AS_C $(as_o $TMPO) $TMPS
1087 test_cmd $x86asmexe $X86ASMFLAGS -Werror "$@" $(x86asm_o $TMPO) $TMPASM
1095 test_cmd $@ && enable $cmd
1135 test_cmd $cc $CPPFLAGS $CFLAGS $flags "$@" $CC_C $(cc_o $TMPO) $TMPC &&
1162 test_cmd $ld $LDFLAGS $LDEXEFLAGS $flags $(ld_o $TMPE) $TMPO $libs $extralibs
1255 test_cmd $strip $ASMSTRIPFLAGS "$@" $TMPO
1446 test_cmd $pkg_config --exists --print-errors $pkg_version || return
1589 test_cmd $host_cc $host_cflags "$@" $HOSTCC_C $(hostcc_o $TMPO) $TMPC
1596 test_cmd $host_cc $host_cppflags $host_cflags "$@" $(hostcc_e $TMPO) $TMPC
4401 elif ! test_cmd mktemp -u XXXXXX; then
5440 enabled shared && ! enabled small && test_cmd $windres --version && enable gnu_windres
5447 if test_cmd lib.exe -list; then
5519 enabled shared && ! enabled small && test_cmd $windres --version && enable gnu_windres
5808 test_cmd gas-preprocessor.pl -arch $arch -as-type $gaspp_as_type -- ${as:=$cc} $as_noop &&
5999 if test_cmd $x86asmexe_probe -v; then
6005 elif test_cmd $x86asmexe_probe --version; then