Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/ctype/
Disdigit_l.c8 #undef isdigit_l
10 isdigit_l (int c, struct __locale_t *locale) in isdigit_l() function
DCMakeLists.txt49 isdigit_l.c
Dmeson.build49 'isdigit_l.c',
Dctype.tex43 * Function isdigit:: Decimal digit predicate (isdigit, isdigit_l)
/picolibc-latest/newlib/libc/include/
Dctype.h101 int isdigit_l (int c, locale_t l);
208 __declare_extern_inline(int) isdigit_l (int c, locale_t l) { (void) l; return isdigit(c); } in isdigit_l() function
294 #define isdigit_l(__c,__l) (__ctype_lookup_l(__c,__l)&_N) macro
/picolibc-latest/
DCOPYING.picolibc2934 newlib/libc/ctype/isdigit_l.c