Searched refs:_N (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/gen/ |
D | ctype_.c | 47 _N, _N, _N, _N, _N, _N, _N, _N, 48 _N, _N, _P, _P, _P, _P, _P, _P,
|
D | isctype.c | 44 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/ |
D | openbsd-compat.h | 47 #define _N _CTYPE_D macro
|