/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/core/ |
A D | option.c | 31 int len = strcspn(optstr, ",="); in nvkm_stropt() 36 *arglen = strcspn(optstr, ",="); in nvkm_stropt() 100 int len = strcspn(optstr, ",="); in nvkm_dbgopt()
|
/linux-6.3-rc2/kernel/module/ |
A D | version.c | 84 amagic += strcspn(amagic, " "); in same_magic() 85 bmagic += strcspn(bmagic, " "); in same_magic()
|
/linux-6.3-rc2/lib/ |
A D | dump_stack.c | 62 (int)strcspn(init_utsname()->version, " "), in dump_stack_print_info()
|
A D | string.c | 462 size_t strcspn(const char *s, const char *reject) in strcspn() function 472 EXPORT_SYMBOL(strcspn);
|
A D | test_string.c | 203 res = strcspn(s->str, s->reject); in strspn_selftest()
|
/linux-6.3-rc2/drivers/iommu/ |
A D | irq_remapping.c | 74 str += strcspn(str, ","); in setup_irqremap()
|
/linux-6.3-rc2/drivers/android/ |
A D | binderfs.c | 719 for (len = strcspn(name, ","); len > 0; len = strcspn(name, ",")) { in binderfs_fill_super() 807 for (len = strcspn(name, ","); len > 0; len = strcspn(name, ",")) { in init_binderfs()
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | pci-dma.c | 183 p += strcspn(p, ","); in iommu_setup()
|
A D | early_printk.c | 171 s += strcspn(s, ","); in early_serial_init()
|
/linux-6.3-rc2/drivers/block/aoe/ |
A D | aoenet.c | 83 q = p + strcspn(p, WHITESPACE); in is_aoe_netif()
|
/linux-6.3-rc2/scripts/kconfig/ |
A D | confdata.c | 495 (int)strcspn(line, "\r\n"), line); in conf_read_simple() 639 p += strcspn(p, "\"\\"); in escape_string_value() 655 len = strcspn(p, "\"\\"); in escape_string_value()
|
/linux-6.3-rc2/drivers/xen/xenbus/ |
A D | xenbus_probe_backend.c | 69 typelen = strcspn(type, "/"); in backend_bus_id()
|
A D | xenbus_probe.c | 641 snprintf(type, XEN_BUS_ID_SIZE, "%.*s", (int)strcspn(p, "/"), p); in xenbus_dev_changed()
|
/linux-6.3-rc2/kernel/ |
A D | hung_task.c | 136 (int)strcspn(init_utsname()->version, " "), in check_hung_task()
|
/linux-6.3-rc2/arch/sh/drivers/ |
A D | platform_early.c | 100 n += strcspn(&buf[n + 1], ",") + 1; in sh_early_platform_driver_register()
|
/linux-6.3-rc2/drivers/nvme/target/ |
A D | configfs.c | 355 len = strcspn(page, "\n"); in nvmet_ns_device_path_store() 698 len = strcspn(page, "\n"); in nvmet_passthru_device_path_store() 1105 int pos, len = strcspn(page, "\n"); in nvmet_subsys_attr_serial_store_locked() 1227 len = strcspn(page, "\n"); in nvmet_subsys_attr_model_store_locked() 1334 len = strcspn(page, "\n"); in nvmet_subsys_attr_firmware_store_locked()
|
/linux-6.3-rc2/include/linux/ |
A D | string.h | 103 extern __kernel_size_t strcspn(const char *,const char *);
|
/linux-6.3-rc2/drivers/tty/serial/ |
A D | earlycon.c | 130 length = min(strcspn(options, " ") + 1, in parse_options()
|
/linux-6.3-rc2/tools/bpf/bpftool/ |
A D | main.c | 310 cp += strcspn(cp, ws); in make_args()
|
/linux-6.3-rc2/drivers/rpmsg/ |
A D | rpmsg_core.c | 409 new[strcspn(new, "\n")] = '\0'; \
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-list.c | 81 int wlen = strcspn(s, " \t\n"); in wordwrap()
|
/linux-6.3-rc2/fs/orangefs/ |
A D | orangefs-debugfs.c | 532 keyword_len = strcspn(cds_head, " "); in orangefs_prepare_cdm_array()
|
/linux-6.3-rc2/net/sunrpc/ |
A D | sysfs.c | 257 buf_len = strcspn(buf, "\n"); in rpc_sysfs_xprt_dstaddr_store()
|
/linux-6.3-rc2/drivers/hwmon/ |
A D | abituguru3.c | 1180 sublen = strcspn(board_name, "("); in abituguru3_dmi_detect()
|
/linux-6.3-rc2/drivers/pci/ |
A D | p2pdma.c | 1087 pr_err("No such PCI device: %.*s\n", (int)strcspn(page, "\n"), page); in pci_p2pdma_enable_store()
|