Searched refs:isdigit (Results 101 - 125 of 135) sorted by last modified time

123456

/linux-master/tools/usb/usbip/src/
H A Dusbip_detach.c44 if (!isdigit(port[i])) {
/linux-master/drivers/parisc/
H A Dpdc_stable.c396 if (unlikely(!isdigit(*in)))
403 if (unlikely(!isdigit(*(++temp))))
/linux-master/security/
H A Ddevice_cgroup.c685 } else if (isdigit(*b)) {
690 if (!isdigit(*b))
707 } else if (isdigit(*b)) {
712 if (!isdigit(*b))
/linux-master/net/netfilter/
H A Dnf_conntrack_sip.c82 while (dptr < limit && isdigit(*dptr)) {
H A Dnf_conntrack_ftp.c183 if (isdigit(data[i]))
234 if (isdigit(delim) || delim < 33 || delim > 126 || data[2] != delim) {
278 if (isdigit(delim) || delim < 33 || delim > 126 ||
/linux-master/fs/smb/client/
H A Dcifsroot.c32 if (isdigit(*start) || *start == '.')
/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/tools/kvm/kvm_stat/
H A Dkvm_stat1043 if key.isdigit():
1476 if guest.isdigit():
/linux-master/tools/power/acpi/os_specific/service_layers/
H A Doslinuxtbl.c1167 if (isdigit((int)filename[ACPI_NAMESEG_SIZE])) {
/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/scripts/
H A Dasn1_compiler.c456 if (isdigit(*p)) {
459 while (q < nl && (isdigit(*q)))
/linux-master/lib/
H A Dparser.c54 if (isdigit(*p))
/linux-master/tools/tracing/latency/
H A Dlatency-collector.c1812 if (!isdigit(*s))
/linux-master/tools/include/nolibc/
H A Dctype.h37 int isdigit(int c) function
78 return isdigit(c) || (unsigned int)(c - 'A') < 6 || (unsigned int)(c - 'a') < 6;
90 return isalpha(c) || isdigit(c);
/linux-master/scripts/dtc/
H A Ddtc-lexer.l65 while (!isdigit((unsigned char)*line))
/linux-master/drivers/firmware/efi/libstub/
H A Dstring.c146 value = isdigit(*cp) ? *cp - '0' : TOLOWER(*cp) - 'a' + 10;
H A Dvsprintf.c27 while (isdigit(**s))
184 if (isdigit(**fmt))
/linux-master/drivers/scsi/csiostor/
H A Dcsio_scsi.c1445 if (!isdigit(buf[0]))
/linux-master/drivers/scsi/snic/
H A Dsnic_ctl.c62 if (i > 3 || !isdigit(c))
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c1387 return isdigit(c) ? c - '0' : tolower(c) - 'a' + 10;
/linux-master/security/tomoyo/
H A Dutil.c735 if (!isdigit(c))
781 while (isdigit(filename[j]))
/linux-master/drivers/usb/gadget/
H A Depautoconf.c96 if (isdigit(ep->name[2])) {
/linux-master/drivers/accessibility/speakup/
H A Di18n.c446 while (isdigit(*input))
450 while (isdigit(*input))
/linux-master/arch/s390/boot/
H A Dstring.c85 value = isdigit(*cp) ? *cp - '0' : TOLOWER(*cp) - 'a' + 10;

Completed in 313 milliseconds

123456