_ctype             19 include/linux/ctype.h extern const unsigned char _ctype[];
_ctype             21 include/linux/ctype.h #define __ismask(x) (_ctype[(int)(unsigned char)(x)])
_ctype             12 lib/ctype.c    const unsigned char _ctype[] = {
_ctype             38 lib/ctype.c    EXPORT_SYMBOL(_ctype);
_ctype             19 tools/include/linux/ctype.h extern const unsigned char _ctype[];
_ctype             21 tools/include/linux/ctype.h #define __ismask(x) (_ctype[(int)(unsigned char)(x)])
_ctype             11 tools/lib/ctype.c const unsigned char _ctype[] = {