HomeSort by: relevance | last modified time | path
    Searched defs:shell_quote (Results 1 - 6 of 6) 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/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
sh-quote.c 63 shell_quote (const char *string) function
  /src/external/gpl3/autoconf/dist/lib/Autom4te/
General.pm 58 &getopt &shell_quote &mktmpdir
265 =item C<shell_quote ($file_name)>
272 # shell_quote ($FILE_NAME)
277 sub shell_quote($) subroutine
304 my $quoted_tmpdir = shell_quote ($TMPDIR);
  /src/
build.sh 303 # Usage: quotedlist="$(shell_quote args...)"
311 shell_quote() function
2250 qval="$(shell_quote "${val}")"
  /src/external/bsd/less/dist/
filename.c 141 public char * shell_quote(char *s) function
565 esccmd = shell_quote(cmd);
624 qfilename = shell_quote(p);
635 qfilename = shell_quote(p);
676 qfilename = shell_quote(pfilename);
725 esc = shell_quote(esc);
879 qfilename = shell_quote(filename);
970 qfilename = shell_quote(filename);
971 qaltfilename = shell_quote(altfilename);
  /src/usr.sbin/postinstall/
postinstall.in 109 # Usage: quotedlist="$(shell_quote args...)"
117 shell_quote() function
2895 qarg="$(shell_quote "${OPTARG}")"
2966 SRC_ARGLIST="-s $(shell_quote "${SRC_ARG}")"

Completed in 25 milliseconds