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

/openbsd-current/lib/libcrypto/conf/
H A Dconf_def.c78 static int str_copy(CONF *conf, char *section, char **to, char *from);
326 if (!str_copy(conf, NULL, &section, start))
374 if (!str_copy(conf, psection, &(v->value), start))
458 str_copy(CONF *conf, char *section, char **pto, char *from) function

Completed in 124 milliseconds