/openbmc/linux/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()
|
/openbmc/linux/kernel/module/ |
H A D | version.c | 84 amagic += strcspn(amagic, " "); in same_magic() 85 bmagic += strcspn(bmagic, " "); in same_magic()
|
/openbmc/linux/lib/ |
H A D | dump_stack.c | 62 (int)strcspn(init_utsname()->version, " "), in dump_stack_print_info()
|
H A D | string.c | 462 size_t strcspn(const char *s, const char *reject) in strcspn() function 472 EXPORT_SYMBOL(strcspn);
|
H A D | test_string.c | 203 res = strcspn(s->str, s->reject); in strspn_selftest()
|
/openbmc/u-boot/include/linux/ |
H A D | string.h | 91 size_t strcspn(const char *s, const char *reject);
|
/openbmc/linux/drivers/android/ |
H A D | binderfs.c | 718 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 D | irq_remapping.c | 74 str += strcspn(str, ","); in setup_irqremap()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | pci-dma.c | 168 p += strcspn(p, ","); in iommu_setup()
|
H A D | early_printk.c | 171 s += strcspn(s, ","); in early_serial_init()
|
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/ |
H A D | CVE-2023-38471-1.patch | 42 - hn[strcspn(hn, ".")] = 0;
|
/openbmc/linux/drivers/block/aoe/ |
H A D | aoenet.c | 84 q = p + strcspn(p, WHITESPACE); in is_aoe_netif()
|
/openbmc/linux/scripts/kconfig/ |
H A D | confdata.c | 469 (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 D | xenbus_probe_backend.c | 69 typelen = strcspn(type, "/"); in backend_bus_id()
|
/openbmc/linux/kernel/ |
H A D | hung_task.c | 136 (int)strcspn(init_utsname()->version, " "), in check_hung_task()
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | confdata.c | 374 (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 D | platform_early.c | 100 n += strcspn(&buf[n + 1], ",") + 1; in sh_early_platform_driver_register()
|
/openbmc/linux/drivers/nvme/target/ |
H A D | configfs.c | 356 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 D | earlycon.c | 130 length = min(strcspn(options, " ") + 1, in parse_options()
|
/openbmc/linux/include/linux/ |
H A D | string.h | 143 extern __kernel_size_t strcspn(const char *,const char *);
|
/openbmc/dbus-sensors/src/ |
H A D | Utils.cpp | 728 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 D | main.c | 310 cp += strcspn(cp, ws); in make_args()
|
/openbmc/u-boot/lib/ |
H A D | string.c | 297 size_t strcspn(const char *s, const char *reject) in strcspn() function
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | ksm_functional_tests.c | 87 value_pos = strcspn(substr_ksm_zero, "0123456789"); in get_my_ksm_zero_pages()
|
/openbmc/qemu/util/ |
H A D | keyval.c | 198 len = strcspn(params, "=,"); in keyval_parse_one()
|