Searched refs:isdigit (Results 1 - 25 of 135) sorted by last modified time

123456

/linux-master/tools/perf/util/
H A Dannotate.c3591 while (*str && !isdigit(*str) &&
/linux-master/mm/
H A Dshmem.c4124 if (!isdigit(*options)) {
/linux-master/kernel/dma/
H A Dswiotlb.c187 if (isdigit(*str)) {
194 if (isdigit(*str))
/linux-master/fs/zonefs/
H A Dsuper.c603 if (!isdigit(c))
614 if (!isdigit(c))
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c6959 if (isdigit(dirp->d_name[0]))
/linux-master/kernel/trace/
H A Dtrace_events.c370 if (isdigit(fmt[i + j]) ||
2767 if (isdigit(*ptr)) {
H A Dtrace_probe.c921 if (isdigit(arg[len])) {
988 if (isdigit(str[0]))
1045 if (isdigit(arg[1])) {
1616 if (isdigit(argv[i][4])) {
H A Dtrace_events_trigger.c803 if (!param_required && param_and_filter && !isdigit(param_and_filter[0])) {
H A Dtrace.h2030 if (!isalpha(*name) && !isdigit(*name) && *name != '_' &&
H A Dtrace.c3706 if (isdigit(p[i+j]) ||
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c2330 else if (isdigit(str[0]))
/linux-master/fs/smb/client/
H A Dcifs_debug.c1108 } else if (!isdigit(flags_string[0])) {
/linux-master/fs/bcachefs/
H A Dutil.c45 if (!isdigit(*cp))
56 } while (isdigit(*cp));
/linux-master/scripts/mod/
H A Dmodpost.c1563 if (!isdigit(*p))
/linux-master/scripts/kconfig/
H A Dconf.c532 else if (isdigit(line[0]))
H A Dsymbol.c577 if (!isdigit(ch))
582 if (!isdigit(ch))
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_attr.c2531 if (!isdigit(buf[0]))
2802 if (!isdigit(buf[0]))\
2955 if (!isdigit(buf[0]))\
3299 if (!isdigit(buf[0]))
3531 if (!isdigit(buf[0]))
4185 if (!isdigit(val_buf[0]))
4320 if (!isdigit(val_buf[0]))
4481 if (!isdigit(buf[0]))
4520 if (!isdigit(buf[0]))
4588 if (!isdigit(bu
[all...]
/linux-master/kernel/
H A Dsys.c1294 if (!isdigit(*rest) && *rest != '.')
H A Dsysctl.c363 if (!isdigit(*p))
/linux-master/kernel/printk/
H A Dprintk.c2526 if (isdigit(*s) || *s == ',')
/linux-master/tools/iio/
H A Diio_utils.c57 if (!isdigit(*r)) {
/linux-master/fs/ubifs/
H A Dsuper.c2111 if (!isdigit(name[3]))
2121 if (*endptr == '_' && isdigit(endptr[1])) {
/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/drivers/scsi/
H A Dscsi_transport_spi.c455 if (!isdigit(*endp))
/linux-master/drivers/of/
H A Dbase.c1834 while (isdigit(*(end-1)) && end > start)

Completed in 451 milliseconds

123456