/Linux-v4.19/arch/x86/boot/ |
D | ctype.h | 5 static inline int isdigit(int ch) in isdigit() function 12 if (isdigit(ch)) in isxdigit()
|
D | printf.c | 24 while (isdigit(**s)) in skip_atoi() 160 if (isdigit(*fmt)) in vsprintf() 176 if (isdigit(*fmt)) in vsprintf()
|
D | string.c | 83 while (isdigit(*s)) in atou() 123 value = isdigit(*cp) ? *cp - '0' : TOLOWER(*cp) - 'a' + 10; in simple_strtoull()
|
/Linux-v4.19/tools/perf/util/ |
D | sane_ctype.h | 13 #undef isdigit 34 #define isdigit(x) sane_istest(x,GIT_DIGIT) macro
|
/Linux-v4.19/tools/power/cpupower/utils/ |
D | cpufreq-set.c | 75 for (scan = str; isdigit(*scan) || *scan == '.'; scan++) { in string_to_frequency() 99 for (cp = 0; isdigit(str[cp]); cp++) in string_to_frequency() 103 while (power > -1 && isdigit(str[cp+1])) in string_to_frequency()
|
/Linux-v4.19/tools/bpf/bpftool/ |
D | perf.c | 162 while (isdigit(*pch)) { in show_proc() 183 while (isdigit(*pch)) { in show_proc()
|
/Linux-v4.19/security/ |
D | device_cgroup.c | 656 } else if (isdigit(*b)) { in devcgroup_update_access() 661 if (!isdigit(*b)) in devcgroup_update_access() 678 } else if (isdigit(*b)) { in devcgroup_update_access() 683 if (!isdigit(*b)) in devcgroup_update_access()
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | utprint.c | 144 while (isdigit((int)*string)) { in acpi_ut_scan_number() 369 if (isdigit((int)*format)) { in vsnprintf() 386 if (isdigit((int)*format)) { in vsnprintf()
|
D | utstrsuppt.c | 100 if (!isdigit(*string)) { in acpi_ut_convert_decimal_string()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.h | 70 return isdigit(c) ? c - '0' : tolower(c) - 'a' + 10; in hex2val()
|
/Linux-v4.19/kernel/ |
D | reboot.c | 545 if (isdigit(*(str+1))) { in reboot_setup() 550 isdigit(*(str+3))) { in reboot_setup()
|
/Linux-v4.19/arch/c6x/kernel/ |
D | soc.c | 46 val |= isdigit(str[i]) ? in get_mac_addr_from_cmdline()
|
/Linux-v4.19/net/netfilter/ipvs/ |
D | ip_vs_ftp.c | 136 if (!ext && isdigit(*s)) in ip_vs_ftp_get_addrport() 152 if (isdigit(c)) { in ip_vs_ftp_get_addrport() 228 if (!isdigit(*s)) in ip_vs_ftp_get_addrport()
|
/Linux-v4.19/tools/usb/usbip/src/ |
D | usbip_detach.c | 56 if (!isdigit(port[i])) { in detach_port()
|
/Linux-v4.19/include/linux/ |
D | ctype.h | 26 static inline int isdigit(int c) in isdigit() function
|
/Linux-v4.19/drivers/usb/gadget/ |
D | epautoconf.c | 99 if (isdigit(ep->name[2])) { in usb_ep_autoconfig_ss()
|
/Linux-v4.19/drivers/edac/ |
D | fsl_ddr_edac.c | 97 if (isdigit(*data)) { in fsl_mc_inject_data_hi_store() 117 if (isdigit(*data)) { in fsl_mc_inject_data_lo_store() 137 if (isdigit(*data)) { in fsl_mc_inject_ctrl_store()
|
D | mpc85xx_edac.c | 369 if (isdigit(*data)) { in mpc85xx_l2_inject_data_hi_store() 382 if (isdigit(*data)) { in mpc85xx_l2_inject_data_lo_store() 395 if (isdigit(*data)) { in mpc85xx_l2_inject_ctrl_store()
|
/Linux-v4.19/net/netfilter/ |
D | nf_conntrack_ftp.c | 188 if (isdigit(data[i])) in try_rfc1123() 239 if (isdigit(delim) || delim < 33 || delim > 126 || data[2] != delim) { in try_eprt() 283 if (isdigit(delim) || delim < 33 || delim > 126 || in try_epsv_response()
|
/Linux-v4.19/block/partitions/ |
D | check.c | 161 if (isdigit(state->name[strlen(state->name)-1])) in check_partition()
|
/Linux-v4.19/drivers/staging/speakup/ |
D | i18n.c | 439 while (isdigit(*input)) in skip_width() 443 while (isdigit(*input)) in skip_width()
|
/Linux-v4.19/fs/afs/ |
D | addr_list.c | 165 if (p >= end || !isdigit(*p)) in afs_parse_text_addrs() 173 } while (p < end && isdigit(*p)); in afs_parse_text_addrs()
|
/Linux-v4.19/init/ |
D | do_mounts.c | 256 while (p > s && isdigit(p[-1])) in name_to_dev_t() 269 if (p < s + 2 || !isdigit(p[-2]) || p[-1] != 'p') in name_to_dev_t()
|
/Linux-v4.19/drivers/mtd/ |
D | mtdsuper.c | 163 } else if (isdigit(dev_name[3])) { in mount_mtd()
|
/Linux-v4.19/drivers/staging/media/zoran/ |
D | zoran_procfs.c | 97 if (!isdigit(sval[0])) in setparam()
|