Searched refs:isdigit_l (Results 1 – 6 of 6) sorted by relevance
9 #undef isdigit_l12 isdigit_l (int c, struct __locale_t *locale) in isdigit_l() function
49 isdigit_l.c
49 'isdigit_l.c',
43 * isdigit:: Decimal digit predicate (isdigit, isdigit_l)
83 extern int isdigit_l (int __c, locale_t __l);162 #define isdigit_l(__c,__l) (__ctype_lookup_l(__c,__l)&_N) macro
2733 newlib/libc/ctype/isdigit_l.c