Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Dctype.h23 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) macro
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/
H A Dmicro-support-card.c214 else if (isalpha(c)) in char2ledval()
/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/
H A Dmenubox.c273 if (key < 256 && isalpha(key)) in dialog_menu()
H A Dutil.c532 if ((!in_paren) && isalpha(c) && strchr(exempt, c) == 0) in first_alpha()
/rk3399_rockchip-uboot/common/
H A Dcli_hush.c2168 if (!isalpha(*s))
2286 if (!isalpha(*s)) return 0;
2850 if (isalpha(ch)) {