strpbrk          1591 arch/x86/kernel/pci-calgary_64.c 		p = strpbrk(p, ",");
strpbrk          1320 fs/cifs/connect.c 			value = strpbrk(vol->UNC+2, "/\\");
strpbrk            74 include/linux/string.h extern char * strpbrk(const char *,const char *);
strpbrk           487 lib/string.c   	end = strpbrk(sbegin, ct);
strpbrk           120 scripts/kconfig/confdata.c 		for (p2 = p; (p2 = strpbrk(p2, "\"\\")); p2++) {