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

  /src/usr.bin/locate/locate/
updatedb.sh 55 # Usage: quotedlist="$(shell_quote args...)"
63 shell_quote() function
127 SRCHPATHS="${SRCHPATHS}${SRCHPATHS:+ }$(shell_quote "$@")"
131 q="$(shell_quote "${i#\!}")"
150 q="$(shell_quote "$i")"
156 q="$(shell_quote "$i")"
  /src/
build.sh 303 # Usage: quotedlist="$(shell_quote args...)"
311 shell_quote() function
2247 qval="$(shell_quote "${val}")"

Completed in 13 milliseconds