Searched refs:shellUnsafeChar (Results 1 – 1 of 1) sorted by relevance
59 func shellUnsafeChar(r rune) bool { func83 return r != ' ' && shellUnsafeChar(r)97 if strings.IndexFunc(s, shellUnsafeChar) == -1 {