Lines Matching refs:conftest
233 echo "$_G_sed_script" 2>/dev/null | sed 99q >conftest.sed
241 printf 0123456789 >conftest.in
244 cat conftest.in conftest.in >conftest.tmp
245 mv conftest.tmp conftest.in
246 cp conftest.in conftest.nl
247 echo '' >> conftest.nl
248 "$_G_path_prog" -f conftest.sed <conftest.nl >conftest.out 2>/dev/null || break
249 diff conftest.out conftest.nl >/dev/null 2>&1 || break
259 rm -f conftest.in conftest.tmp conftest.nl conftest.out
263 rm -f conftest.sed
277 printf 0123456789 >conftest.in
280 cat conftest.in conftest.in >conftest.tmp
281 mv conftest.tmp conftest.in
282 cp conftest.in conftest.nl
283 echo 'GREP' >> conftest.nl
284 "$_G_path_prog" -e 'GREP$' -e '-(cannot match)-' <conftest.nl >conftest.out 2>/dev/null || break
285 diff conftest.out conftest.nl >/dev/null 2>&1 || break
295 rm -f conftest.in conftest.tmp conftest.nl conftest.out
9171 $opt_dry_run || $RM conftest.c
9172 cat > conftest.c <<EOF
9175 $opt_dry_run || $RM conftest
9176 if $LTCC $LTCFLAGS -o conftest conftest.c $deplibs; then
9177 ldd_output=`ldd conftest`
9223 $opt_dry_run || $RM conftest
9224 if $LTCC $LTCFLAGS -o conftest conftest.c $i; then
9225 ldd_output=`ldd conftest`