Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/conf/
H A Dconf_def.c651 static int str_copy(CONF *conf, char *section, char **pto, char *from) in str_copy() function
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_vpm.c26 static char *str_copy(const char *s) in str_copy() function
/freebsd/crypto/heimdal/kdc/
H A Dconnect.c171 char *str_copy = strdup (str); in parse_ports() local