Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/ctype/
Disalpha_l.c8 #undef isalpha_l
10 isalpha_l (int c, struct __locale_t *locale) in isalpha_l() function
DCMakeLists.txt41 isalpha_l.c
Dmeson.build41 'isalpha_l.c',
Dctype.tex39 * Function isalpha:: Alphabetic character predicate (isalpha, isalpha_l)
/picolibc-latest/newlib/libc/include/
Dctype.h98 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() function
291 #define isalpha_l(__c,__l) (__ctype_lookup_l(__c,__l)&(_U|_L)) macro
/picolibc-latest/
DCOPYING.picolibc2930 newlib/libc/ctype/isalpha_l.c