Home
last modified time | relevance | path

Searched refs:_ctype (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/include/linux/
Dctype.h21 extern const unsigned char _ctype[];
23 #define __ismask(x) (_ctype[(int)(unsigned char)(x)])
/Linux-v5.15/tools/include/linux/
Dctype.h21 extern const unsigned char _ctype[];
23 #define __ismask(x) (_ctype[(int)(unsigned char)(x)])
/Linux-v5.15/lib/
Dctype.c12 const unsigned char _ctype[] = { variable
38 EXPORT_SYMBOL(_ctype);
/Linux-v5.15/arch/arm64/kernel/
Dimage-vars.h50 __efistub__ctype = _ctype;
/Linux-v5.15/tools/lib/
Dctype.c11 const unsigned char _ctype[] = { variable