OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_CTYPE_X
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/include/
ctype.h
51
#define
_CTYPE_X
0x40
154
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_CTYPE_N|
_CTYPE_X
)));
/bionic/libc/stdlib/
ctype_.c
45
#define _X
_CTYPE_X
Completed in 28 milliseconds