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

  /src/usr.bin/locate/locate/
updatedb.sh 66 local arg qarg
71 qarg="''"
81 qarg="$(printf "%s\n" "$arg" | \
92 qarg="${arg}"
95 result="${result}${result:+ }${qarg}"
  /src/usr.sbin/etcupdate/
etcupdate 155 local arg qarg
160 qarg="''"
170 qarg="$(printf "%s\n" "$arg" | \
181 qarg="${arg}"
184 result="${result}${result:+ }${qarg}"
505 qarg="$(shell_quote "${OPTARG}")"
507 SRC_ARGLIST="${SRC_ARGLIST}${SRC_ARGLIST:+ }-s ${qarg}"
514 TGZLIST="${TGZLIST}${TGZLIST:+ }${qarg}"
  /src/
build.sh 314 local arg qarg
320 qarg="''"
330 qarg=$(printf "%s\n" "$arg" |
341 qarg="${arg}"
344 result="${result}${result:+ }${qarg}"
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 6615 qarg=$func_quote_for_eval_unquoted_result
6689 *" $qarg.ltframework "*) ;;
6690 *) func_append deplibs " $qarg.ltframework" # this is fixed later
6853 func_append linker_flags " $qarg"
6854 func_append compiler_flags " $qarg"
6856 func_append compile_command " $qarg"
6857 func_append finalize_command " $qarg"
6861 func_append compiler_flags " $qarg"
6863 func_append compile_command " $qarg"
6864 func_append finalize_command " $qarg"
    [all...]
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 5216 qarg=$func_quote_for_eval_unquoted_result
5290 *" $qarg.ltframework "*) ;;
5291 *) func_append deplibs " $qarg.ltframework" # this is fixed later
5443 func_append linker_flags " $qarg"
5444 func_append compiler_flags " $qarg"
5446 func_append compile_command " $qarg"
5447 func_append finalize_command " $qarg"
5451 func_append compiler_flags " $qarg"
5453 func_append compile_command " $qarg"
5454 func_append finalize_command " $qarg"
    [all...]
  /src/usr.sbin/postinstall/
postinstall.in 120 local arg qarg
125 qarg="''"
135 qarg="$(printf "%s\n" "$arg" | \
146 qarg="${arg}"
149 result="${result}${result:+ }${qarg}"
2895 qarg="$(shell_quote "${OPTARG}")"
2897 SRC_ARGLIST="${SRC_ARGLIST}${SRC_ARGLIST:+ }-s ${qarg}"
2904 TGZLIST="${TGZLIST}${TGZLIST:+ }${qarg}"

Completed in 223 milliseconds