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

/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dctype_.c45 _S|(char)_B, _P, _P, _P, _P, _P, _P, _P,
46 _P, _P, _P, _
[all...]
H A Disctype.c84 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
100 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
108 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _P));
/bionic/libc/upstream-openbsd/android/include/
H A Dopenbsd-compat.h60 #define _P _CTYPE_P macro

Completed in 63 milliseconds