Searched refs:NeedsShellEscape (Results 1 – 1 of 1) sorted by relevance
527 static bool NeedsShellEscape(char c) { in NeedsShellEscape() function534 size_t i = SkipUntil(s->c_str(), s->size(), ranges, 10, NeedsShellEscape); in EscapeShell()552 i += SkipUntil(s->c_str() + i, s->size() - i, ranges, 10, NeedsShellEscape); in EscapeShell()