/linux-6.12.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-6.12.1/kernel/module/ |
D | version.c | 84 amagic += strcspn(amagic, " "); in same_magic() 85 bmagic += strcspn(bmagic, " "); in same_magic()
|
/linux-6.12.1/lib/ |
D | dump_stack.c | 64 (int)strcspn(init_utsname()->version, " "), in dump_stack_print_info()
|
D | string.c | 446 size_t strcspn(const char *s, const char *reject) in strcspn() function 456 EXPORT_SYMBOL(strcspn);
|
D | string_helpers_kunit.c | 488 len = strcspn(from, cut); in __strchrcut()
|
/linux-6.12.1/drivers/android/ |
D | binderfs.c | 725 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/ |
D | irq_remapping.c | 77 str += strcspn(str, ","); in setup_irqremap()
|
/linux-6.12.1/arch/riscv/kernel/pi/ |
D | fdt_early.c | 96 single_end = strcspn(isa_str, "sSxXzZ"); in isa_string_contains()
|
/linux-6.12.1/arch/x86/kernel/ |
D | pci-dma.c | 168 p += strcspn(p, ","); in iommu_setup()
|
D | early_printk.c | 171 s += strcspn(s, ","); in early_serial_init()
|
/linux-6.12.1/drivers/block/aoe/ |
D | aoenet.c | 83 q = p + strcspn(p, WHITESPACE); in is_aoe_netif()
|
/linux-6.12.1/drivers/xen/xenbus/ |
D | xenbus_probe_backend.c | 69 typelen = strcspn(type, "/"); in backend_bus_id()
|
/linux-6.12.1/kernel/ |
D | hung_task.c | 137 (int)strcspn(init_utsname()->version, " "), in check_hung_task()
|
/linux-6.12.1/arch/sh/drivers/ |
D | platform_early.c | 100 n += strcspn(&buf[n + 1], ",") + 1; in sh_early_platform_driver_register()
|
/linux-6.12.1/drivers/nvme/target/ |
D | configfs.c | 515 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/ |
D | confdata.c | 567 p += strcspn(p, "\"\\"); in escape_string_value() 583 len = strcspn(p, "\"\\"); in escape_string_value()
|
/linux-6.12.1/drivers/tty/serial/ |
D | earlycon.c | 130 length = min(strcspn(options, " ") + 1, in parse_options()
|
/linux-6.12.1/tools/bpf/bpftool/ |
D | main.c | 310 cp += strcspn(cp, ws); in make_args()
|
/linux-6.12.1/include/linux/ |
D | string.h | 215 extern __kernel_size_t strcspn(const char *,const char *);
|
/linux-6.12.1/tools/testing/selftests/net/openvswitch/ |
D | ovs-dpctl.py | 73 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/ |
D | ksm_functional_tests.c | 97 value_pos = strcspn(substr_ksm_zero, "0123456789"); in get_my_ksm_zero_pages()
|
/linux-6.12.1/drivers/rpmsg/ |
D | rpmsg_core.c | 430 new[strcspn(new, "\n")] = '\0'; \
|
/linux-6.12.1/tools/perf/ |
D | builtin-list.c | 95 int wlen = strcspn(s, " ,\t\n"); in wordwrap()
|
/linux-6.12.1/fs/orangefs/ |
D | orangefs-debugfs.c | 532 keyword_len = strcspn(cds_head, " "); in orangefs_prepare_cdm_array()
|
/linux-6.12.1/net/sunrpc/ |
D | sysfs.c | 258 buf_len = strcspn(buf, "\n"); in rpc_sysfs_xprt_dstaddr_store()
|