Home
last modified time | relevance | path

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

12

/linux-6.12.1/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-6.12.1/kernel/module/
Dversion.c84 amagic += strcspn(amagic, " "); in same_magic()
85 bmagic += strcspn(bmagic, " "); in same_magic()
/linux-6.12.1/lib/
Ddump_stack.c64 (int)strcspn(init_utsname()->version, " "), in dump_stack_print_info()
Dstring.c446 size_t strcspn(const char *s, const char *reject) in strcspn() function
456 EXPORT_SYMBOL(strcspn);
Dstring_helpers_kunit.c488 len = strcspn(from, cut); in __strchrcut()
/linux-6.12.1/drivers/android/
Dbinderfs.c725 for (len = strcspn(name, ","); len > 0; len = strcspn(name, ",")) { in binderfs_fill_super()
813 for (len = strcspn(name, ","); len > 0; len = strcspn(name, ",")) { in init_binderfs()
/linux-6.12.1/drivers/iommu/
Dirq_remapping.c77 str += strcspn(str, ","); in setup_irqremap()
/linux-6.12.1/arch/riscv/kernel/pi/
Dfdt_early.c96 single_end = strcspn(isa_str, "sSxXzZ"); in isa_string_contains()
/linux-6.12.1/arch/x86/kernel/
Dpci-dma.c168 p += strcspn(p, ","); in iommu_setup()
Dearly_printk.c171 s += strcspn(s, ","); in early_serial_init()
/linux-6.12.1/drivers/block/aoe/
Daoenet.c83 q = p + strcspn(p, WHITESPACE); in is_aoe_netif()
/linux-6.12.1/drivers/xen/xenbus/
Dxenbus_probe_backend.c69 typelen = strcspn(type, "/"); in backend_bus_id()
/linux-6.12.1/kernel/
Dhung_task.c137 (int)strcspn(init_utsname()->version, " "), in check_hung_task()
/linux-6.12.1/arch/sh/drivers/
Dplatform_early.c100 n += strcspn(&buf[n + 1], ",") + 1; in sh_early_platform_driver_register()
/linux-6.12.1/drivers/nvme/target/
Dconfigfs.c515 len = strcspn(page, "\n"); in nvmet_ns_device_path_store()
879 len = strcspn(page, "\n"); in nvmet_passthru_device_path_store()
1286 int pos, len = strcspn(page, "\n"); in nvmet_subsys_attr_serial_store_locked()
1408 len = strcspn(page, "\n"); in nvmet_subsys_attr_model_store_locked()
1515 len = strcspn(page, "\n"); in nvmet_subsys_attr_firmware_store_locked()
2232 len = strcspn(page, "\n"); in nvmet_root_discovery_nqn_store()
/linux-6.12.1/scripts/kconfig/
Dconfdata.c567 p += strcspn(p, "\"\\"); in escape_string_value()
583 len = strcspn(p, "\"\\"); in escape_string_value()
/linux-6.12.1/drivers/tty/serial/
Dearlycon.c130 length = min(strcspn(options, " ") + 1, in parse_options()
/linux-6.12.1/tools/bpf/bpftool/
Dmain.c310 cp += strcspn(cp, ws); in make_args()
/linux-6.12.1/include/linux/
Dstring.h215 extern __kernel_size_t strcspn(const char *,const char *);
/linux-6.12.1/tools/testing/selftests/net/openvswitch/
Dovs-dpctl.py73 def strcspn(str1, str2): function
313 pos = strcspn(actstr, ",)")
322 actstr = actstr[strcspn(actstr, ",)"):]
776 pos = strcspn(actstr, ",)")
/linux-6.12.1/tools/testing/selftests/mm/
Dksm_functional_tests.c97 value_pos = strcspn(substr_ksm_zero, "0123456789"); in get_my_ksm_zero_pages()
/linux-6.12.1/drivers/rpmsg/
Drpmsg_core.c430 new[strcspn(new, "\n")] = '\0'; \
/linux-6.12.1/tools/perf/
Dbuiltin-list.c95 int wlen = strcspn(s, " ,\t\n"); in wordwrap()
/linux-6.12.1/fs/orangefs/
Dorangefs-debugfs.c532 keyword_len = strcspn(cds_head, " "); in orangefs_prepare_cdm_array()
/linux-6.12.1/net/sunrpc/
Dsysfs.c258 buf_len = strcspn(buf, "\n"); in rpc_sysfs_xprt_dstaddr_store()

12