/Linux-v5.4/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 | 22 while (isdigit(**s)) in skip_atoi() 158 if (isdigit(*fmt)) in vsprintf() 174 if (isdigit(*fmt)) in vsprintf()
|
D | string.c | 94 while (isdigit(*s)) in atou() 134 value = isdigit(*cp) ? *cp - '0' : TOLOWER(*cp) - 'a' + 10; in simple_strtoull()
|
/Linux-v5.4/tools/power/cpupower/utils/ |
D | cpufreq-set.c | 74 for (scan = str; isdigit(*scan) || *scan == '.'; scan++) { in string_to_frequency() 98 for (cp = 0; isdigit(str[cp]); cp++) in string_to_frequency() 102 while (power > -1 && isdigit(str[cp+1])) in string_to_frequency()
|
/Linux-v5.4/tools/bpf/bpftool/ |
D | perf.c | 166 while (isdigit(*pch)) { in show_proc() 187 while (isdigit(*pch)) { in show_proc()
|
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.h | 57 return isdigit(c) ? c - '0' : tolower(c) - 'a' + 10; in hex2val()
|
/Linux-v5.4/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-v5.4/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-v5.4/tools/perf/lib/ |
D | cpumap.c | 174 if (!isdigit(*cpu_list) && *cpu_list != '\0') in perf_cpu_map__new() 177 while (isdigit(*cpu_list)) { in perf_cpu_map__new()
|
/Linux-v5.4/arch/c6x/kernel/ |
D | soc.c | 43 val |= isdigit(str[i]) ? in get_mac_addr_from_cmdline()
|
/Linux-v5.4/fs/cifs/ |
D | cifsroot.c | 32 if (isdigit(*start) || *start == '.') in parse_srvaddr()
|
/Linux-v5.4/kernel/ |
D | reboot.c | 557 if (isdigit(*(str+1))) { in reboot_setup() 562 isdigit(*(str+3))) { in reboot_setup()
|
/Linux-v5.4/net/netfilter/ipvs/ |
D | ip_vs_ftp.c | 130 if (!ext && isdigit(*s)) in ip_vs_ftp_get_addrport() 146 if (isdigit(c)) { in ip_vs_ftp_get_addrport() 222 if (!isdigit(*s)) in ip_vs_ftp_get_addrport()
|
/Linux-v5.4/tools/usb/usbip/src/ |
D | usbip_detach.c | 44 if (!isdigit(port[i])) { in detach_port()
|
/Linux-v5.4/arch/s390/boot/ |
D | string.c | 84 value = isdigit(*cp) ? *cp - '0' : TOLOWER(*cp) - 'a' + 10; in simple_strtoull()
|
/Linux-v5.4/tools/include/linux/ |
D | ctype.h | 30 #define isdigit(c) __isdigit(c) macro
|
/Linux-v5.4/include/linux/ |
D | ctype.h | 26 static inline int isdigit(int c) in isdigit() function
|
/Linux-v5.4/net/netfilter/ |
D | nf_conntrack_ftp.c | 187 if (isdigit(data[i])) in try_rfc1123() 238 if (isdigit(delim) || delim < 33 || delim > 126 || data[2] != delim) { in try_eprt() 282 if (isdigit(delim) || delim < 33 || delim > 126 || in try_epsv_response()
|
/Linux-v5.4/drivers/edac/ |
D | fsl_ddr_edac.c | 98 if (isdigit(*data)) { in fsl_mc_inject_data_hi_store() 118 if (isdigit(*data)) { in fsl_mc_inject_data_lo_store() 138 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-v5.4/drivers/usb/gadget/ |
D | epautoconf.c | 96 if (isdigit(ep->name[2])) { in usb_ep_autoconfig_ss()
|
/Linux-v5.4/block/partitions/ |
D | check.c | 161 if (isdigit(state->name[strlen(state->name)-1])) in check_partition()
|
/Linux-v5.4/drivers/staging/speakup/ |
D | i18n.c | 439 while (isdigit(*input)) in skip_width() 443 while (isdigit(*input)) in skip_width()
|
/Linux-v5.4/fs/afs/ |
D | addr_list.c | 178 if (p >= end || !isdigit(*p)) { in afs_parse_text_addrs() 190 } while (p < end && isdigit(*p)); in afs_parse_text_addrs()
|