| /linux-6.15/drivers/gpu/drm/nouveau/nvkm/core/ |
| H A 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.15/kernel/module/ |
| H A D | version.c | 101 amagic += strcspn(amagic, " "); in same_magic() 102 bmagic += strcspn(bmagic, " "); in same_magic()
|
| /linux-6.15/lib/ |
| H A D | dump_stack.c | 64 (int)strcspn(init_utsname()->version, " "), in dump_stack_print_info()
|
| H A D | string.c | 464 size_t strcspn(const char *s, const char *reject) in strcspn() function 474 EXPORT_SYMBOL(strcspn);
|
| /linux-6.15/drivers/android/ |
| H A D | binderfs.c | 728 for (len = strcspn(name, ","); len > 0; len = strcspn(name, ",")) { in binderfs_fill_super() 816 for (len = strcspn(name, ","); len > 0; len = strcspn(name, ",")) { in init_binderfs()
|
| /linux-6.15/drivers/iommu/ |
| H A D | irq_remapping.c | 77 str += strcspn(str, ","); in setup_irqremap()
|
| /linux-6.15/arch/riscv/kernel/pi/ |
| H A D | fdt_early.c | 96 single_end = strcspn(isa_str, "sSxXzZ"); in isa_string_contains()
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | early_printk.c | 174 s += strcspn(s, ","); in early_serial_init() 230 s += strcspn(s, ","); in early_mmio_serial_init()
|
| H A D | pci-dma.c | 164 p += strcspn(p, ","); in iommu_setup()
|
| /linux-6.15/drivers/block/aoe/ |
| H A D | aoenet.c | 83 q = p + strcspn(p, WHITESPACE); in is_aoe_netif()
|
| /linux-6.15/drivers/xen/xenbus/ |
| H A D | xenbus_probe_backend.c | 69 typelen = strcspn(type, "/"); in backend_bus_id()
|
| /linux-6.15/arch/sh/drivers/ |
| H A D | platform_early.c | 100 n += strcspn(&buf[n + 1], ",") + 1; in sh_early_platform_driver_register()
|
| /linux-6.15/kernel/ |
| H A D | hung_task.c | 185 (int)strcspn(init_utsname()->version, " "), in check_hung_task()
|
| /linux-6.15/drivers/nvme/target/ |
| H A D | configfs.c | 517 len = strcspn(page, "\n"); in nvmet_ns_device_path_store() 896 len = strcspn(page, "\n"); in nvmet_passthru_device_path_store() 1303 int pos, len = strcspn(page, "\n"); in nvmet_subsys_attr_serial_store_locked() 1468 len = strcspn(page, "\n"); in nvmet_subsys_attr_model_store_locked() 1575 len = strcspn(page, "\n"); in nvmet_subsys_attr_firmware_store_locked() 2297 len = strcspn(page, "\n"); in nvmet_root_discovery_nqn_store()
|
| /linux-6.15/tools/perf/ui/browsers/ |
| H A D | scripts.c | 126 len = strcspn(p, " \t"); in check_ev_match()
|
| /linux-6.15/drivers/tty/serial/ |
| H A D | earlycon.c | 130 length = min(strcspn(options, " ") + 1, in parse_options()
|
| /linux-6.15/scripts/kconfig/ |
| H A D | confdata.c | 576 p += strcspn(p, "\"\\"); in escape_string_value() 592 len = strcspn(p, "\"\\"); in escape_string_value()
|
| /linux-6.15/tools/testing/selftests/mm/ |
| H A D | vm_util.c | 417 flaglen = strcspn(flags, " "); in check_vmflag_io()
|
| H A D | ksm_functional_tests.c | 97 value_pos = strcspn(substr_ksm_zero, "0123456789"); in get_my_ksm_zero_pages()
|
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | main.c | 310 cp += strcspn(cp, ws); in make_args()
|
| /linux-6.15/include/linux/ |
| H A D | string.h | 216 extern __kernel_size_t strcspn(const char *,const char *);
|
| /linux-6.15/tools/testing/selftests/net/openvswitch/ |
| H A 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.15/lib/tests/ |
| H A D | string_helpers_kunit.c | 488 len = strcspn(from, cut); in __strchrcut()
|
| /linux-6.15/drivers/rpmsg/ |
| H A D | rpmsg_core.c | 430 new[strcspn(new, "\n")] = '\0'; \
|
| /linux-6.15/fs/orangefs/ |
| H A D | orangefs-debugfs.c | 573 keyword_len = strcspn(cds_head, " "); in orangefs_prepare_cdm_array()
|