Searched refs:str_copy (Results 1 – 1 of 1) sorted by relevance
/openbsd/lib/libcrypto/conf/ |
H A D | conf_def.c | 78 static int str_copy(CONF *conf, char *section, char **to, char *from); 240 if (!str_copy(conf, NULL, §ion, 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
|