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

/external/ImageMagick/config/
H A Dltmain.sh1112 _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
1114 _G_unquoted_arg=$1 ;;
1117 func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg"
1119 func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg"
1122 case $_G_unquoted_arg in
1129 _G_quoted_arg=\"$_G_unquoted_arg\"
1132 _G_quoted_arg=$_G_unquoted_arg
/external/curl/
H A Dltmain.sh1112 _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
1114 _G_unquoted_arg=$1 ;;
1117 func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg"
1119 func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg"
1122 case $_G_unquoted_arg in
1129 _G_quoted_arg=\"$_G_unquoted_arg\"
1132 _G_quoted_arg=$_G_unquoted_arg
/external/libevent/
H A Dltmain.sh1112 _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
1114 _G_unquoted_arg=$1 ;;
1117 func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg"
1119 func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg"
1122 case $_G_unquoted_arg in
1129 _G_quoted_arg=\"$_G_unquoted_arg\"
1132 _G_quoted_arg=$_G_unquoted_arg
/external/libpng/
H A Dltmain.sh1112 _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
1114 _G_unquoted_arg=$1 ;;
1117 func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg"
1119 func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg"
1122 case $_G_unquoted_arg in
1129 _G_quoted_arg=\"$_G_unquoted_arg\"
1132 _G_quoted_arg=$_G_unquoted_arg
/external/pcre/dist2/
H A Dltmain.sh1112 _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
1114 _G_unquoted_arg=$1 ;;
1117 func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg"
1119 func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg"
1122 case $_G_unquoted_arg in
1129 _G_quoted_arg=\"$_G_unquoted_arg\"
1132 _G_quoted_arg=$_G_unquoted_arg
/external/python/cpython2/Modules/_ctypes/libffi/
H A Dltmain.sh1002 _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
1004 _G_unquoted_arg=$1 ;;
1007 func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg"
1009 func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg"
1012 case $_G_unquoted_arg in
1019 _G_quoted_arg=\"$_G_unquoted_arg\"
1022 _G_quoted_arg=$_G_unquoted_arg
/external/python/cpython3/Modules/_ctypes/libffi/
H A Dltmain.sh1002 _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
1004 _G_unquoted_arg=$1 ;;
1007 func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg"
1009 func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg"
1012 case $_G_unquoted_arg in
1019 _G_quoted_arg=\"$_G_unquoted_arg\"
1022 _G_quoted_arg=$_G_unquoted_arg

Completed in 266 milliseconds