HomeSort by: relevance | last modified time | path
    Searched refs:func_quote_for_eval_unquoted_result (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/
ltmain.sh 592 # FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters
598 func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
600 func_quote_for_eval_unquoted_result="$1" ;;
603 case $func_quote_for_eval_unquoted_result in
610 func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\""
613 func_quote_for_eval_result="$func_quote_for_eval_unquoted_result"
5216 qarg=$func_quote_for_eval_unquoted_result
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 1100 # ii) func_quote_for_eval_unquoted_result
1107 func_quote_for_eval_unquoted_result=
1116 if test -n "$func_quote_for_eval_unquoted_result"; then
1117 func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg"
1119 func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg"
6615 qarg=$func_quote_for_eval_unquoted_result

Completed in 25 milliseconds