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

  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 584 eval "$1+=\\ \$func_quote_for_eval_result"
592 eval "$1=\$$1\\ \$func_quote_for_eval_result"
1098 # i) func_quote_for_eval_result
1108 func_quote_for_eval_result=
1136 if test -n "$func_quote_for_eval_result"; then
1137 func_append func_quote_for_eval_result " $_G_quoted_arg"
1139 func_append func_quote_for_eval_result "$_G_quoted_arg"
1550 func_run_hooks_result=$func_quote_for_eval_result
1575 # my_options_prep_result=$func_quote_for_eval_result
1602 # my_silent_option_result=$func_quote_for_eval_result
    [all...]
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 590 # This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT
610 func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\""
613 func_quote_for_eval_result="$func_quote_for_eval_unquoted_result"
856 eval "${1}=\$${1}\\ \$func_quote_for_eval_result"
2106 test "X$libobj" != "X$func_quote_for_eval_result" \
2180 qsrcfile=$func_quote_for_eval_result
2779 install_prog="$func_quote_for_eval_result "
2790 func_append install_prog "$func_quote_for_eval_result"
2848 func_append install_prog " $func_quote_for_eval_result"
2852 func_append install_shared_prog " $func_quote_for_eval_result"
    [all...]

Completed in 15 milliseconds