Searched refs:digs (Results 1 – 1 of 1) sorted by relevance
133 from_oct(int digs, const char *where) in from_oct() argument139 if (--digs <= 0) in from_oct()143 while (digs > 0 && isodigit(*where)) { /* Scan til non-octal */ in from_oct()145 --digs; in from_oct()148 if (digs > 0 && *where && !isspace((unsigned char)*where)) in from_oct()
Completed in 4 milliseconds