Searched refs:isdigit (Results 1 - 7 of 7) sorted by relevance

/solaris-userland-s11u3/components/openssl/openssl-default/wanboot-openssl/
H A Dwanboot-stubs.c89 #ifndef isdigit
90 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
106 if (!isdigit(c)) {
115 for (n = 0; isdigit(c); c = *p++) {
/solaris-userland-s11u3/components/libusb/ugen/src/
H A Dlibusbugen_impl.h142 #define isdigit(ch) ((ch >= '0') && (ch <= '9')) macro
H A Dlibusbugen.c2674 } else if (isdigit(fmt)) {
/solaris-userland-s11u3/components/ruby/puppet/files/
H A Dupdate_smf.py137 if value.isdigit():
/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A Ddsr.c648 if (isdigit(str[i])) j++;
/solaris-userland-s11u3/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c234 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
258 for (temp = end; temp >= start && isdigit(*temp); temp--)
/solaris-userland-s11u3/components/openstack/nova/files/solariszones/
H A Ddriver.py692 if min.isdigit():
700 if max.isdigit():

Completed in 36 milliseconds