Searched refs:strpbrk (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/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()
|
| H A D | lrz.c | 2560 p=strpbrk(s,"\335\336"); in zmputs()
|
| /rk3399_rockchip-uboot/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()
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | string.h | 12 extern char * strpbrk(const char *,const char *);
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | mingw_support.c | 104 s = strpbrk (token, delim); in strtok_r()
|
| /rk3399_rockchip-uboot/env/ |
| H A D | attr.c | 294 delim = strpbrk(entry, delims); in env_attr_lookup()
|
| /rk3399_rockchip-uboot/scripts/kconfig/lxdialog/ |
| H A D | util.c | 389 sp = strpbrk(word, "\n "); in print_autowrap() 404 && (!(sp2 = strpbrk(sp, "\n ")) in print_autowrap()
|