Searched refs:url_in (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
449 if (strncmp("ftp://", url_in, 6) != 0)
452 strncpy(url, url_in, BUFSIZ);

Completed in 327 milliseconds