Searched refs:splitAtBytes (Results 1 – 3 of 3) sorted by relevance
103 func splitAtBytes(s string, t string) []string { func123 func getFields(s string) []string { return splitAtBytes(s, " \r\t\n") }
226 f := splitAtBytes(l, " :\r\t\n")259 f := splitAtBytes(l, " \r\t\n")
44 comp := splitAtBytes(path, "/")