OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_CTYPE_P
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/include/
ctype.h
49
#define
_CTYPE_P
0x10
124
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (
_CTYPE_P
|_CTYPE_U|_CTYPE_L|_CTYPE_N)));
134
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (
_CTYPE_P
|_CTYPE_U|_CTYPE_L|_CTYPE_N|_CTYPE_B)));
139
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] &
_CTYPE_P
));
/bionic/libc/stdlib/
ctype_.c
43
#define _P
_CTYPE_P
Completed in 42 milliseconds