Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/core/
A 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-6.3-rc2/kernel/module/
A Dversion.c84 amagic += strcspn(amagic, " "); in same_magic()
85 bmagic += strcspn(bmagic, " "); in same_magic()
/linux-6.3-rc2/lib/
A Ddump_stack.c62 (int)strcspn(init_utsname()->version, " "), in dump_stack_print_info()
A Dstring.c462 size_t strcspn(const char *s, const char *reject) in strcspn() function
472 EXPORT_SYMBOL(strcspn);
A Dtest_string.c203 res = strcspn(s->str, s->reject); in strspn_selftest()
/linux-6.3-rc2/drivers/iommu/
A Dirq_remapping.c74 str += strcspn(str, ","); in setup_irqremap()
/linux-6.3-rc2/drivers/android/
A Dbinderfs.c719 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 Dpci-dma.c183 p += strcspn(p, ","); in iommu_setup()
A Dearly_printk.c171 s += strcspn(s, ","); in early_serial_init()
/linux-6.3-rc2/drivers/block/aoe/
A Daoenet.c83 q = p + strcspn(p, WHITESPACE); in is_aoe_netif()
/linux-6.3-rc2/scripts/kconfig/
A Dconfdata.c495 (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 Dxenbus_probe_backend.c69 typelen = strcspn(type, "/"); in backend_bus_id()
A Dxenbus_probe.c641 snprintf(type, XEN_BUS_ID_SIZE, "%.*s", (int)strcspn(p, "/"), p); in xenbus_dev_changed()
/linux-6.3-rc2/kernel/
A Dhung_task.c136 (int)strcspn(init_utsname()->version, " "), in check_hung_task()
/linux-6.3-rc2/arch/sh/drivers/
A Dplatform_early.c100 n += strcspn(&buf[n + 1], ",") + 1; in sh_early_platform_driver_register()
/linux-6.3-rc2/drivers/nvme/target/
A Dconfigfs.c355 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 Dstring.h103 extern __kernel_size_t strcspn(const char *,const char *);
/linux-6.3-rc2/drivers/tty/serial/
A Dearlycon.c130 length = min(strcspn(options, " ") + 1, in parse_options()
/linux-6.3-rc2/tools/bpf/bpftool/
A Dmain.c310 cp += strcspn(cp, ws); in make_args()
/linux-6.3-rc2/drivers/rpmsg/
A Drpmsg_core.c409 new[strcspn(new, "\n")] = '\0'; \
/linux-6.3-rc2/tools/perf/
A Dbuiltin-list.c81 int wlen = strcspn(s, " \t\n"); in wordwrap()
/linux-6.3-rc2/fs/orangefs/
A Dorangefs-debugfs.c532 keyword_len = strcspn(cds_head, " "); in orangefs_prepare_cdm_array()
/linux-6.3-rc2/net/sunrpc/
A Dsysfs.c257 buf_len = strcspn(buf, "\n"); in rpc_sysfs_xprt_dstaddr_store()
/linux-6.3-rc2/drivers/hwmon/
A Dabituguru3.c1180 sublen = strcspn(board_name, "("); in abituguru3_dmi_detect()
/linux-6.3-rc2/drivers/pci/
A Dp2pdma.c1087 pr_err("No such PCI device: %.*s\n", (int)strcspn(page, "\n"), page); in pci_p2pdma_enable_store()

Completed in 40 milliseconds

12