Searched refs:_C (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/lib/ |
| H A D | ctype.c | 17 _C,_C,_C,_C,_C,_C,_C,_C, /* 0-7 */ 18 _C,_C|_S,_C|_S,_C|_S,_C|_S,_C|_S,_C,_C, /* 8-15 */ 19 _C,_C,_C,_C,_C,_C,_C,_C, /* 16-23 */ 20 _C,_C,_C,_C,_C,_C,_C,_C, /* 24-31 */ 32 _L,_L,_L,_P,_P,_P,_P,_C, /* 120-127 */
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | ctype.h | 12 #define _C 0x08 /* cntrl */ macro 24 #define iscntrl(c) ((__ismask(c)&(_C)) != 0)
|