Searched refs:strpbrk (Results 1 – 5 of 5) sorted by relevance
| /u-boot/common/ |
| A D | hwconfig.c | 46 if (str && (str == opts || strpbrk(str - 1, stopchs) == str - 1) && in hwconfig_parse() 47 (strpbrk(end, stopchs) == end || *end == eqch || in hwconfig_parse() 57 arg_end = strpbrk(str, stopchs); in hwconfig_parse()
|
| /u-boot/include/linux/ |
| A D | string.h | 12 extern char * strpbrk(const char *,const char *);
|
| /u-boot/lib/ |
| A D | string.c | 385 char * strpbrk(const char * cs,const char * ct) in strpbrk() function 420 send = strpbrk( sbegin, ct); in strtok() 447 end = strpbrk(sbegin, ct); in strsep()
|
| /u-boot/env/ |
| A D | attr.c | 293 delim = strpbrk(entry, delims); in env_attr_lookup()
|
| /u-boot/scripts/kconfig/lxdialog/ |
| A D | util.c | 388 sp = strpbrk(word, "\n "); in print_autowrap() 403 && (!(sp2 = strpbrk(sp, "\n ")) in print_autowrap()
|
Completed in 29 milliseconds