Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/conf/
H A Dconf_def.c78 static int str_copy(CONF *conf, char *section, char **to, char *from);
240 if (!str_copy(conf, NULL, &section, start)) in def_load_bio()
288 if (!str_copy(conf, psection, &(v->value), start)) in def_load_bio()
396 str_copy(CONF *conf, char *section, char **pto, char *from) in str_copy() function