Home
last modified time | relevance | path

Searched refs:isdigit (Results 1 – 24 of 24) sorted by relevance

/u-boot/lib/
A Dstrto.c41 while (isxdigit(*cp) && (value = isdigit(*cp) ? *cp-'0' : (islower(*cp) in simple_strtoul()
134 while (isxdigit(*cp) && (value = isdigit(*cp) ? *cp - '0' in simple_strtoull()
152 if (isdigit(end[-1])) { in trailing_strtoln()
154 if (!isdigit(*p)) in trailing_strtoln()
A Dsscanf.c127 if (isdigit(c)) in str_to_int_convert()
A Dslre.c587 if (*ofs < len && isdigit(((unsigned char *)s)[*ofs])) { in match()
/u-boot/drivers/usb/gadget/
A Depautoconf.c18 #define isdigit(c) ('0' <= (c) && (c) <= '9') macro
103 if (!isdigit(*tmp)) { in ep_matches()
146 if (isdigit(ep->name[2])) { in ep_matches()
A Dether.c1983 if (likely(isdigit(c))) in nibble()
/u-boot/drivers/video/
A Dvideomodes.c249 while (*p && !isdigit(*p)) in video_get_video_mode()
256 while (*p && !isdigit(*p)) in video_get_video_mode()
263 while (*p && !isdigit(*p)) in video_get_video_mode()
270 while (*p && !isdigit(*p)) in video_get_video_mode()
/u-boot/include/linux/
A Dctype.h25 #define isdigit(c) ((__ismask(c)&(_D)) != 0) macro
/u-boot/include/
A Dctype.h25 #define isdigit(c) ((__ismask(c)&(_D)) != 0) macro
/u-boot/arch/arm/mach-uniphier/
A Dmicro-support-card.c164 if (isdigit(c)) in char2ledval()
/u-boot/drivers/ddr/fsl/
A Dinteractive.c1857 if (isdigit(c)) in fsl_ddr_parse_interactive_cmd()
1864 if (isdigit(c)) in fsl_ddr_parse_interactive_cmd()
2001 if (isdigit(c)) { in fsl_ddr_interactive()
2011 if (isdigit(c)) { in fsl_ddr_interactive()
2023 if (isdigit(c)) { in fsl_ddr_interactive()
2033 if (isdigit(c)) { in fsl_ddr_interactive()
/u-boot/cmd/
A Djffs2.c225 if (!isdigit(*p)) { in mtd_id_parse()
A Dmtdparts.c1068 if (!isdigit(*p)) { in mtd_id_parse()
/u-boot/env/
A Dflags.c206 if (!hex && !isdigit(*value)) in skip_num()
/u-boot/common/
A Dbedbug.c539 if (isdigit ((int) name[0])) { in spr_value()
625 if (isdigit ((int) name[0])) { in tbr_value()
A Dcli_hush.c2612 while (isdigit(ch)) {
2641 if (!isdigit(*(o->data+num))) {
2848 } else if (isdigit(ch)) {
/u-boot/tools/patman/
A Dstatus.py43 out = [int(val) if val.isdigit() else 0 for val in vals]
/u-boot/scripts/kconfig/
A Dconf.c312 else if (isdigit(line[0])) in conf_choice()
A Dsymbol.c566 if (!isdigit(ch)) in sym_string_valid()
571 if (!isdigit(ch)) in sym_string_valid()
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dfdt.c199 if (isdigit(cpu->name[0])) { in ft_fixup_l2cache_compatible()
/u-boot/drivers/core/
A Dof_access.c822 while (isdigit(*(end-1)) && end > start) in of_alias_scan()
/u-boot/tools/
A Dasn1_compiler.c456 if (isdigit(*p)) { in tokenise()
459 while (q < nl && (isdigit(*q))) in tokenise()
/u-boot/drivers/gpio/
A Dgpio-uclass.c122 numeric = isdigit(*name) ? simple_strtoul(name, NULL, 10) : -1; in dm_gpio_lookup_name()
/u-boot/fs/ubifs/
A Dsuper.c2174 if (!isdigit(name[3])) in open_ubi()
2184 if (*endptr == '_' && isdigit(endptr[1])) { in open_ubi()
/u-boot/lib/bzip2/
A Dbzlib.c1438 if (isdigit((int)(*mode))) { in bzopen_or_bzdopen()

Completed in 63 milliseconds