Searched refs:isdigit (Results 1 - 25 of 135) sorted by path

123456

/linux-master/arch/x86/boot/
H A Dctype.h5 static inline int isdigit(int ch) function
12 if (isdigit(ch))
H A Dprintf.c22 while (isdigit(**s))
158 if (isdigit(*fmt))
174 if (isdigit(*fmt))
H A Dstring.c94 while (isdigit(*s))
133 value = isdigit(*cp) ? *cp - '0' : TOLOWER(*cp) - 'a' + 10;
/linux-master/drivers/s390/char/
H A Dsclp_cpi_sys.c193 if (isalpha(str[i]) || isdigit(str[i]) ||
/linux-master/scripts/
H A Dunifdef.c853 } else if (isdigit((unsigned char)*cp)) {
/linux-master/arch/arm64/kernel/pi/
H A Didreg-override.c238 *v = tolower(*p) - (isdigit(*p) ? '0' : 'a' - 10);
/linux-master/arch/riscv/kernel/
H A Dcpufeature.c400 if (!isdigit(ext_end[-1]))
403 while (isdigit(*--ext_end))
406 if (tolower(ext_end[0]) != 'p' || !isdigit(ext_end[-1])) {
411 while (isdigit(*--ext_end))
440 if (!isdigit(*isa))
443 while (isdigit(*++isa))
449 if (!isdigit(*++isa)) {
454 while (isdigit(*++isa))
/linux-master/arch/s390/boot/
H A Dpgm_check_info.c97 pad = isdigit(*++fmt) ? simple_strtol(fmt, (char **)&fmt, 10) : 0;
H A Dstring.c85 value = isdigit(*cp) ? *cp - '0' : TOLOWER(*cp) - 'a' + 10;
/linux-master/arch/s390/kernel/
H A Ddebug.c1450 if (isdigit(input_buf[0])) {
H A Dipl.c866 if (isalpha(buf[i]) || isdigit(buf[i]) || (buf[i] == ' ') ||
/linux-master/arch/um/drivers/
H A Dubd_kern.c210 if(isdigit(*str)) {
/linux-master/arch/x86/kernel/
H A Damd_gart_64.c818 if (isdigit(*p) && get_option(&p, &arg))
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c2330 else if (isdigit(str[0]))
/linux-master/block/
H A Dearly-lookup.c175 while (p > s && isdigit(p[-1]))
188 if (p < s + 2 || !isdigit(p[-2]) || p[-1] != 'p')
/linux-master/block/partitions/
H A Dcore.c132 if (isdigit(state->name[strlen(state->name)-1]))
330 if (isdigit(dname[strlen(dname) - 1]))
/linux-master/drivers/accessibility/speakup/
H A Di18n.c446 while (isdigit(*input))
450 while (isdigit(*input))
H A Dkobjects.c151 if (!isdigit(*cp)) {
785 if (!isdigit(*cp)) {
/linux-master/drivers/acpi/acpica/
H A Dutprint.c144 while (isdigit((int)*string)) {
374 if (isdigit((int)*format)) {
391 if (isdigit((int)*format)) {
H A Dutstrsuppt.c107 if (!isdigit((int)*string)) {
/linux-master/drivers/acpi/
H A Dmipi-disco-img.c781 if (!(isdigit(path[0]) && path[1] == '.'))
786 if (path && isdigit(path[0]) && !path[1]) {
/linux-master/drivers/atm/
H A Dsolos-pci.c420 if (skb->data[0] != 'L' || !isdigit(skb->data[1]) ||
421 !isdigit(skb->data[2]) || !isdigit(skb->data[3]) ||
422 !isdigit(skb->data[4]) || !isdigit(skb->data[5]) ||
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_uclo.c205 if (!isdigit(buf[i])) {
/linux-master/drivers/edac/
H A Dedac_pci_sysfs.c225 if (isdigit(*buffer))
H A Dfsl_ddr_edac.c95 if (isdigit(*data)) {
115 if (isdigit(*data)) {
135 if (isdigit(*data)) {

Completed in 1058 milliseconds

123456