Home
last modified time | relevance | path

Searched refs:strcspn (Results 1 - 25 of 92) sorted by relevance

1234

/kernel/liteos_m/testsuites/unittest/posix/src/string/
H A Dstring_func_test_03.c175 * @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 Doption.c31 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 Doption.c31 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 Dversion.c84 amagic += strcspn(amagic, " "); in same_magic()
85 bmagic += strcspn(bmagic, " "); in same_magic()
/kernel/linux/linux-5.10/drivers/block/
H A Dcryptoloop.c46 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 Dstrcspn_fuzz.c51 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 Dbinderfs.c702 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 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()
/kernel/linux/linux-5.10/lib/
H A Ddump_stack.c52 (int)strcspn(init_utsname()->version, " "), in dump_stack_print_info()
H A Dstring.c621 * 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 Ddump_stack.c62 (int)strcspn(init_utsname()->version, " "), in dump_stack_print_info()
H A Dstring.c458 * 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 Dxts_io_string_test.c291 * @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 Dpci-dma.c114 p += strcspn(p, ","); in iommu_setup()
/kernel/linux/linux-5.10/drivers/iommu/
H A Dirq_remapping.c74 str += strcspn(str, ","); in setup_irqremap()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dpci-dma.c168 p += strcspn(p, ","); in iommu_setup()
/kernel/linux/linux-6.6/drivers/iommu/
H A Dirq_remapping.c74 str += strcspn(str, ","); in setup_irqremap()
/kernel/linux/linux-5.10/drivers/lightnvm/
H A Dpblk-sysfs.c457 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 Daoenet.c83 q = p + strcspn(p, WHITESPACE); in is_aoe_netif()
/kernel/linux/linux-6.6/drivers/block/aoe/
H A Daoenet.c84 q = p + strcspn(p, WHITESPACE); in is_aoe_netif()
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dconfdata.c483 (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 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()
/kernel/linux/linux-5.10/arch/sh/drivers/
H A Dplatform_early.c100 n += strcspn(&buf[n + 1], ",") + 1; in sh_early_platform_driver_register()
/kernel/linux/linux-6.6/arch/sh/drivers/
H A Dplatform_early.c100 n += strcspn(&buf[n + 1], ",") + 1; in sh_early_platform_driver_register()
/kernel/linux/linux-5.10/drivers/xen/xenbus/
H A Dxenbus_probe_backend.c69 typelen = strcspn(type, "/"); in backend_bus_id()

Completed in 15 milliseconds

1234