Searched refs:_S (Results 1 – 3 of 3) sorted by relevance
/u-boot/lib/ |
A D | ctype.c | 17 _C,_C|_S,_C|_S,_C|_S,_C|_S,_C|_S,_C,_C, /* 8-15 */ 20 _S|_SP,_P,_P,_P,_P,_P,_P,_P, /* 32-39 */ 34 _S|_SP,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P, /* 160-175 */
|
/u-boot/include/linux/ |
A D | ctype.h | 14 #define _S 0x20 /* white space (space/lf/tab) */ macro 30 #define isspace(c) ((__ismask(c)&(_S)) != 0)
|
/u-boot/include/ |
A D | ctype.h | 14 #define _S 0x20 /* white space (space/lf/tab) */ macro 30 #define isspace(c) ((__ismask(c)&(_S)) != 0)
|
Completed in 3 milliseconds