Searched refs:_C (Results 1 – 2 of 2) sorted by relevance
/tools/lib/ |
D | ctype.c | 12 _C,_C,_C,_C,_C,_C,_C,_C, /* 0-7 */ 13 _C,_C|_S,_C|_S,_C|_S,_C|_S,_C|_S,_C,_C, /* 8-15 */ 14 _C,_C,_C,_C,_C,_C,_C,_C, /* 16-23 */ 15 _C,_C,_C,_C,_C,_C,_C,_C, /* 24-31 */ 27 _L,_L,_L,_P,_P,_P,_P,_C, /* 120-127 */
|
/tools/include/linux/ |
D | ctype.h | 13 #define _C 0x08 /* cntrl */ macro 25 #define iscntrl(c) ((__ismask(c)&(_C)) != 0)
|