Searched refs:isalpha_l (Results 1 – 6 of 6) sorted by relevance
8 #undef isalpha_l10 isalpha_l (int c, struct __locale_t *locale) in isalpha_l() function
41 isalpha_l.c
41 'isalpha_l.c',
39 * Function isalpha:: Alphabetic character predicate (isalpha, isalpha_l)
98 int isalpha_l (int c, locale_t l);205 __declare_extern_inline(int) isalpha_l (int c, locale_t l) { (void) l; return isalpha(c); } in isalpha_l() function291 #define isalpha_l(__c,__l) (__ctype_lookup_l(__c,__l)&(_U|_L)) macro
2930 newlib/libc/ctype/isalpha_l.c