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

/openjdk10/common/autoconf/
H A Dgenerated-configure.sh16621 has_forbidden_chars=`$ECHO "$input_path" | $GREP [^-._/a-zA-Z0-9]`
16622 if test "x$has_forbidden_chars" != x; then
16669 has_forbidden_chars=`$ECHO "$input_path" | $GREP [^-_/:a-zA-Z0-9]`
16670 if test "x$has_forbidden_chars" != x; then
16753 has_forbidden_chars=`$ECHO "$input_path" | $GREP [^-._/a-zA-Z0-9]`
16754 if test "x$has_forbidden_chars" != x; then
16801 has_forbidden_chars=`$ECHO "$input_path" | $GREP [^-_/:a-zA-Z0-9]`
16802 if test "x$has_forbidden_chars" != x; then
17175 has_forbidden_chars=`$ECHO "$input_path" | $GREP [^-._/a-zA-Z0-9]`
17176 if test "x$has_forbidden_chars" !
[all...]

Completed in 111 milliseconds