Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Dctype.h18 extern const unsigned char _ctype[];
20 #define __ismask(x) (_ctype[(int)(unsigned char)(x)])
/rk3399_rockchip-uboot/lib/
H A Dctype.c16 const unsigned char _ctype[] = { variable