Home
last modified time | relevance | path

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

123

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/
H 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()
/openbmc/linux/kernel/module/
H A Dversion.c84 amagic += strcspn(amagic, " "); in same_magic()
85 bmagic += strcspn(bmagic, " "); in same_magic()
/openbmc/linux/lib/
H A Ddump_stack.c62 (int)strcspn(init_utsname()->version, " "), in dump_stack_print_info()
H A Dstring.c462 size_t strcspn(const char *s, const char *reject) in strcspn() function
472 EXPORT_SYMBOL(strcspn);
H A Dtest_string.c203 res = strcspn(s->str, s->reject); in strspn_selftest()
/openbmc/u-boot/include/linux/
H A Dstring.h91 size_t strcspn(const char *s, const char *reject);
/openbmc/linux/drivers/android/
H A 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()
/openbmc/linux/drivers/iommu/
H A Dirq_remapping.c74 str += strcspn(str, ","); in setup_irqremap()
/openbmc/linux/arch/x86/kernel/
H A Dpci-dma.c168 p += strcspn(p, ","); in iommu_setup()
H A Dearly_printk.c171 s += strcspn(s, ","); in early_serial_init()
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A DCVE-2023-38471-1.patch42 - hn[strcspn(hn, ".")] = 0;
/openbmc/linux/drivers/block/aoe/
H A Daoenet.c84 q = p + strcspn(p, WHITESPACE); in is_aoe_netif()
/openbmc/linux/scripts/kconfig/
H A Dconfdata.c469 (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()
/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus_probe_backend.c69 typelen = strcspn(type, "/"); in backend_bus_id()
/openbmc/linux/kernel/
H A Dhung_task.c136 (int)strcspn(init_utsname()->version, " "), in check_hung_task()
/openbmc/u-boot/scripts/kconfig/
H A Dconfdata.c374 (int)strcspn(line, "\r\n"), line); in conf_read_simple()
513 l = strcspn(p, "\n"); in kconfig_print_comment()
586 l = strcspn(p, "\n"); in header_print_comment()
/openbmc/linux/arch/sh/drivers/
H A Dplatform_early.c100 n += strcspn(&buf[n + 1], ",") + 1; in sh_early_platform_driver_register()
/openbmc/linux/drivers/nvme/target/
H A Dconfigfs.c356 len = strcspn(page, "\n"); in nvmet_ns_device_path_store()
720 len = strcspn(page, "\n"); in nvmet_passthru_device_path_store()
1127 int pos, len = strcspn(page, "\n"); in nvmet_subsys_attr_serial_store_locked()
1249 len = strcspn(page, "\n"); in nvmet_subsys_attr_model_store_locked()
1356 len = strcspn(page, "\n"); in nvmet_subsys_attr_firmware_store_locked()
/openbmc/linux/drivers/tty/serial/
H A Dearlycon.c130 length = min(strcspn(options, " ") + 1, in parse_options()
/openbmc/linux/include/linux/
H A Dstring.h143 extern __kernel_size_t strcspn(const char *,const char *);
/openbmc/dbus-sensors/src/
H A DUtils.cpp728 size_t numberPos = std::strcspn(fileName.c_str(), "1234567890"); in splitFileName()
729 size_t itemPos = std::strcspn(fileName.c_str(), "_"); in splitFileName()
/openbmc/linux/tools/bpf/bpftool/
H A Dmain.c310 cp += strcspn(cp, ws); in make_args()
/openbmc/u-boot/lib/
H A Dstring.c297 size_t strcspn(const char *s, const char *reject) in strcspn() function
/openbmc/linux/tools/testing/selftests/mm/
H A Dksm_functional_tests.c87 value_pos = strcspn(substr_ksm_zero, "0123456789"); in get_my_ksm_zero_pages()
/openbmc/qemu/util/
H A Dkeyval.c198 len = strcspn(params, "=,"); in keyval_parse_one()

123