Lines Matching refs:try
803 # For sunos4.1.1, try sunos4.1.1, then sunos4.1, then sunos4, then sunos.
814 # For linux-gnu, try linux-gnu, then linux.
820 # For unix/sysv/sysv4, try unix/sysv/sysv4, then unix/sysv, then unix.
829 # For sparc/sparc32, try sparc/sparc32 and then sparc.
841 # For each machine term, try it with and then without /multiarch.
865 try="sysdeps$try_suffix"
867 echo "$0 [DEBUG]: try $try" >&2
868 if test -d "$try_srcdir$try"; then
869 sysnames="$sysnames $try"
947 try="sysdeps/$x"
950 echo "[DEBUG]: $name $implies_file $x try() {$try_srcdir}$try" >&2
951 if test $try != $xsrcdir$name_base/$x && test -d $try_srcdir$try;
953 eval "${implies_type}=\"\$${implies_type} \$try\""