Searched refs:accept (Results 1 – 6 of 6) sorted by relevance
43 strpbrk_ea (__ea const char *s, const char *accept) in strpbrk_ea() argument47 where = strcspn_ea (s, accept); in strpbrk_ea()
43 strspn_ea (__ea const char *s, const char *accept) in strspn_ea() argument56 if (!strchr (accept, local_s[0])) in strspn_ea()
115 __ea char *strpbrk_ea (__ea const char *s, const char *accept);117 size_ea_t strspn_ea (__ea const char *s, const char *accept);
180 5. You are not required to accept this License, since you have not183 prohibited by law if you do not accept this License. Therefore, by
1487 # accept the first entry from each line
8882 * libc/stdlib/getopt.c (getopt_internal): Rewrite to accept26560 when base 16 is specified. Don't accept non-digits if radix > 10.