Home
last modified time | relevance | path

Searched refs:strcspn (Results 1 – 25 of 42) sorted by relevance

12

/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/core/
Doption.c31 int len = strcspn(optstr, ",="); in nvkm_stropt()
36 *arglen = strcspn(optstr, ",="); in nvkm_stropt()
100 int len = strcspn(optstr, ",="); in nvkm_dbgopt()
/Linux-v5.10/drivers/block/
Dcryptoloop.c46 cipher_len = strcspn(cmsp, "-"); in cryptoloop_init()
52 mode_len = strcspn(mode, "-"); in cryptoloop_init()
/Linux-v5.10/lib/
Ddump_stack.c52 (int)strcspn(init_utsname()->version, " "), in dump_stack_print_info()
Dstring.c625 size_t strcspn(const char *s, const char *reject) in strcspn() function
640 EXPORT_SYMBOL(strcspn);
/Linux-v5.10/drivers/android/
Dbinderfs.c714 for (len = strcspn(name, ","); len > 0; len = strcspn(name, ",")) { in binderfs_fill_super()
782 for (len = strcspn(name, ","); len > 0; len = strcspn(name, ",")) { in init_binderfs()
/Linux-v5.10/drivers/iommu/
Dirq_remapping.c74 str += strcspn(str, ","); in setup_irqremap()
/Linux-v5.10/arch/x86/kernel/
Dpci-dma.c114 p += strcspn(p, ","); in iommu_setup()
Dearly_printk.c171 s += strcspn(s, ","); in early_serial_init()
/Linux-v5.10/drivers/lightnvm/
Dpblk-sysfs.c457 c_len = strcspn(page, "\n"); in pblk_sysfs_gc_force()
475 c_len = strcspn(page, "\n"); in pblk_sysfs_set_sec_per_write()
505 c_len = strcspn(page, "\n"); in pblk_sysfs_set_write_amp_trip()
531 c_len = strcspn(page, "\n"); in pblk_sysfs_set_padding_dist()
/Linux-v5.10/kernel/
Dhung_task.c133 (int)strcspn(init_utsname()->version, " "), in check_hung_task()
/Linux-v5.10/drivers/block/aoe/
Daoenet.c83 q = p + strcspn(p, WHITESPACE); in is_aoe_netif()
/Linux-v5.10/drivers/remoteproc/
Dremoteproc_sysfs.c172 len = strcspn(buf, "\n"); in firmware_store()
/Linux-v5.10/drivers/xen/xenbus/
Dxenbus_probe_backend.c69 typelen = strcspn(type, "/"); in backend_bus_id()
Dxenbus_probe.c576 snprintf(type, XEN_BUS_ID_SIZE, "%.*s", (int)strcspn(p, "/"), p); in xenbus_dev_changed()
/Linux-v5.10/arch/sh/drivers/
Dplatform_early.c100 n += strcspn(&buf[n + 1], ",") + 1; in sh_early_platform_driver_register()
/Linux-v5.10/scripts/kconfig/
Dconfdata.c483 (int)strcspn(line, "\r\n"), line); in conf_read_simple()
620 l = strcspn(p, "\n"); in kconfig_print_comment()
693 l = strcspn(p, "\n"); in header_print_comment()
Dsymbol.c886 l = strcspn(p, "\"\\"); in sym_escape_string_value()
903 l = strcspn(p, "\"\\"); in sym_escape_string_value()
/Linux-v5.10/drivers/tty/serial/
Dearlycon.c124 length = min(strcspn(options, " ") + 1, in parse_options()
/Linux-v5.10/tools/bpf/bpftool/
Dmain.c236 cp += strcspn(cp, ws); in make_args()
/Linux-v5.10/drivers/rpmsg/
Drpmsg_core.c340 new[strcspn(new, "\n")] = '\0'; \
/Linux-v5.10/drivers/nvme/target/
Dconfigfs.c351 len = strcspn(page, "\n"); in nvmet_ns_device_path_store()
693 len = strcspn(page, "\n"); in nvmet_passthru_device_path_store()
1111 len = strcspn(page, "\n"); in nvmet_subsys_attr_model_store()
/Linux-v5.10/include/linux/
Dstring.h103 extern __kernel_size_t strcspn(const char *,const char *);
/Linux-v5.10/drivers/pci/
Dp2pdma.c977 pr_err("No such PCI device: %.*s\n", (int)strcspn(page, "\n"), page); in pci_p2pdma_enable_store()
/Linux-v5.10/fs/orangefs/
Dorangefs-debugfs.c550 keyword_len = strcspn(cds_head, " "); in orangefs_prepare_cdm_array()
/Linux-v5.10/drivers/hwmon/
Dabituguru3.c1185 sublen = strcspn(board_name, "("); in abituguru3_dmi_detect()

12