Searched refs:_X (Results 1 – 4 of 4) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/ctype/ |
D | ctype_.c | 46 _P, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U, \ 50 _P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L, \
|
D | isxdigit.c | 77 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.5.0-3.4.0/newlib/libc/include/ |
D | ctype.h | 106 #define _X 0100 macro 135 #define isxdigit(__c) (__ctype_lookup(__c)&(_X|_N)) 163 #define isxdigit_l(__c,__l) (__ctype_lookup_l(__c,__l)&(_X|_N))
|