Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/
H A Dstrto.c41 while (isxdigit(*cp) && (value = isdigit(*cp) ? *cp-'0' : (islower(*cp) in simple_strtoul()
138 while (isxdigit(*cp) && (value = isdigit(*cp) ? *cp - '0' in simple_strtoull()
156 if (isdigit(end[-1])) { in trailing_strtoln()
158 if (!isdigit(*p)) in trailing_strtoln()
H A Dstdlib.c25 while (isdigit(c)) { in atol()
H A Dslre.c586 if (*ofs < len && isdigit(((unsigned char *)s)[*ofs])) { in match()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Depautoconf.c21 #define isdigit(c) ('0' <= (c) && (c) <= '9') macro
106 if (!isdigit(*tmp)) { in ep_matches()
149 if (isdigit(ep->name[2])) { in ep_matches()
H A Dether.c1979 if (likely(isdigit(c))) in nibble()
/rk3399_rockchip-uboot/drivers/video/
H A Dvideomodes.c248 while (*p && !isdigit(*p)) in video_get_video_mode()
255 while (*p && !isdigit(*p)) in video_get_video_mode()
262 while (*p && !isdigit(*p)) in video_get_video_mode()
269 while (*p && !isdigit(*p)) in video_get_video_mode()
/rk3399_rockchip-uboot/include/linux/
H A Dctype.h25 #define isdigit(c) ((__ismask(c)&(_D)) != 0) macro
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/
H A Dmicro-support-card.c212 if (isdigit(c)) in char2ledval()
/rk3399_rockchip-uboot/drivers/ddr/fsl/
H A Dinteractive.c1839 if (isdigit(c)) in fsl_ddr_parse_interactive_cmd()
1846 if (isdigit(c)) in fsl_ddr_parse_interactive_cmd()
1983 if (isdigit(c)) { in fsl_ddr_interactive()
1993 if (isdigit(c)) { in fsl_ddr_interactive()
2005 if (isdigit(c)) { in fsl_ddr_interactive()
2015 if (isdigit(c)) { in fsl_ddr_interactive()
/rk3399_rockchip-uboot/env/
H A Dflags.c184 if (!hex && !isdigit(*value)) in skip_num()
/rk3399_rockchip-uboot/common/
H A Dbedbug.c538 if (isdigit ((int) name[0])) { in spr_value()
624 if (isdigit ((int) name[0])) { in tbr_value()
H A Dcli_hush.c2623 while (isdigit(ch)) {
2652 if (!isdigit(*(o->data+num))) {
2859 } else if (isdigit(ch)) {
H A Dlrz.c624 if (isdigit((unsigned char) (*optarg))) { in zmodem_rx()
/rk3399_rockchip-uboot/cmd/
H A Djffs2.c228 if (!isdigit(*p)) { in mtd_id_parse()
H A Dmtdparts.c1066 if (!isdigit(*p)) { in mtd_id_parse()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dconf.c323 else if (isdigit(line[0])) in conf_choice()
H A Dsymbol.c592 if (!isdigit(ch)) in sym_string_valid()
597 if (!isdigit(ch)) in sym_string_valid()
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dfdt.c194 if (isdigit(cpu->name[0])) { in ft_fixup_l2cache_compatible()
/rk3399_rockchip-uboot/drivers/core/
H A Dof_access.c834 while (isdigit(*(end-1)) && end > start) in of_alias_scan()
/rk3399_rockchip-uboot/drivers/gpio/
H A Dgpio-uclass.c62 numeric = isdigit(*name) ? simple_strtoul(name, NULL, 10) : -1; in dm_gpio_lookup_name()
/rk3399_rockchip-uboot/fs/ubifs/
H A Dsuper.c2168 if (!isdigit(name[3])) in open_ubi()
2178 if (*endptr == '_' && isdigit(endptr[1])) { in open_ubi()
/rk3399_rockchip-uboot/lib/bzip2/
H A Dbzlib.c1437 if (isdigit((int)(*mode))) { in bzopen_or_bzdopen()
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped956 while (!isdigit((unsigned char)*line))