Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/less/
H A 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()
H A Dlsystem.c91 char *esccmd = shell_quote(cmd); in lsystem()
H A Dfuncs.h119 char *shell_quote(const char *);
H A Dmain.c194 filename = shell_quote(*argv); in main()
H A Dcmdbuf.c930 char *qword = shell_quote(word+1); in init_compl()
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/devel/
H A Dbuildperl.pl184 $config{oneshot} = { config_args => String::ShellQuote::shell_quote(@ARGV) };