Searched defs:digs (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/metadata/
H A Dmod_mime_magic.c2265 static long from_oct(int digs, char *where) argument
2271 if (--digs <= 0)
2275 while (digs > 0 && isodigit(*where)) { /* Scan til nonoctal */
2277 --digs;
2280 if (digs > 0 && *where && !apr_isspace(*where))

Completed in 2608 milliseconds