Lines Matching defs:test_cmd
991 test_cmd(){
1037 test_cmd $cc $CPPFLAGS $CFLAGS "$@" $CC_C $(cc_o $TMPO) $TMPC
1044 test_cmd $cxx $CPPFLAGS $CFLAGS $CXXFLAGS "$@" $CXX_C -o $TMPO $TMPCPP
1051 test_cmd $objcc -Werror=missing-prototypes $CPPFLAGS $CFLAGS $OBJCFLAGS "$@" $OBJCC_C $(cc_o $TMPO) $TMPM
1061 test_cmd $nvcc $nvccflags "$@" $NVCC_C $(nvcc_o $tmpo_) $tmpcu_
1081 test_cmd $cc $CPPFLAGS $CFLAGS "$@" $(cc_e $TMPO) $TMPC
1088 test_cmd $as $CPPFLAGS $ASFLAGS "$@" $AS_C $(as_o $TMPO) $TMPS
1096 test_cmd $x86asmexe $X86ASMFLAGS -Werror "$@" $(x86asm_o $TMPO) $TMPASM
1104 test_cmd $@ && enable $cmd
1144 test_cmd $cc $CPPFLAGS $CFLAGS $flags "$@" $CC_C $(cc_o $TMPO) $TMPC &&
1171 test_cmd $ld $LDFLAGS $LDEXEFLAGS $flags $(ld_o $TMPE) $TMPO $libs $extralibs
1264 test_cmd $strip $ASMSTRIPFLAGS "$@" $TMPO
1455 test_cmd $pkg_config --exists --print-errors $pkg_version || return
1475 test_cmd $pkg_config --exists --print-errors $pkg_version || return
1640 test_cmd $host_cc $host_cflags "$@" $HOSTCC_C $(hostcc_o $TMPO) $TMPC
1647 test_cmd $host_cc $host_cppflags $host_cflags "$@" $(hostcc_e $TMPO) $TMPC
4498 elif ! test_cmd mktemp -u XXXXXX; then
5566 enabled shared && ! enabled small && test_cmd $windres --version && enable gnu_windres
5573 if test_cmd lib.exe -list; then
5645 enabled shared && ! enabled small && test_cmd $windres --version && enable gnu_windres
5934 test_cmd gas-preprocessor.pl -arch $arch -as-type $gaspp_as_type -- ${as:=$cc} $as_noop &&
6124 if test_cmd $x86asmexe_probe -v; then
6130 elif test_cmd $x86asmexe_probe --version; then
6387 enabled metal && test_cmd $metalcc -v || disable metal