Searched refs:str_copy (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/crypto/openssl/crypto/conf/ |
H A D | conf_def.c | 50 static int str_copy(CONF *conf, char *section, char **to, char *from); 373 if (!str_copy(conf, NULL, §ion, 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 D | x509_vpm.c | 26 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 D | connect.c | 171 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()
|