Home
last modified time | relevance | path

Searched refs:strpbrk (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dhwconfig.c44 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 Dlrz.c2560 p=strpbrk(s,"\335\336"); in zmputs()
/rk3399_rockchip-uboot/lib/
H A Dstring.c361 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 Dstring.h12 extern char * strpbrk(const char *,const char *);
/rk3399_rockchip-uboot/tools/
H A Dmingw_support.c104 s = strpbrk (token, delim); in strtok_r()
/rk3399_rockchip-uboot/env/
H A Dattr.c294 delim = strpbrk(entry, delims); in env_attr_lookup()
/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/
H A Dutil.c389 sp = strpbrk(word, "\n "); in print_autowrap()
404 && (!(sp2 = strpbrk(sp, "\n ")) in print_autowrap()