Searched refs:echo_testing_string (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/
H A Dconfigure615 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
616 test "X$echo_testing_string" = "X$echo_test_string"; then
630 echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
631 test "X$echo_testing_string" = "X$echo_test_string"; then
641 echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
642 test "X$echo_testing_string" = "X$echo_test_string"; then
657 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
658 test "X$echo_testing_string" = "X$echo_test_string"; then
661 elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
662 test "X$echo_testing_string"
[all...]

Completed in 14 milliseconds