Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/
H A Drkaiq_ini.c120 p += strcspn(p, "]\n"); in split_data()
130 p += strcspn(p, "=\n"); in split_data()
166 p += strcspn(p, "\n"); in split_data()
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/
H A DCVE-2022-27780.patch28 - len = strcspn(hostname, " \r\n");
30 + len = strcspn(hostname, " \r\n\t/:#?!@");
H A DCVE-2022-35252.patch50 + len = strcspn(p, badoctets);
/OK3568_Linux_fs/buildroot/package/procps-ng/
H A D0003-pgrep-Fix-compile-error-with-BSP-4.4-kernel.patch20 …ir nl_langinfo putenv regcomp rpmatch select setlocale strcasecmp strchr strcspn strdup strerror s…
21 …nfo pidfd_open putenv regcomp rpmatch select setlocale strcasecmp strchr strcspn strdup strerror s…
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_debugfs_helper.c64 len = strcspn(ptr, "\n "); in set_attr_from_string()
108 len = strcspn(ptr, "\n "); in kbase_debugfs_string_validator()
/OK3568_Linux_fs/kernel/drivers/block/
H A Dcryptoloop.c46 cipher_len = strcspn(cmsp, "-"); in cryptoloop_init()
52 mode_len = strcspn(mode, "-"); in cryptoloop_init()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcstring43 size_t strcspn(const char* s1, const char* s2);
83 using ::strcspn;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcstring43 size_t strcspn(const char* s1, const char* s2);
83 using ::strcspn;
/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinderfs.c687 for (len = strcspn(name, ","); len > 0; len = strcspn(name, ",")) { in binderfs_fill_super()
755 for (len = strcspn(name, ","); len > 0; len = strcspn(name, ",")) { in init_binderfs()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dcstring58 #undef strcspn
86 using ::strcspn;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dcstring58 #undef strcspn
86 using ::strcspn;
/OK3568_Linux_fs/u-boot/include/linux/
H A Dstring.h91 size_t strcspn(const char *s, const char *reject);
/OK3568_Linux_fs/buildroot/package/libedit/
H A D0001-check-bsd-functions-in-libbsd.patch20 …AC_CHECK_FUNCS([endpwent isascii memchr memset re_comp regcomp strcasecmp strchr strcspn strdup st…
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/lib/
H A Ddump_stack.c52 (int)strcspn(init_utsname()->version, " "), in dump_stack_print_info()
H A Dstring.c625 size_t strcspn(const char *s, const char *reject) in strcspn() function
640 EXPORT_SYMBOL(strcspn);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dstring.h45 size_t strcspn(const char *s1, const char *s2);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dstring.h45 size_t strcspn(const char *s1, const char *s2);
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dirq_remapping.c74 str += strcspn(str, ","); in setup_irqremap()
/OK3568_Linux_fs/u-boot/spl/lib/
H A Dstring.su
/OK3568_Linux_fs/u-boot/lib/
H A Dstring.su
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dpci-dma.c114 p += strcspn(p, ","); in iommu_setup()
/OK3568_Linux_fs/kernel/kernel/
H A Dhung_task.c135 (int)strcspn(init_utsname()->version, " "), in check_hung_task()
/OK3568_Linux_fs/kernel/drivers/block/aoe/
H A Daoenet.c83 q = p + strcspn(p, WHITESPACE); in is_aoe_netif()

12345