Searched refs:_X (Results 1 – 4 of 4) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/ctype/ |
D | ctype_.c | 44 _P, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U, \ 48 _P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L, \
|
D | isxdigit.c | 76 return __CTYPE_PTR[c+1] & ((_X)|(_N)); in isxdigit()
|
D | isxdigit_l.c | 14 return __locale_ctype_ptr_l (locale)[c+1] & ((_X)|(_N)); in isxdigit_l()
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/ |
D | ctype.h | 232 #define _X 0100 macro 261 #define isxdigit(__c) (__ctype_lookup(__c)&(_X|_N)) 289 #define isxdigit_l(__c,__l) (__ctype_lookup_l(__c,__l)&(_X|_N))
|