Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dctype.h19 extern const unsigned char _ctype[];
21 #define __ismask(x) (_ctype[(int)(unsigned char)(x)])
/linux-4.19.296/lib/
Dctype.c12 const unsigned char _ctype[] = { variable
38 EXPORT_SYMBOL(_ctype);