strcspn           100 arch/powerpc/platforms/powernv/pci-ioda.c 		str += strcspn(str, ",");
strcspn           174 arch/x86/kernel/early_printk.c 		s += strcspn(s, ",");
strcspn           120 arch/x86/kernel/pci-dma.c 		p += strcspn(p, ",");
strcspn          1570 arch/x86/platform/uv/tlb_uv.c 		q = p + strcspn(p, WHITESPACE);
strcspn          1583 arch/x86/platform/uv/tlb_uv.c 		q = p + strcspn(p, WHITESPACE);
strcspn           723 drivers/android/binderfs.c 	for (len = strcspn(name, ","); len > 0; len = strcspn(name, ",")) {
strcspn           773 drivers/android/binderfs.c 	for (len = strcspn(name, ","); len > 0; len = strcspn(name, ",")) {
strcspn          1350 drivers/base/platform.c 				n += strcspn(&buf[n + 1], ",") + 1;
strcspn            83 drivers/block/aoe/aoenet.c 		q = p + strcspn(p, WHITESPACE);
strcspn            46 drivers/block/cryptoloop.c 	cipher_len = strcspn(cmsp, "-");
strcspn            52 drivers/block/cryptoloop.c 		mode_len = strcspn(mode, "-");
strcspn          6426 drivers/block/rbd.c 	return strcspn(*buf, spaces);   /* Return token length */
strcspn            31 drivers/gpu/drm/nouveau/nvkm/core/option.c 		int len = strcspn(optstr, ",=");
strcspn            36 drivers/gpu/drm/nouveau/nvkm/core/option.c 				*arglen = strcspn(optstr, ",=");
strcspn           100 drivers/gpu/drm/nouveau/nvkm/core/option.c 		int len = strcspn(optstr, ",=");
strcspn          1185 drivers/hwmon/abituguru3.c 	sublen = strcspn(board_name, "(");
strcspn           473 drivers/iommu/intel-iommu.c 		str += strcspn(str, ",");
strcspn            74 drivers/iommu/irq_remapping.c 		str += strcspn(str, ",");
strcspn           457 drivers/lightnvm/pblk-sysfs.c 	c_len = strcspn(page, "\n");
strcspn           475 drivers/lightnvm/pblk-sysfs.c 	c_len = strcspn(page, "\n");
strcspn           505 drivers/lightnvm/pblk-sysfs.c 	c_len = strcspn(page, "\n");
strcspn           531 drivers/lightnvm/pblk-sysfs.c 	c_len = strcspn(page, "\n");
strcspn           324 drivers/nvme/target/configfs.c 	len = strcspn(page, "\n");
strcspn           891 drivers/of/base.c 	len = strcspn(path, "/:");
strcspn           958 drivers/pci/p2pdma.c 	pr_err("No such PCI device: %.*s\n", (int)strcspn(page, "\n"), page);
strcspn          10121 drivers/platform/x86/thinkpad_acpi.c 			ec_fw_string[strcspn(ec_fw_string, " ]")] = 0;
strcspn            42 drivers/remoteproc/remoteproc_sysfs.c 	len = strcspn(buf, "\n");
strcspn           340 drivers/rpmsg/rpmsg_core.c 	new[strcspn(new, "\n")] = '\0';					\
strcspn           119 drivers/tty/serial/earlycon.c 		length = min(strcspn(options, " ") + 1,
strcspn           574 drivers/xen/xenbus/xenbus_probe.c 	snprintf(type, XEN_BUS_ID_SIZE, "%.*s", (int)strcspn(p, "/"), p);
strcspn            69 drivers/xen/xenbus/xenbus_probe_backend.c 	typelen = strcspn(type, "/");
strcspn           504 fs/btrfs/sysfs.c 	p_len = strcspn(buf, "\n");
strcspn          1607 fs/cifs/connect.c 	len = strcspn(pos, delims);
strcspn           550 fs/orangefs/orangefs-debugfs.c 		keyword_len = strcspn(cds_head, " ");
strcspn           102 include/linux/string.h extern __kernel_size_t strcspn(const char *,const char *);
strcspn           134 kernel/hung_task.c 			(int)strcspn(init_utsname()->version, " "),
strcspn           719 kernel/locking/lockdep.c 		(int)strcspn(init_utsname()->version, " "),
strcspn          1369 kernel/module.c 		amagic += strcspn(amagic, " ");
strcspn          1370 kernel/module.c 		bmagic += strcspn(bmagic, " ");
strcspn          3398 kernel/module.c 		len = strcspn(p, ",");
strcspn           421 kernel/params.c 		len = strcspn(val, ",");
strcspn           698 kernel/sched/debug.c 		(int)strcspn(init_utsname()->version, " "),
strcspn            52 lib/dump_stack.c 	       (int)strcspn(init_utsname()->version, " "),
strcspn           599 lib/string.c   EXPORT_SYMBOL(strcspn);
strcspn          1939 lib/vsprintf.c 	if (fmt[0] == '\0' || strcspn(fmt,"fnpPFcC") > 0)
strcspn           483 scripts/kconfig/confdata.c 					     (int)strcspn(line, "\r\n"), line);
strcspn           620 scripts/kconfig/confdata.c 		l = strcspn(p, "\n");
strcspn           693 scripts/kconfig/confdata.c 		l = strcspn(p, "\n");
strcspn           881 scripts/kconfig/symbol.c 		l = strcspn(p, "\"\\");
strcspn           898 scripts/kconfig/symbol.c 		l = strcspn(p, "\"\\");
strcspn          1997 scripts/mod/modpost.c 	size_t n = strcspn(s, ".");
strcspn           205 tools/bpf/bpftool/main.c 			cp += strcspn(cp, ws);
strcspn          1791 tools/perf/builtin-script.c 			unsigned len = strcspn(s, ",");
strcspn          3047 tools/perf/builtin-script.c 			len = strcspn(p, " \t");
strcspn          1557 tools/perf/util/auxtrace.c 		n = strcspn(*inp, str_delim);
strcspn          1370 tools/perf/util/pmu.c 		int wlen = strcspn(s, " \t");