func internal/bytealg.IndexByte

3 uses

	internal/bytealg (current package)
		indexbyte_native.go#L10: func IndexByte(b []byte, c byte) int

	bytes
		bytes.go#L96: 	return bytealg.IndexByte(b, c)

	syscall
		syscall_unix.go#L33: 	if i := bytealg.IndexByte(n, 0); i != -1 {