Home
last modified time | relevance | path

Searched refs:accept (Results 1 – 6 of 6) sorted by relevance

/picolibc-latest/newlib/libc/machine/spu/
Dstrpbrk_ea.c43 strpbrk_ea (__ea const char *s, const char *accept) in strpbrk_ea() argument
47 where = strcspn_ea (s, accept); in strpbrk_ea()
Dstrspn_ea.c43 strspn_ea (__ea const char *s, const char *accept) in strspn_ea() argument
56 if (!strchr (accept, local_s[0])) in strspn_ea()
/picolibc-latest/newlib/libc/machine/spu/include/
Dea.h115 __ea char *strpbrk_ea (__ea const char *s, const char *accept);
117 size_ea_t strspn_ea (__ea const char *s, const char *accept);
/picolibc-latest/
DCOPYING.GPL2180 5. You are not required to accept this License, since you have not
183 prohibited by law if you do not accept this License. Therefore, by
Dmeson.build1487 # accept the first entry from each line
/picolibc-latest/newlib/
DChangeLog-20158882 * libc/stdlib/getopt.c (getopt_internal): Rewrite to accept
26560 when base 16 is specified. Don't accept non-digits if radix > 10.