/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/core/ |
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-v6.1/kernel/module/ |
D | version.c | 84 amagic += strcspn(amagic, " "); in same_magic() 85 bmagic += strcspn(bmagic, " "); in same_magic()
|
/Linux-v6.1/lib/ |
D | dump_stack.c | 62 (int)strcspn(init_utsname()->version, " "), in dump_stack_print_info()
|
D | string.c | 544 size_t strcspn(const char *s, const char *reject) in strcspn() function 554 EXPORT_SYMBOL(strcspn);
|
D | test_string.c | 203 res = strcspn(s->str, s->reject); in strspn_selftest()
|
/Linux-v6.1/drivers/iommu/ |
D | irq_remapping.c | 74 str += strcspn(str, ","); in setup_irqremap()
|
/Linux-v6.1/drivers/android/ |
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-v6.1/arch/x86/kernel/ |
D | pci-dma.c | 183 p += strcspn(p, ","); in iommu_setup()
|
D | early_printk.c | 171 s += strcspn(s, ","); in early_serial_init()
|
/Linux-v6.1/drivers/block/aoe/ |
D | aoenet.c | 83 q = p + strcspn(p, WHITESPACE); in is_aoe_netif()
|
/Linux-v6.1/scripts/kconfig/ |
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-v6.1/drivers/xen/xenbus/ |
D | xenbus_probe_backend.c | 69 typelen = strcspn(type, "/"); in backend_bus_id()
|
D | xenbus_probe.c | 641 snprintf(type, XEN_BUS_ID_SIZE, "%.*s", (int)strcspn(p, "/"), p); in xenbus_dev_changed()
|
/Linux-v6.1/kernel/ |
D | hung_task.c | 136 (int)strcspn(init_utsname()->version, " "), in check_hung_task()
|
D | params.c | 440 len = strcspn(val, ","); in param_array()
|
/Linux-v6.1/arch/sh/drivers/ |
D | platform_early.c | 100 n += strcspn(&buf[n + 1], ",") + 1; in sh_early_platform_driver_register()
|
/Linux-v6.1/drivers/tty/serial/ |
D | earlycon.c | 124 length = min(strcspn(options, " ") + 1, in parse_options()
|
/Linux-v6.1/include/linux/ |
D | string.h | 103 extern __kernel_size_t strcspn(const char *,const char *);
|
/Linux-v6.1/tools/bpf/bpftool/ |
D | main.c | 269 cp += strcspn(cp, ws); in make_args()
|
/Linux-v6.1/drivers/nvme/target/ |
D | configfs.c | 354 len = strcspn(page, "\n"); in nvmet_ns_device_path_store() 697 len = strcspn(page, "\n"); in nvmet_passthru_device_path_store() 1104 int pos, len = strcspn(page, "\n"); in nvmet_subsys_attr_serial_store_locked() 1226 len = strcspn(page, "\n"); in nvmet_subsys_attr_model_store_locked()
|
/Linux-v6.1/drivers/rpmsg/ |
D | rpmsg_core.c | 409 new[strcspn(new, "\n")] = '\0'; \
|
/Linux-v6.1/drivers/pci/ |
D | p2pdma.c | 961 pr_err("No such PCI device: %.*s\n", (int)strcspn(page, "\n"), page); in pci_p2pdma_enable_store()
|
/Linux-v6.1/net/sunrpc/ |
D | sysfs.c | 257 buf_len = strcspn(buf, "\n"); in rpc_sysfs_xprt_dstaddr_store()
|
/Linux-v6.1/fs/orangefs/ |
D | orangefs-debugfs.c | 550 keyword_len = strcspn(cds_head, " "); in orangefs_prepare_cdm_array()
|
/Linux-v6.1/drivers/hwmon/ |
D | abituguru3.c | 1180 sublen = strcspn(board_name, "("); in abituguru3_dmi_detect()
|