Searched defs:isdigit (Results 1 - 3 of 3) 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
/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--)

Completed in 33 milliseconds