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

123456

/linux-master/drivers/net/can/usb/etas_es58x/
H A Des58x_devlink.c60 while (!isdigit(*prod_info)) {
/linux-master/sound/pci/hda/
H A Dhda_component.c119 if (isdigit(d[n]))
/linux-master/drivers/accessibility/speakup/
H A Di18n.c446 while (isdigit(*input))
450 while (isdigit(*input))
/linux-master/drivers/firmware/efi/libstub/
H A Dvsprintf.c27 while (isdigit(**s))
184 if (isdigit(**fmt))
H A Dgop.c60 if (!isdigit(*option))
63 if (*option++ != 'x' || !isdigit(*option))
74 } else if (isdigit(*option))
/linux-master/scripts/dtc/
H A Ddtc-lexer.l65 while (!isdigit((unsigned char)*line))
/linux-master/fs/afs/
H A Daddr_list.c198 if (p >= end || !isdigit(*p)) {
210 } while (p < end && isdigit(*p));
/linux-master/net/netfilter/
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/drivers/edac/
H A Dfsl_ddr_edac.c95 if (isdigit(*data)) {
115 if (isdigit(*data)) {
135 if (isdigit(*data)) {
H A Dmpc85xx_edac.c368 if (isdigit(*data)) {
381 if (isdigit(*data)) {
394 if (isdigit(*data)) {
H A Docteon_edac-lmc.c147 if (isdigit(*data)) { \
/linux-master/tools/lib/perf/
H A Dcpumap.c230 if (!isdigit(*cpu_list) && *cpu_list != '\0')
233 while (isdigit(*cpu_list)) {
/linux-master/drivers/target/
H A Dtarget_core_fabric_lib.c332 if (isdigit(*p)) {
/linux-master/drivers/scsi/snic/
H A Dsnic_ctl.c62 if (i > 3 || !isdigit(c))
/linux-master/arch/s390/boot/
H A Dpgm_check_info.c97 pad = isdigit(*++fmt) ? simple_strtol(fmt, (char **)&fmt, 10) : 0;
/linux-master/tools/perf/util/
H A Dstring.c29 if (!isdigit(str[0]))
H A Dtrace-event-parse.c321 if (isdigit(flag[0]))
/linux-master/security/tomoyo/
H A Dutil.c735 if (!isdigit(c))
781 while (isdigit(filename[j]))
/linux-master/kernel/trace/
H A Dtrace_boot.c309 if (!isdigit(p[0]))
428 if (!isdigit(p[0]))
/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/acpi/
H A Dmipi-disco-img.c781 if (!(isdigit(path[0]) && path[1] == '.'))
786 if (path && isdigit(path[0]) && !path[1]) {
/linux-master/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py124 elif bound.replace('.', '1').isdigit():
155 elif name.replace('.', '1').isdigit():
/linux-master/drivers/s390/char/
H A Dsclp_cpi_sys.c193 if (isalpha(str[i]) || isdigit(str[i]) ||
/linux-master/tools/testing/selftests/kvm/lib/
H A Dtest_util.c49 TEST_ASSERT(size && isdigit(size[0]), "Need at least one digit in '%s'", size);
/linux-master/arch/arm64/kernel/pi/
H A Didreg-override.c238 *v = tolower(*p) - (isdigit(*p) ? '0' : 'a' - 10);

Completed in 197 milliseconds

123456