| /rk3399_rockchip-uboot/lib/ |
| H A D | strto.c | 41 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 D | stdlib.c | 25 while (isdigit(c)) { in atol()
|
| H A D | slre.c | 586 if (*ofs < len && isdigit(((unsigned char *)s)[*ofs])) { in match()
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | epautoconf.c | 21 #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 D | ether.c | 1979 if (likely(isdigit(c))) in nibble()
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | videomodes.c | 248 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 D | ctype.h | 25 #define isdigit(c) ((__ismask(c)&(_D)) != 0) macro
|
| /rk3399_rockchip-uboot/arch/arm/mach-uniphier/ |
| H A D | micro-support-card.c | 212 if (isdigit(c)) in char2ledval()
|
| /rk3399_rockchip-uboot/drivers/ddr/fsl/ |
| H A D | interactive.c | 1839 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 D | flags.c | 184 if (!hex && !isdigit(*value)) in skip_num()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | bedbug.c | 538 if (isdigit ((int) name[0])) { in spr_value() 624 if (isdigit ((int) name[0])) { in tbr_value()
|
| H A D | cli_hush.c | 2623 while (isdigit(ch)) { 2652 if (!isdigit(*(o->data+num))) { 2859 } else if (isdigit(ch)) {
|
| H A D | lrz.c | 624 if (isdigit((unsigned char) (*optarg))) { in zmodem_rx()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | jffs2.c | 228 if (!isdigit(*p)) { in mtd_id_parse()
|
| H A D | mtdparts.c | 1066 if (!isdigit(*p)) { in mtd_id_parse()
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | conf.c | 323 else if (isdigit(line[0])) in conf_choice()
|
| H A D | symbol.c | 592 if (!isdigit(ch)) in sym_string_valid() 597 if (!isdigit(ch)) in sym_string_valid()
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/ |
| H A D | fdt.c | 194 if (isdigit(cpu->name[0])) { in ft_fixup_l2cache_compatible()
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | of_access.c | 834 while (isdigit(*(end-1)) && end > start) in of_alias_scan()
|
| /rk3399_rockchip-uboot/drivers/gpio/ |
| H A D | gpio-uclass.c | 62 numeric = isdigit(*name) ? simple_strtoul(name, NULL, 10) : -1; in dm_gpio_lookup_name()
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | super.c | 2168 if (!isdigit(name[3])) in open_ubi() 2178 if (*endptr == '_' && isdigit(endptr[1])) { in open_ubi()
|
| /rk3399_rockchip-uboot/lib/bzip2/ |
| H A D | bzlib.c | 1437 if (isdigit((int)(*mode))) { in bzopen_or_bzdopen()
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | dtc-lexer.lex.c_shipped | 956 while (!isdigit((unsigned char)*line))
|