| /OK3568_Linux_fs/u-boot/common/ |
| H A D | hwconfig.c | 44 if (str && (str == opts || strpbrk(str - 1, stopchs) == str - 1) && in hwconfig_parse() 45 (strpbrk(end, stopchs) == end || *end == eqch || in hwconfig_parse() 55 arg_end = strpbrk(str, stopchs); in hwconfig_parse()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | cstring | 44 const char* strpbrk(const char* s1, const char* s2); 45 char* strpbrk( char* s1, const char* s2); 84 using ::strpbrk;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | cstring | 44 const char* strpbrk(const char* s1, const char* s2); 45 char* strpbrk( char* s1, const char* s2); 84 using ::strpbrk;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | string.h | 287 extern char *strpbrk (char *__s, const char *__accept) 289 extern const char *strpbrk (const char *__s, const char *__accept) 294 strpbrk (char *__s, const char *__accept) __THROW in strpbrk() function 300 strpbrk (const char *__s, const char *__accept) __THROW in strpbrk() function 307 extern char *strpbrk (const char *__s, const char *__accept)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | string.h | 287 extern char *strpbrk (char *__s, const char *__accept) 289 extern const char *strpbrk (const char *__s, const char *__accept) 294 strpbrk (char *__s, const char *__accept) __THROW in strpbrk() function 300 strpbrk (const char *__s, const char *__accept) __THROW in strpbrk() function 307 extern char *strpbrk (const char *__s, const char *__accept)
|
| /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 | 64 #undef strpbrk 96 using ::strpbrk; 110 strpbrk(char* __s1, const char* __s2)
|
| /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 | 64 #undef strpbrk 96 using ::strpbrk; 110 strpbrk(char* __s1, const char* __s2)
|
| /OK3568_Linux_fs/buildroot/package/procps-ng/ |
| H A D | 0003-pgrep-Fix-compile-error-with-BSP-4.4-kernel.patch | 20 … setlocale strcasecmp strchr strcspn strdup strerror strncasecmp strndup strpbrk strrchr strspn st… 21 … setlocale strcasecmp strchr strcspn strdup strerror strncasecmp strndup strpbrk strrchr strspn st…
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | string.c | 361 char * strpbrk(const char * cs,const char * ct) in strpbrk() function 396 send = strpbrk( sbegin, ct); in strtok() 423 end = strpbrk(sbegin, ct); in strsep()
|
| H A D | string.su | |
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | string2.h | 20 return strpbrk(str, "*?[") != NULL; in strisglob()
|
| H A D | string.c | 257 ptr = strpbrk(str, stopset); in strpbrk_esc()
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | string.h | 12 extern char * strpbrk(const char *,const char *);
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | mingw_support.c | 104 s = strpbrk (token, delim); in strtok_r()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | string.h | 46 char *strpbrk(const char *s1, const char *s2);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | string.h | 46 char *strpbrk(const char *s1, const char *s2);
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | string.c | 649 char *strpbrk(const char *cs, const char *ct) in strpbrk() function 661 EXPORT_SYMBOL(strpbrk); 684 end = strpbrk(sbegin, ct); in strsep()
|
| /OK3568_Linux_fs/u-boot/spl/lib/ |
| H A D | string.su | |
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/ |
| H A D | ioctl_mp.c | 60 pnext = strpbrk(pch, " ,.-"); in rtw_mp_write_reg() 67 pnext = strpbrk(pch, " ,.-"); in rtw_mp_write_reg() 80 pnext = strpbrk(pch, " ,.-"); in rtw_mp_write_reg() 152 pnext = strpbrk(pch, " ,.-"); in rtw_mp_read_reg() 192 pnext = strpbrk(pch, " "); in rtw_mp_read_reg() 225 pnext = strpbrk(pch, " "); in rtw_mp_read_reg() 344 pnext = strpbrk(pch, " "); in rtw_mp_read_rf()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
| H A D | 0026-RH-add-wwids-from-kernel-cmdline-mpath.wwids-with-A.patch | 67 + next = strpbrk(ptr, " \t\n");
|
| /OK3568_Linux_fs/u-boot/env/ |
| H A D | attr.c | 294 delim = strpbrk(entry, delims); in env_attr_lookup()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/ |
| H A D | ioctl_mp.c | 60 pnext = strpbrk(pch, " ,.-"); in rtw_mp_write_reg() 67 pnext = strpbrk(pch, " ,.-"); in rtw_mp_write_reg() 80 pnext = strpbrk(pch, " ,.-"); in rtw_mp_write_reg() 153 pnext = strpbrk(pch, " ,.-"); in rtw_mp_read_reg() 193 pnext = strpbrk(pch, " "); in rtw_mp_read_reg() 226 pnext = strpbrk(pch, " "); in rtw_mp_read_reg() 345 pnext = strpbrk(pch, " "); in rtw_mp_read_rf()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/ |
| H A D | ioctl_mp.c | 60 pnext = strpbrk(pch, " ,.-"); in rtw_mp_write_reg() 67 pnext = strpbrk(pch, " ,.-"); in rtw_mp_write_reg() 80 pnext = strpbrk(pch, " ,.-"); in rtw_mp_write_reg() 153 pnext = strpbrk(pch, " ,.-"); in rtw_mp_read_reg() 193 pnext = strpbrk(pch, " "); in rtw_mp_read_reg() 226 pnext = strpbrk(pch, " "); in rtw_mp_read_reg() 345 pnext = strpbrk(pch, " "); in rtw_mp_read_rf()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/ |
| H A D | imap-2007e-shared.patch | 64 strerror.c strpbrk.c strstr.c strtok.c strtoul.c \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/linux/ |
| H A D | ioctl_mp.c | 59 pnext = strpbrk(pch, " ,.-"); in rtw_mp_write_reg() 66 pnext = strpbrk(pch, " ,.-"); in rtw_mp_write_reg() 79 pnext = strpbrk(pch, " ,.-"); in rtw_mp_write_reg() 154 pnext = strpbrk(pch, " ,.-"); in rtw_mp_read_reg() 194 pnext = strpbrk(pch, " "); in rtw_mp_read_reg() 227 pnext = strpbrk(pch, " "); in rtw_mp_read_reg() 347 pnext = strpbrk(pch, " "); in rtw_mp_read_rf()
|