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

/freebsd-10.1-release/contrib/nvi/vi/
H A Dv_increment.c101 #undef ishex macro
102 #define ishex(c) (ISXDIGIT(c)) macro
/freebsd-10.1-release/contrib/ipfilter/tools/
H A Dlexer.c29 #define ishex(c) (ISDIGIT(c) || ((c) >= 'a' && (c) <= 'f') || \ macro
/freebsd-10.1-release/lib/libc/stdio/
H A Dvfwscanf.c803 _Bool gotmantdig = 0, ishex = 0; local
H A Dvfscanf.c937 _Bool gotmantdig = 0, ishex = 0; local
/freebsd-10.1-release/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c179 int isneg, ishex; local
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dremote.c1218 ishex (int ch, int *val) function

Completed in 119 milliseconds