Home
last modified time | relevance | path

Searched defs:IS_HEX (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/test/
H A Derrtest.c24 # define IS_HEX(ch) ((ch >= '0' && ch <='9') || (ch >= 'A' && ch <='F')) macro
/freebsd/contrib/libyaml/src/
H A Dyaml_private.h231 #define IS_HEX(string) IS_HEX_AT((string),0) macro