Home
last modified time | relevance | path

Searched refs:isdigit (Results 201 – 225 of 605) sorted by relevance

12345678910>>...25

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_string.c222 !isdigit(c) && c != '-' && c != '_' && c != '.') in fmd_strbadid()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dreadcf.c638 if (!isascii(*p) || !isdigit(*p))
1399 if (isascii(*p) && !isdigit(*p))
1444 if (isascii(*p) && !isdigit(*p))
2680 if (isascii(*val) && isdigit(*val))
2949 if (isascii(*val) && isdigit(*val))
3287 if (isascii(*val) && isdigit(*val))
3327 if (isascii(*p) && isdigit(*p))
3476 if (isascii(*val) && isdigit(*val))
4164 if (isdigit(*p))
4205 if (!(isascii(*p) && isdigit(*p)))
[all …]
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_parse_generic.c52 } else if (isdigit(*sip_header->sip_hdr_current)) { in sip_atoi()
455 while (isdigit(*sip_header->sip_hdr_current)) { in sip_get_protocol_version()
466 if (!isdigit(*sip_header->sip_hdr_current)) in sip_get_protocol_version()
468 while (isdigit(*sip_header->sip_hdr_current)) { in sip_get_protocol_version()
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vtops.c52 #define isdigit(ch) ((ch) >= '0' && (ch) <= '9') macro
78 if (nm == NULL || !isdigit(*nm)) in devvt_str2minor()
/illumos-gate/usr/src/cmd/printf/
H A Dprintf.c255 while (isdigit(*fmt)) { in doformat()
300 while (isdigit(*fmt)) { in doformat()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dparser.c43 #define isdigit(ch) ((ch >= '0') && (ch <= '9')) macro
156 } else if (isdigit(fmt)) { in usb_parse_data()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_serial.c173 !isdigit(prod_info.ifpi_manuf_name[i])) in ipmi_serial_lookup()
/illumos-gate/usr/src/common/acpica/utilities/
H A Dutstrsuppt.c268 if (!isdigit (*String)) in AcpiUtConvertDecimalString()
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.h77 #define is_digit(x) (!is_builtin(x) && iswascii(x) && isdigit(x))
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmutil.c141 if (!isdigit(*cp)) { in strcheck()
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_misc.c164 } else if (isdigit((unsigned char) c)) { in passwd_check()
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dcharsets.c64 if (isdigit(u)) in xtoi()
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk2.c911 if (isdigit(*fmtstr)) { in adjust_buf()
913 while (isdigit(*++fmtstr)) in adjust_buf()
921 while (isdigit(*++fmtstr)) in adjust_buf()
/illumos-gate/usr/src/cmd/cron/
H A Dfuncs.c54 while (isdigit(**ptr)) { in num()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dmapfile_skel55 isdigit;
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacclib.h176 #define isdigit(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_DI)) macro
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Ddebug.c302 while (isascii(*s) && isdigit(*s))
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_module_load.c65 for (q = p + 1; isdigit(*q); q++) in mdb_module_load()
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp-support.c144 if (isdigit(*uri & 255)) in httpSeparate2()
/illumos-gate/usr/src/cmd/expand/
H A Dexpand.c93 if (!isdigit(*(argv[i]+1)))
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c1600 while ((bp < &cp[len]) && isdigit(*bp)) in kmf_string_to_oid()
1606 while ((bp < &cp[len]) && isdigit(*bp)) in kmf_string_to_oid()
1612 while (isdigit(*bp)) { in kmf_string_to_oid()
1619 while ((bp < &cp[len]) && isdigit(*bp)) in kmf_string_to_oid()
1637 while (isdigit(*bp)) bp++; in kmf_string_to_oid()
1646 while (isdigit(*bp)) bp++; in kmf_string_to_oid()
1648 while (isdigit(*bp)) { in kmf_string_to_oid()
1667 while (isdigit(*bp)) bp++; in kmf_string_to_oid()
/illumos-gate/usr/src/cmd/last/
H A Dlast.c159 if (isdigit(argv[i][1])) { in main()
200 if (!isdigit(*arg)) { in main()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcommand.c384 if (isdigit(commandc) && commandc != '0' && !mouse) { in command()
586 if (isdigit(c) && c != '0' && !mouse) { in changestring()
/illumos-gate/usr/src/common/mpi/
H A Dmpi.h67 #ifndef isdigit
68 #define isdigit(x) ((x) >= '0' && (x) <= '9') macro
/illumos-gate/usr/src/lib/libc/amd64/sys/
H A Duadmin.c251 if (isdigit(bargs[0])) { in uadmin()

12345678910>>...25