Searched refs:shell_quote (Results 1 – 4 of 4) sorted by relevance
917 $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 "…
194 sub shell_quote { subroutine
485 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") ||
20 from shlex import quote as shell_quote unknown22 from pipes import quote as shell_quote unknown146 return ' '.join(shell_quote(item) for item in result)