| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/ |
| H A D | rkaiq_ini.c | 120 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 D | CVE-2022-27780.patch | 28 - len = strcspn(hostname, " \r\n"); 30 + len = strcspn(hostname, " \r\n\t/:#?!@");
|
| H A D | CVE-2022-35252.patch | 50 + len = strcspn(p, badoctets);
|
| /OK3568_Linux_fs/buildroot/package/procps-ng/ |
| H A D | 0003-pgrep-Fix-compile-error-with-BSP-4.4-kernel.patch | 20 …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 D | mali_kbase_debugfs_helper.c | 64 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 D | cryptoloop.c | 46 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 D | cstring | 43 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 D | cstring | 43 size_t strcspn(const char* s1, const char* s2); 83 using ::strcspn;
|
| /OK3568_Linux_fs/kernel/drivers/android/ |
| H A D | binderfs.c | 687 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 D | cstring | 58 #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 D | cstring | 58 #undef strcspn 86 using ::strcspn;
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | string.h | 91 size_t strcspn(const char *s, const char *reject);
|
| /OK3568_Linux_fs/buildroot/package/libedit/ |
| H A D | 0001-check-bsd-functions-in-libbsd.patch | 20 …AC_CHECK_FUNCS([endpwent isascii memchr memset re_comp regcomp strcasecmp strchr strcspn strdup st…
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | dump_stack.c | 52 (int)strcspn(init_utsname()->version, " "), in dump_stack_print_info()
|
| H A D | string.c | 625 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 D | string.h | 45 size_t strcspn(const char *s1, const char *s2);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | string.h | 45 size_t strcspn(const char *s1, const char *s2);
|
| /OK3568_Linux_fs/kernel/drivers/iommu/ |
| H A D | irq_remapping.c | 74 str += strcspn(str, ","); in setup_irqremap()
|
| /OK3568_Linux_fs/u-boot/spl/lib/ |
| H A D | string.su | |
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | string.su | |
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | pci-dma.c | 114 p += strcspn(p, ","); in iommu_setup()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | hung_task.c | 135 (int)strcspn(init_utsname()->version, " "), in check_hung_task()
|
| /OK3568_Linux_fs/kernel/drivers/block/aoe/ |
| H A D | aoenet.c | 83 q = p + strcspn(p, WHITESPACE); in is_aoe_netif()
|