Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/file/src/
Dis_tar.c51 #define isodigit(c) ( ((c) >= '0') && ((c) <= '7') ) macro
170 while (digs > 0 && isodigit(*where)) { /* Scan til non-octal */ in from_oct()
/freebsd-12-stable/usr.bin/localedef/
Dscanner.c247 #define isodigit(x) ((x >= '0') && (x <= '7')) macro
334 if (!isodigit(c1)) { in scan_oct_byte()
340 if (!isodigit(c2)) { in scan_oct_byte()
347 if (!isodigit(c3)) { in scan_oct_byte()