Home
last modified time | relevance | path

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

/freebsd/include/
H A Dctype.h73 int ishexnumber(int);
126 #define ishexnumber(c) __sbistype((c), _CTYPE_X) macro
/freebsd/lib/libc/locale/
H A Disctype.c98 #undef ishexnumber
100 ishexnumber(int c) in ishexnumber() function
H A DSymbol.map11 ishexnumber;
H A DMakefile.inc90 MLINKS+=isxdigit.3 ishexnumber.3 isxdigit.3 isxdigit_l.3 \
/freebsd/usr.bin/stat/
H A Dstat.c1088 if (!(ishexnumber(c[0]) && ishexnumber(c[1]))) in hex2byte()
/freebsd/sbin/ipfw/
H A Dtables.c1411 if (ishexnumber(*key) != 0 || *key == ':') { in guess_key_type()