tag | line | file | source code |
_L | 16 | include/linux/ctype.h | #define isalnum(c) ((_ctype+1)[c]&(_U|_L|_D)) |
_L | 17 | include/linux/ctype.h | #define isalpha(c) ((_ctype+1)[c]&(_U|_L)) |
_L | 20 | include/linux/ctype.h | #define isgraph(c) ((_ctype+1)[c]&(_P|_U|_L|_D)) |
_L | 21 | include/linux/ctype.h | #define islower(c) ((_ctype+1)[c]&(_L)) |
_L | 22 | include/linux/ctype.h | #define isprint(c) ((_ctype+1)[c]&(_P|_U|_L|_D|_SP)) |
_L | 23 | lib/ctype.c | _P,_L|_X,_L|_X,_L|_X,_L|_X,_L|_X,_L|_X,_L, /* 96-103 */ |
_L | 24 | lib/ctype.c | _L,_L,_L,_L,_L,_L,_L,_L, /* 104-111 */ |
_L | 25 | lib/ctype.c | _L,_L,_L,_L,_L,_L,_L,_L, /* 112-119 */ |
_L | 26 | lib/ctype.c | _L,_L,_L,_P,_P,_P,_P,_C, /* 120-127 */ |