Home
last modified time | relevance | path

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

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