Home
last modified time | relevance | path

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

/PHP-7.2/ext/fileinfo/libmagic/
H A Dis_tar.c137 from_oct(const char *where, size_t digs) in from_oct() argument
141 if (digs == 0) in from_oct()
146 if (digs-- == 0) in from_oct()
150 while (digs > 0 && isodigit(*where)) { /* Scan til non-octal */ in from_oct()
152 digs--; in from_oct()
155 if (digs > 0 && *where && !isspace((unsigned char)*where)) in from_oct()

Completed in 4 milliseconds