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