Searched refs:_L (Results 1 – 3 of 3) sorted by relevance
| /openbmc/u-boot/lib/ |
| H A D | ctype.c | 28 _P,_L|_X,_L|_X,_L|_X,_L|_X,_L|_X,_L|_X,_L, /* 96-103 */ 29 _L,_L,_L,_L,_L,_L,_L,_L, /* 104-111 */ 30 _L,_L,_L,_L,_L,_L,_L,_L, /* 112-119 */ 31 _L,_L,_L,_P,_P,_P,_P,_C, /* 120-127 */ 37 _U,_U,_U,_U,_U,_U,_U,_P,_U,_U,_U,_U,_U,_U,_U,_L, /* 208-223 */ 38 _L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L, /* 224-239 */ 39 _L,_L,_L,_L,_L,_L,_L,_P,_L,_L,_L,_L,_L,_L,_L,_L}; /* 240-255 */
|
| /openbmc/u-boot/include/linux/ |
| H A D | ctype.h | 10 #define _L 0x02 /* lower */ macro 22 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0) 23 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) 26 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) 27 #define islower(c) ((__ismask(c)&(_L)) != 0) 28 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
|
| /openbmc/qemu/qga/vss-win32/ |
| H A D | vss-common.h | 53 #define _L(a) L##a macro 54 #define L(a) _L(a)
|