Home
last modified time | relevance | path

Searched refs:shell_quote (Results 1 – 4 of 4) sorted by relevance

/third_party/curl/tests/
Drunner.pm917 $CMDLINE=shell_quote($CURL);
964 … "$gdb --directory $LIBDIR " . shell_quote($DBGCURL) . " -x $LOGDIR/gdbcmd");
968 runclient("$gdb --directory $LIBDIR " . shell_quote($DBGCURL) . " $GDBW -x $LOGDIR/gdbcmd");
1002 …runclient("$gdb --directory libtest -x $LOGDIR/gdbcmd2 -batch " . shell_quote($DBGCURL) . " core "…
Dtestutil.pm194 sub shell_quote { subroutine
Druntests.pl485 my $versioncmd=shell_quote($CURL) . " --version 1>$curlverout 2>$curlvererr";
762 open(my $manh, "-|", shell_quote($CURL) . " -M 2>&1");
2170 $VCURL=shell_quote($ARGV[1]);
2175 $ACURL=shell_quote($ARGV[1]);
2437 open(my $curlvh, "-|", shell_quote($CURL) . " --version 2>/dev/null") ||
/third_party/gn/build/
Dgen.py20 from shlex import quote as shell_quote unknown
22 from pipes import quote as shell_quote unknown
146 return ' '.join(shell_quote(item) for item in result)