Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A 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/usr.bin/localedef/
H A Dscanner.c245 #define isodigit(x) ((x >= '0') && (x <= '7')) macro
332 if (!isodigit(c1)) { in scan_oct_byte()
338 if (!isodigit(c2)) { in scan_oct_byte()
345 if (!isodigit(c3)) { in scan_oct_byte()