Searched refs:host_ret (Results 1 - 1 of 1) sorted by path

/freebsd-9.3-release/lib/libftpio/
H A Dftpio.c64 static int get_url_info(char *url_in, char *host_ret, int *port_ret, char *name_ret);
442 get_url_info(char *url_in, char *host_ret, int *port_ret, char *name_ret) argument
465 if (host_ret)
466 strcpy(host_ret, host);

Completed in 90 milliseconds