Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/conf/
H A Dconf_def.h95 #define IS_DQUOTE(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_DQUOTE) macro
H A Dconf_def.c376 if (IS_DQUOTE(conf, *p)) { in clear_comments()
424 } else if (IS_DQUOTE(conf, *from)) { in str_copy()