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

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
sh-quote.h 33 extern char * shell_quote (const char *string);
sh-quote.c 63 shell_quote (const char *string) function
  /src/external/gpl3/autoconf/dist/bin/
autoupdate.in 132 xsystem ("echo dumpdef | $m4 2>" . shell_quote ("$tmp/m4.defs") . " >/dev/null");
225 $autoconf .= join (' --include=', '', map { shell_quote ($_) } @include);
226 $autoconf .= join (' --prepend-include=', '', map { shell_quote ($_) } @prepend_include);
238 . ">" . shell_quote ("$tmp/au.m4"));
252 system "cat >" . shell_quote ($file);
400 xsystem ("$m4 --include=" . shell_quote ($tmp)
401 . join (' --include=', '', map { shell_quote ($_) } reverse (@prepend_include))
402 . join (' --include=', '', map { shell_quote ($_) } @include)
403 . " " . shell_quote ("$tmp/input.m4") . " > " . shell_quote ("$tmp/updated"))
    [all...]
autoheader.in 163 $autoconf .= join (' --include=', '', map { shell_quote ($_) } @include);
164 $autoconf .= join (' --prepend-include=', '', map { shell_quote ($_) } @prepend_include);
175 my $quoted_tmp = shell_quote ($tmp);
182 . " " . shell_quote ($ARGV[0]) . " >$quoted_tmp/traces.pl");
autoreconf.in 197 $aclocal .= join (' -I ', '', map { shell_quote ($_) } @include);
198 $autoconf .= join (' --include=', '', map { shell_quote ($_) } @include);
199 $autoconf .= join (' --prepend-include=', '', map { shell_quote ($_) } @prepend_include);
200 $autoheader .= join (' --include=', '', map { shell_quote ($_) } @include);
201 $autoheader .= join (' --prepend-include=', '', map { shell_quote ($_) } @prepend_include);
autom4te.in 236 my $arg = shell_quote ($file);
466 . join (' --include=', '', map { shell_quote ($_) } @include)
469 . " @M4_DEBUGFILE@=" . shell_quote ("$tcache" . $req->id . "t")
470 . join (' --trace=', '', map { shell_quote ($_) } sort @macro)
472 . " > " . shell_quote ("$ocache" . $req->id . "t"));
836 my $in = new Autom4te::XFile ("$m4 " . shell_quote ("$tmp/traces.m4") . " |");
932 . join (' --include=', '', map { shell_quote ($_) } @include)
946 . join (' --include=', '', map { shell_quote ($_) } @include)
947 . " --freeze-state=" . shell_quote ($output)
autoscan.in 646 $autoconf .= join (' --include=', '', map { shell_quote ($_) } @include);
647 $autoconf .= join (' --prepend-include=', '', map { shell_quote ($_) } @prepend_include);
  /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);
lsystem.c 138 char *esccmd = shell_quote(cmd);
prompt.c 295 s = shell_quote(get_filename(curr_ifile));
tags.c 539 qtag = shell_quote(tag);
edit.c 670 char *qfilename = shell_quote(filename);
funcs.h 139 public char * shell_quote(char *s);
cmdbuf.c 1061 char *qword = shell_quote(word+1);
  /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/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/external/gpl3/gdb/dist/gnulib/import/extra/
gitlog-to-changelog 147 sub shell_quote($)
162 return join (' ', map {shell_quote $_} @_);
225 my $qdir = shell_quote $srcdir;
227 my $qcmd = shell_quote $cmd;
  /src/external/gpl3/gdb.old/dist/gnulib/import/extra/
gitlog-to-changelog 147 sub shell_quote($)
162 return join (' ', map {shell_quote $_} @_);
225 my $qdir = shell_quote $srcdir;
227 my $qcmd = shell_quote $cmd;
  /src/usr.sbin/etcupdate/
etcupdate 144 # Usage: quotedlist="$(shell_quote args...)"
152 shell_quote()
457 NETBSDSRCDIR=$(shell_quote "${SRCDIR}") \
458 DESTDIR=$(shell_quote "${TEMPROOT}") \
505 qarg="$(shell_quote "${OPTARG}")"
596 SRC_ARGLIST="-s $(shell_quote "${SRCDIR}")"
755 pwd_mkdb_cmd="$(shell_quote \
781 services_mkdb_cmd="$(shell_quote services_mkdb -V cdb \
807 makedev_cmd="($(shell_quote cd "${DESTDIR}/dev") && ./MAKEDEV all)"
839 postalias_cmd="$(shell_quote \
    [all...]
  /src/
build.sh 303 # Usage: quotedlist="$(shell_quote args...)"
311 shell_quote() function
2253 qval="$(shell_quote "${val}")"
  /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 53 milliseconds