Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/conf/
H A Dconf_def.c78 static int str_copy(CONF *conf, char *section, char **to, char *from);
324 if (!str_copy(conf, NULL, &section, start)) in def_load_bio()
372 if (!str_copy(conf, psection, &(v->value), start)) in def_load_bio()
456 str_copy(CONF *conf, char *section, char **pto, char *from) in str_copy() function