Home
last modified time | relevance | path

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

/bionic/libc/stdlib/
Dctype_.c41 _C, _C, _C, _C, _C, _C, _C, _C,
42 _C, _C|_S, _C|_S, _C|_S, _C|_S, _C|_S, _C, _C,
43 _C, _C, _C, _C, _C, _C, _C, _C,
44 _C, _C, _C, _C, _C, _C, _C, _C,
57 _L, _L, _L, _P, _P, _P, _P, _C,
59 _C, _C, _C, _C, _C, _C, _C, _C, /* 80 */
60 _C, _C, _C, _C, _C, _C, _C, _C, /* 88 */
61 _C, _C, _C, _C, _C, _C, _C, _C, /* 90 */
62 _C, _C, _C, _C, _C, _C, _C, _C, /* 98 */
93 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _C)); in iscntrl()
/bionic/libc/kernel/common/linux/
Dctype.h25 #define _C 0x08 macro
35 #define iscntrl(c) ((__ismask(c)&(_C)) != 0)
/bionic/libc/include/
Dctype.h50 #define _C 0x20 macro
114 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _C)); in iscntrl()