Home
last modified time | relevance | path

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

/u-boot/include/linux/
A Dctype.h23 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) macro
/u-boot/include/
A Dctype.h23 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) macro
/u-boot/arch/arm/mach-uniphier/
A Dmicro-support-card.c166 else if (isalpha(c)) in char2ledval()
/u-boot/arch/sandbox/cpu/
A Dstart.c52 if (isalpha(*str1) && isalpha(*str2) && in h_compare_opt()
/u-boot/scripts/kconfig/lxdialog/
A Dmenubox.c272 if (key < 256 && isalpha(key)) in dialog_menu()
A Dutil.c531 if ((!in_paren) && isalpha(c) && strchr(exempt, c) == 0) in first_alpha()
/u-boot/lib/
A Dsscanf.c129 else if (isalpha(c)) in str_to_int_convert()
/u-boot/drivers/video/
A Dvidconsole-uclass.c212 if (!isalpha(ch)) in vidconsole_escape_char()
/u-boot/common/
A Dcli_hush.c2164 if (!isalpha(*s))
2280 if (!isalpha(*s)) return 0;
2844 if (isalpha(ch)) {
/u-boot/tools/
A Dasn1_compiler.c411 if (isalpha(*p)) { in tokenise()

Completed in 31 milliseconds