Searched refs:IsKnownShellSafeCharacter (Results 1 – 1 of 1) sorted by relevance
213 static inline bool IsKnownShellSafeCharacter(char ch) { in IsKnownShellSafeCharacter() function242 if (!IsKnownShellSafeCharacter(input[i])) return true; in StringNeedsShellEscaping()