Searched refs:teststring (Results 126 - 128 of 128) sorted by relevance

123456

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dconfigure6419 teststring="ABCD"
6439 # about 5 minutes as the teststring grows exponentially.
6508 # Make teststring a little bigger before we do anything with it.
6511 teststring=$teststring$teststring
6517 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6518 = "X$teststring$teststring"; } >/de
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfigure6561 teststring="ABCD"
6581 # about 5 minutes as the teststring grows exponentially.
6650 # Make teststring a little bigger before we do anything with it.
6653 teststring=$teststring$teststring
6659 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6660 = "X$teststring$teststring"; } >/de
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/
H A Dconfigure8452 teststring="ABCD"
8472 # about 5 minutes as the teststring grows exponentially.
8535 while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
8536 = "XX$teststring") >/dev/null 2>&1 &&
8537 new_result=`expr "X$teststring" : ".*" 2>&1` &&
8542 teststring=$teststring$teststring
8544 teststring=
[all...]

Completed in 327 milliseconds

123456