Home
last modified time | relevance | path

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

/curl/tests/
H A Dtestutil.pm212 sub shell_quote { subroutine
H A Drunner.pm970 $CMDLINE=shell_quote($CURL);
1027 … "$gdb --directory $LIBDIR " . shell_quote($DBGCURL) . " -x $LOGDIR/gdbcmd");
1032 runclient("$gdb --directory $LIBDIR " . shell_quote($DBGCURL) . " $GDBW -x $LOGDIR/gdbcmd");
1072 …runclient("$gdb --directory libtest -x $LOGDIR/gdbcmd2 -batch " . shell_quote($DBGCURL) . " core "…
H A Druntests.pl498 my $versioncmd=shell_quote($CURL) . " --version 1>$curlverout 2>$curlvererr";
791 open(my $manh, "-|", shell_quote($CURL) . " -M 2>&1");
2257 $VCURL=shell_quote($ARGV[1]);
2262 $ACURL=shell_quote($ARGV[1]);
2533 open(my $curlvh, "-|", shell_quote($CURL) . " --version 2>$dev_null") ||

Completed in 22 milliseconds