Home
last modified time | relevance | path

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

/freebsd-src/crypto/openssl/crypto/conf/
H A Dconf_def.c50 static int str_copy(CONF *conf, char *section, char **to, char *from);
373 if (!str_copy(conf, NULL, &section, start)) in def_load_bio()
470 if (!str_copy(conf, psection, &include, p)) in def_load_bio()
549 if (!str_copy(conf, psection, &(v->value), start)) in def_load_bio()
651 static int str_copy(CONF *conf, char *section, char **pto, char *from) in str_copy() function
/freebsd-src/crypto/openssl/crypto/x509/
H A Dx509_vpm.c26 static char *str_copy(const char *s) in str_copy() function
202 sk_OPENSSL_STRING_deep_copy(src->hosts, str_copy, str_free); in X509_VERIFY_PARAM_inherit()
/freebsd-src/crypto/heimdal/kdc/
H A Dconnect.c171 char *str_copy = strdup (str); in parse_ports() local
173 p = strtok_r(str_copy, " \t", &pos); in parse_ports()
200 free (str_copy); in parse_ports()