Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/conf/
H A Dconf_def.h36 #define IS_ALNUM(conf,c) is_keytype(conf, c, CONF_ALNUM) macro
/freebsd/contrib/byacc/
H A Dreader.c26 #define IS_ALNUM(c) (isalnum(c) || (c) == '_') macro