Home
last modified time | relevance | path

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

12

/linux-6.6.21/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.6.21/kernel/module/
Dversion.c84 amagic += strcspn(amagic, " "); in same_magic()
85 bmagic += strcspn(bmagic, " "); in same_magic()
/linux-6.6.21/lib/
Ddump_stack.c62 (int)strcspn(init_utsname()->version, " "), in dump_stack_print_info()
Dstring.c462 size_t strcspn(const char *s, const char *reject) in strcspn() function
472 EXPORT_SYMBOL(strcspn);
Dtest_string.c203 res = strcspn(s->str, s->reject); in strspn_selftest()
/linux-6.6.21/drivers/iommu/
Dirq_remapping.c74 str += strcspn(str, ","); in setup_irqremap()
/linux-6.6.21/drivers/android/
Dbinderfs.c718 for (len = strcspn(name, ","); len > 0; len = strcspn(name, ",")) { in binderfs_fill_super()
806 for (len = strcspn(name, ","); len > 0; len = strcspn(name, ",")) { in init_binderfs()
/linux-6.6.21/arch/x86/kernel/
Dpci-dma.c168 p += strcspn(p, ","); in iommu_setup()
Dearly_printk.c171 s += strcspn(s, ","); in early_serial_init()
/linux-6.6.21/drivers/block/aoe/
Daoenet.c83 q = p + strcspn(p, WHITESPACE); in is_aoe_netif()
/linux-6.6.21/kernel/
Dhung_task.c136 (int)strcspn(init_utsname()->version, " "), in check_hung_task()
/linux-6.6.21/drivers/xen/xenbus/
Dxenbus_probe_backend.c69 typelen = strcspn(type, "/"); in backend_bus_id()
/linux-6.6.21/scripts/kconfig/
Dconfdata.c508 (int)strcspn(line, "\r\n"), line); in conf_read_simple()
656 p += strcspn(p, "\"\\"); in escape_string_value()
672 len = strcspn(p, "\"\\"); in escape_string_value()
/linux-6.6.21/arch/sh/drivers/
Dplatform_early.c100 n += strcspn(&buf[n + 1], ",") + 1; in sh_early_platform_driver_register()
/linux-6.6.21/drivers/nvme/target/
Dconfigfs.c356 len = strcspn(page, "\n"); in nvmet_ns_device_path_store()
700 len = strcspn(page, "\n"); in nvmet_passthru_device_path_store()
1107 int pos, len = strcspn(page, "\n"); in nvmet_subsys_attr_serial_store_locked()
1229 len = strcspn(page, "\n"); in nvmet_subsys_attr_model_store_locked()
1336 len = strcspn(page, "\n"); in nvmet_subsys_attr_firmware_store_locked()
/linux-6.6.21/include/linux/
Dstring.h143 extern __kernel_size_t strcspn(const char *,const char *);
/linux-6.6.21/drivers/tty/serial/
Dearlycon.c130 length = min(strcspn(options, " ") + 1, in parse_options()
/linux-6.6.21/tools/bpf/bpftool/
Dmain.c310 cp += strcspn(cp, ws); in make_args()
/linux-6.6.21/tools/testing/selftests/mm/
Dksm_functional_tests.c87 value_pos = strcspn(substr_ksm_zero, "0123456789"); in get_my_ksm_zero_pages()
/linux-6.6.21/tools/perf/
Dbuiltin-list.c82 int wlen = strcspn(s, " \t\n"); in wordwrap()
/linux-6.6.21/drivers/rpmsg/
Drpmsg_core.c428 new[strcspn(new, "\n")] = '\0'; \
/linux-6.6.21/fs/orangefs/
Dorangefs-debugfs.c532 keyword_len = strcspn(cds_head, " "); in orangefs_prepare_cdm_array()
/linux-6.6.21/net/sunrpc/
Dsysfs.c258 buf_len = strcspn(buf, "\n"); in rpc_sysfs_xprt_dstaddr_store()
/linux-6.6.21/drivers/pci/
Dp2pdma.c1085 pr_err("No such PCI device: %.*s\n", (int)strcspn(page, "\n"), page); in pci_p2pdma_enable_store()
/linux-6.6.21/drivers/hwmon/
Dabituguru3.c1180 sublen = strcspn(board_name, "("); in abituguru3_dmi_detect()

12