Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/Porting/
Dsync-with-cpan872 my $shell_quote = WIN32 ? '"' : "'";
876 run_make "test-harness TEST_ARGS=$shell_quote-re $pkg_dir$shell_quote";
929 …git commit -m${shell_quote}$type_dir/$pkg_dir - Update to version $new_version${shell_quote} $type…
/openbsd/src/usr.bin/less/
Dfilename.c121 shell_quote(const char *s) in shell_quote() function
417 qfilename = shell_quote(p); in lglob()
426 qfilename = shell_quote(p); in lglob()
Dlsystem.c91 char *esccmd = shell_quote(cmd); in lsystem()
Dmain.c194 filename = shell_quote(*argv); in main()
Dfuncs.h119 char *shell_quote(const char *);
Dcmdbuf.c930 char *qword = shell_quote(word+1); in init_compl()
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/devel/
Dbuildperl.pl184 $config{oneshot} = { config_args => String::ShellQuote::shell_quote(@ARGV) };