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