Home | History | Annotate | Download | only in scan-build

Lines Matching refs:ShellEscape

1308 # ShellEscape - backslash escape characters that are special to the shell
1311 sub ShellEscape {
1610 $CmdArgs = HtmlEscape(join(' ', map(ShellEscape($_), @ARGV)));