/Linux-v5.15/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-v5.15/drivers/block/ |
D | cryptoloop.c | 46 cipher_len = strcspn(cmsp, "-"); in cryptoloop_init() 52 mode_len = strcspn(mode, "-"); in cryptoloop_init()
|
/Linux-v5.15/lib/ |
D | dump_stack.c | 62 (int)strcspn(init_utsname()->version, " "), in dump_stack_print_info()
|
D | string.c | 623 size_t strcspn(const char *s, const char *reject) in strcspn() function 638 EXPORT_SYMBOL(strcspn);
|
/Linux-v5.15/drivers/iommu/ |
D | irq_remapping.c | 74 str += strcspn(str, ","); in setup_irqremap()
|
/Linux-v5.15/drivers/android/ |
D | binderfs.c | 751 for (len = strcspn(name, ","); len > 0; len = strcspn(name, ",")) { in binderfs_fill_super() 823 for (len = strcspn(name, ","); len > 0; len = strcspn(name, ",")) { in init_binderfs()
|
/Linux-v5.15/arch/x86/kernel/ |
D | pci-dma.c | 114 p += strcspn(p, ","); in iommu_setup()
|
D | early_printk.c | 171 s += strcspn(s, ","); in early_serial_init()
|
/Linux-v5.15/kernel/ |
D | hung_task.c | 134 (int)strcspn(init_utsname()->version, " "), in check_hung_task()
|
D | params.c | 440 len = strcspn(val, ","); in param_array()
|
/Linux-v5.15/drivers/block/aoe/ |
D | aoenet.c | 83 q = p + strcspn(p, WHITESPACE); in is_aoe_netif()
|
/Linux-v5.15/scripts/kconfig/ |
D | confdata.c | 497 (int)strcspn(line, "\r\n"), line); in conf_read_simple() 635 l = strcspn(p, "\n"); in kconfig_print_comment() 708 l = strcspn(p, "\n"); in header_print_comment()
|
D | symbol.c | 885 l = strcspn(p, "\"\\"); in sym_escape_string_value() 902 l = strcspn(p, "\"\\"); in sym_escape_string_value()
|
/Linux-v5.15/drivers/xen/xenbus/ |
D | xenbus_probe_backend.c | 69 typelen = strcspn(type, "/"); in backend_bus_id()
|
D | xenbus_probe.c | 640 snprintf(type, XEN_BUS_ID_SIZE, "%.*s", (int)strcspn(p, "/"), p); in xenbus_dev_changed()
|
/Linux-v5.15/include/linux/ |
D | string.h | 103 extern __kernel_size_t strcspn(const char *,const char *);
|
/Linux-v5.15/arch/sh/drivers/ |
D | platform_early.c | 100 n += strcspn(&buf[n + 1], ",") + 1; in sh_early_platform_driver_register()
|
/Linux-v5.15/drivers/tty/serial/ |
D | earlycon.c | 124 length = min(strcspn(options, " ") + 1, in parse_options()
|
/Linux-v5.15/drivers/nvme/target/ |
D | configfs.c | 349 len = strcspn(page, "\n"); in nvmet_ns_device_path_store() 691 len = strcspn(page, "\n"); in nvmet_passthru_device_path_store() 1078 int pos, len = strcspn(page, "\n"); in nvmet_subsys_attr_serial_store_locked() 1199 len = strcspn(page, "\n"); in nvmet_subsys_attr_model_store_locked()
|
/Linux-v5.15/tools/bpf/bpftool/ |
D | main.c | 240 cp += strcspn(cp, ws); in make_args()
|
/Linux-v5.15/drivers/rpmsg/ |
D | rpmsg_core.c | 384 new[strcspn(new, "\n")] = '\0'; \
|
/Linux-v5.15/net/sunrpc/ |
D | sysfs.c | 248 buf_len = strcspn(buf, "\n"); in rpc_sysfs_xprt_dstaddr_store()
|
/Linux-v5.15/drivers/pci/ |
D | p2pdma.c | 986 pr_err("No such PCI device: %.*s\n", (int)strcspn(page, "\n"), page); in pci_p2pdma_enable_store()
|
/Linux-v5.15/fs/orangefs/ |
D | orangefs-debugfs.c | 550 keyword_len = strcspn(cds_head, " "); in orangefs_prepare_cdm_array()
|
/Linux-v5.15/drivers/hwmon/ |
D | abituguru3.c | 1185 sublen = strcspn(board_name, "("); in abituguru3_dmi_detect()
|