Home
last modified time | relevance | path

Searched refs:_N (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gen/
Dctype_.c47 _N, _N, _N, _N, _N, _N, _N, _N,
48 _N, _N, _P, _P, _P, _P, _P, _P,
Disctype.c44 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L|_N))); in isalnum()
72 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _N)); in isdigit()
79 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N))); in isgraph()
93 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B))); in isprint()
121 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_N|_X))); in isxdigit()
/bionic/libc/upstream-openbsd/android/include/
Dopenbsd-compat.h47 #define _N _CTYPE_D macro