Home
last modified time | relevance | path

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

/dragonfly/lib/libftpio/
H A Dftpio.c69 static int get_url_info(const char *url_in, char *host_ret,
451 get_url_info(const char *url_in, char *host_ret, size_t host_len, in get_url_info() argument
475 if (host_ret) { in get_url_info()
478 strcpy(host_ret, host); in get_url_info()