Home
last modified time | relevance | path

Searched refs:IS_ALNUM (Results 1 – 3 of 3) 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
H A Dconf_def.c729 while (IS_ALNUM(conf, *e) in str_copy()
739 while (IS_ALNUM(conf, *e) in str_copy()
/freebsd/contrib/byacc/
H A Dreader.c26 #define IS_ALNUM(c) (isalnum(c) || (c) == '_') macro
1194 if (!IS_ALNUM(buffer[name])) in save_param()
1206 if (!IS_ALNUM(UCH(buffer[n - 1]))) in save_param()
1399 while (i > 0 && IS_ALNUM(UCH(parms[i]))) in copy_param()