Searched refs:shell_quote (Results 1 – 3 of 3) sorted by relevance
205 sub shell_quote { subroutine
981 $CMDLINE=shell_quote($CURL);1038 … "$gdb --directory $LIBDIR " . shell_quote($DBGCURL) . " -x $LOGDIR/gdbcmd");1043 runclient("$gdb --directory $LIBDIR " . shell_quote($DBGCURL) . " $GDBW -x $LOGDIR/gdbcmd");1083 …runclient("$gdb --directory libtest -x $LOGDIR/gdbcmd2 -batch " . shell_quote($DBGCURL) . " core "…
498 my $versioncmd=shell_quote($CURL) . " --version 1>$curlverout 2>$curlvererr";788 open(my $manh, "-|", shell_quote($CURL) . " -M 2>&1");2241 $VCURL=shell_quote($ARGV[1]);2246 $ACURL=shell_quote($ARGV[1]);2522 open(my $curlvh, "-|", shell_quote($CURL) . " --version 2>$dev_null") ||
Completed in 17 milliseconds