Searched refs:ftpGetURLAf (Results 1 - 2 of 2) sorted by last modified time

/freebsd-9.3-release/lib/libftpio/
H A Dftpio.c342 return ftpGetURLAf(url, AF_UNSPEC, user, passwd, retcode);
344 return ftpGetURLAf(url, AF_INET, user, passwd, retcode);
349 ftpGetURLAf(char *url, int af, char *user, char *passwd, int *retcode) function
H A Dftpio.h67 extern FILE *ftpGetURLAf(char *url, int af, char *user, char *passwd, int *retcode);

Completed in 69 milliseconds