/kernel/liteos_m/testsuites/unittest/posix/src/string/ |
H A D | string_func_test_03.c | 175 * @tc.name : Memony operation for strcspn test 184 retValue = strcspn(source, dest1); 189 size_t ret = strcspn(dest, src); 193 ret = strcspn(dest, srcS); 200 * @tc.name : Memony operation for strcspn test 209 retValue = strcspn(source, dest);
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/kernel/module/ |
H A D | version.c | 84 amagic += strcspn(amagic, " "); in same_magic() 85 bmagic += strcspn(bmagic, " "); in same_magic()
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | cryptoloop.c | 46 cipher_len = strcspn(cmsp, "-"); in cryptoloop_init() 52 mode_len = strcspn(mode, "-"); in cryptoloop_init()
|
/kernel/liteos_m/testsuites/unittest/fuzz/src/string/ |
H A D | strcspn_fuzz.c | 51 printf("Fuzz test in line [%d] strcspn start.\n", __LINE__); in StrcspnFuzzTest() 62 (void)strcspn(source, dest); in StrcspnFuzzTest() 70 printf("Fuzz test in line [%d] strcspn ok\n", __LINE__); in StrcspnFuzzTest()
|
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binderfs.c | 702 for (len = strcspn(name, ","); len > 0; len = strcspn(name, ",")) { in binderfs_fill_super() 786 for (len = strcspn(name, ","); len > 0; len = strcspn(name, ",")) { in init_binderfs()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/lib/ |
H A D | dump_stack.c | 52 (int)strcspn(init_utsname()->version, " "), in dump_stack_print_info()
|
H A D | string.c | 621 * strcspn - Calculate the length of the initial substring of @s which does not contain letters in @reject 625 size_t strcspn(const char *s, const char *reject) in strcspn() function 640 EXPORT_SYMBOL(strcspn); variable
|
/kernel/linux/linux-6.6/lib/ |
H A D | dump_stack.c | 62 (int)strcspn(init_utsname()->version, " "), in dump_stack_print_info()
|
H A D | string.c | 458 * strcspn - Calculate the length of the initial substring of @s which does not contain letters in @reject 462 size_t strcspn(const char *s, const char *reject) in strcspn() function 472 EXPORT_SYMBOL(strcspn); variable
|
/kernel/liteos_m/testsuites/unittest/xts/io/ |
H A D | xts_io_string_test.c | 291 * @tc.name strcspn basic function test 298 size_t ret = strcspn(dest, src); 302 ret = strcspn(dest, srcS);
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | pci-dma.c | 114 p += strcspn(p, ","); in iommu_setup()
|
/kernel/linux/linux-5.10/drivers/iommu/ |
H A D | irq_remapping.c | 74 str += strcspn(str, ","); in setup_irqremap()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | pci-dma.c | 168 p += strcspn(p, ","); in iommu_setup()
|
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | irq_remapping.c | 74 str += strcspn(str, ","); in setup_irqremap()
|
/kernel/linux/linux-5.10/drivers/lightnvm/ |
H A D | pblk-sysfs.c | 457 c_len = strcspn(page, "\n"); in pblk_sysfs_gc_force() 475 c_len = strcspn(page, "\n"); in pblk_sysfs_set_sec_per_write() 505 c_len = strcspn(page, "\n"); in pblk_sysfs_set_write_amp_trip() 531 c_len = strcspn(page, "\n"); in pblk_sysfs_set_padding_dist()
|
/kernel/linux/linux-5.10/drivers/block/aoe/ |
H A D | aoenet.c | 83 q = p + strcspn(p, WHITESPACE); in is_aoe_netif()
|
/kernel/linux/linux-6.6/drivers/block/aoe/ |
H A D | aoenet.c | 84 q = p + strcspn(p, WHITESPACE); in is_aoe_netif()
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | confdata.c | 483 (int)strcspn(line, "\r\n"), line); in conf_read_simple() 620 l = strcspn(p, "\n"); in kconfig_print_comment() 693 l = strcspn(p, "\n"); in header_print_comment()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | confdata.c | 508 (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()
|
/kernel/linux/linux-5.10/arch/sh/drivers/ |
H A D | platform_early.c | 100 n += strcspn(&buf[n + 1], ",") + 1; in sh_early_platform_driver_register()
|
/kernel/linux/linux-6.6/arch/sh/drivers/ |
H A D | platform_early.c | 100 n += strcspn(&buf[n + 1], ",") + 1; in sh_early_platform_driver_register()
|
/kernel/linux/linux-5.10/drivers/xen/xenbus/ |
H A D | xenbus_probe_backend.c | 69 typelen = strcspn(type, "/"); in backend_bus_id()
|