Home
last modified time | relevance | path

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

/php-src/ext/fileinfo/libmagic/
H A Dis_tar.c157 from_oct(const char *where, size_t digs) in from_oct() argument
161 if (digs == 0) in from_oct()
166 if (digs-- == 0) in from_oct()
170 while (digs > 0 && isodigit(*where)) { /* Scan til non-octal */ in from_oct()
172 digs--; in from_oct()
175 if (digs > 0 && *where && !isspace(CAST(unsigned char, *where))) in from_oct()

Completed in 6 milliseconds