Home
last modified time | relevance | path

Searched refs:IS_DOLLAR (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/crypto/conf/
H A Dconf_def.h40 #define IS_DOLLAR(conf,c) is_keytype(conf, c, CONF_DOLLAR) macro
H A Dconf_def.c720 || (conf->flag_dollarid && IS_DOLLAR(conf, *e))) in str_copy()
730 || (conf->flag_dollarid && IS_DOLLAR(conf, *e))) in str_copy()
943 || (conf->flag_dollarid && IS_DOLLAR(conf, *p)))) in eat_alpha_numeric()