Searched refs:isdigit (Results 126 - 135 of 135) sorted by relevance

123456

/linux-master/tools/perf/util/
H A Dmachine.c1255 if (!isdigit(namelist[i]->d_name[0])) {
H A Dprobe-event.c1334 if (!isalpha(*name) && !isdigit(*name) && *name != '_')
H A Dannotate.c3591 while (*str && !isdigit(*str) &&
/linux-master/mm/
H A Dshmem.c4124 if (!isdigit(*options)) {
/linux-master/drivers/md/
H A Dmd.c3906 while (isdigit(*cp) || (*cp == '.' && decimals < 0)) {
5959 isdigit(buf[2]) &&
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_main.c108 if (!isdigit(buf[0]))\
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c3945 if (pkgver && *pkgver != 0 && isdigit(*pkgver))
/linux-master/kernel/trace/
H A Dtrace_events_hist.c2454 if (isdigit(str[0])) {
H A Dtrace.c3706 if (isdigit(p[i+j]) ||
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c6959 if (isdigit(dirp->d_name[0]))

Completed in 308 milliseconds

123456