Searched refs:_S (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/lib/ |
| H A D | ctype.c | 18 _C,_C|_S,_C|_S,_C|_S,_C|_S,_C|_S,_C,_C, /* 8-15 */ 21 _S|_SP,_P,_P,_P,_P,_P,_P,_P, /* 32-39 */ 35 _S|_SP,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P, /* 160-175 */
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | ctype.h | 14 #define _S 0x20 /* white space (space/lf/tab) */ macro 30 #define isspace(c) ((__ismask(c)&(_S)) != 0)
|