Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/gen/
Dctype_.c45 _S|(char)_B, _P, _P, _P, _P, _P, _P, _P,
46 _P, _P, _P, _P, _P, _P, _P, _P,
48 _N, _N, _P, _P, _P, _P, _P, _P,
49 _P, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U,
52 _U, _U, _U, _P, _P, _P, _P, _P,
53 _P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L,
56 _L, _L, _L, _P, _P, _P, _P, _C,
Disctype.c79 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()
100 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _P)); in ispunct()
/bionic/libc/upstream-openbsd/android/include/
Dopenbsd-compat.h49 #define _P _CTYPE_P macro