Searched defs:str_copy (Results 1 – 3 of 3) sorted by relevance
651 static int str_copy(CONF *conf, char *section, char **pto, char *from) in str_copy() function
26 static char *str_copy(const char *s) in str_copy() function
171 char *str_copy = strdup (str); in parse_ports() local