Searched refs:isalpha_l (Results 1 – 6 of 6) sorted by relevance
9 #undef isalpha_l12 isalpha_l (int c, struct __locale_t *locale) in isalpha_l() function
41 isalpha_l.c
41 'isalpha_l.c',
39 * isalpha:: Alphabetic character predicate (isalpha, isalpha_l)
80 extern int isalpha_l (int __c, locale_t __l);159 #define isalpha_l(__c,__l) (__ctype_lookup_l(__c,__l)&(_U|_L)) macro
2729 newlib/libc/ctype/isalpha_l.c