Home
last modified time | relevance | path

Searched refs:isodigit (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libnsl/dial/
H A Dstoa.c52 #define isodigit(c) (isdigit(c) && ((c) != '9') && ((c) != '8')) macro
158 for (end = s; *end && ((type == OCT) ? isodigit(*end) : in dobase()
/titanic_41/usr/src/cmd/bnu/
H A Dstoa.c45 #define isodigit(c) (isdigit(c) && ((c) != '9') && ((c) != '8')) macro
146 for (end = s; *end && ((type == OCT) ? isodigit(*end) :
/titanic_41/usr/src/cmd/localedef/
H A Dscanner.c227 #define isodigit(x) ((x >= '0') && (x <= '7')) macro
311 if (!isodigit(c1)) { in scan_oct_byte()
317 if (!isodigit(c2)) { in scan_oct_byte()
324 if (!isodigit(c3)) { in scan_oct_byte()
/titanic_41/usr/src/cmd/listen/
H A Dnstoa.c67 #define isodigit(c) (isdigit(c) && ((c) != '9') && ((c) != '8')) macro
261 for (end = s; *end && ((type == OCT) ? isodigit(*end) :