/openbmc/linux/tools/include/nolibc/ |
H A D | ctype.h | 82 int isalpha(int c) in isalpha() function 90 return isalpha(c) || isdigit(c); in isalnum()
|
/openbmc/linux/kernel/sched/ |
H A D | isolation.c | 203 while (isalpha(*str)) { in housekeeping_isolcpus_setup() 227 if (!isalpha(*str) && *str != '_') in housekeeping_isolcpus_setup()
|
/openbmc/qemu/include/qemu/ |
H A D | ctype.h | 12 #define qemu_isalpha(c) isalpha((unsigned char)(c))
|
/openbmc/skeleton/pysystemmgr/obmc/system/ |
H A D | __init__.py | 22 port = list(filter(str.isalpha, name.upper()))
|
/openbmc/skeleton/libopenbmc_intf/ |
H A D | gpio.c | 202 if (!isalpha(gpio[len-2])) in convert_gpio_to_num() 210 if ((len == 3) && isalpha(gpio[len-3])) in convert_gpio_to_num()
|
/openbmc/u-boot/include/linux/ |
H A D | ctype.h | 23 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) macro
|
/openbmc/linux/include/linux/ |
H A D | ctype.h | 26 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) macro
|
/openbmc/linux/tools/include/linux/ |
H A D | ctype.h | 26 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) macro
|
/openbmc/linux/tools/perf/util/ |
H A D | probe-finder.h | 21 return isalpha(name[0]) || name[0] == '_'; in is_c_varname()
|
H A D | demangle-java.c | 124 if (isalpha(*(q + 1)) && mode == MODE_CLASS) in __demangle_java_sym()
|
H A D | config.c | 280 if (!isalpha(c)) in perf_parse_file()
|
/openbmc/u-boot/arch/arm/mach-uniphier/ |
H A D | micro-support-card.c | 213 else if (isalpha(c)) in char2ledval()
|
/openbmc/skeleton/pytools/ |
H A D | gpioutil | 47 port = list(filter(str.isalpha, name.upper()))
|
/openbmc/linux/drivers/s390/char/ |
H A D | sclp_cpi_sys.c | 193 if (isalpha(str[i]) || isdigit(str[i]) || in check_string()
|
/openbmc/u-boot/scripts/kconfig/lxdialog/ |
H A D | menubox.c | 272 if (key < 256 && isalpha(key)) in dialog_menu()
|
H A D | util.c | 531 if ((!in_paren) && isalpha(c) && strchr(exempt, c) == 0) in first_alpha()
|
/openbmc/u-boot/drivers/video/ |
H A D | vidconsole-uclass.c | 251 if (!isalpha(ch)) in vidconsole_escape_char()
|
/openbmc/linux/scripts/kconfig/lxdialog/ |
H A D | menubox.c | 264 if (key < 256 && isalpha(key)) in dialog_menu()
|
H A D | util.c | 531 if ((!in_paren) && isalpha(c) && strchr(exempt, c) == 0) in first_alpha()
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | cpufeature.c | 286 if (unlikely(!isalpha(*ext))) { in riscv_parse_isa_string()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_sip.c | 71 while (dptr < limit && isalpha(*dptr)) { in string_len() 398 !isalpha(*(dptr + hdr->clen))) in ct_sip_get_header() 1488 !isalpha((*dptr)[handler->len+1])) in process_sip_request()
|
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | cfg80211.c | 1200 regdomain_is_known = isalpha(mac->rd->alpha2[0]) && in qtnf_wiphy_register() 1201 isalpha(mac->rd->alpha2[1]); in qtnf_wiphy_register()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | rtas-proc.c | 678 if (isalpha(*c) || *c == '.') in check_location_string()
|
/openbmc/linux/kernel/trace/ |
H A D | trace.h | 2029 if (!isalpha(*name) && *name != '_' && (!hash_ok || *name != '-')) in __is_good_name() 2032 if (!isalpha(*name) && !isdigit(*name) && *name != '_' && in __is_good_name()
|
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-bsp/u-boot/files/ |
H A D | 0003-aspeed-add-gpio-support.patch | 314 + if (isalpha(*str))
|