Searched refs:ftpLoginAf (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/lib/libftpio/ |
| HD | Makefile | 22 MLINKS+= ftpio.3 ftpLoginAf.3
|
| HD | ftpio.c | 278 return ftpLoginAf(host, AF_UNSPEC, user, passwd, port, verbose, retcode); in ftpLogin() 280 return ftpLoginAf(host, AF_INET, user, passwd, port, verbose, retcode); in ftpLogin() 285 ftpLoginAf(const char *host, int af, const char *user, const char *passwd, in ftpLoginAf() function 387 fp = ftpLoginAf(host, af, user, passwd, port, 0, retcode); in ftpGetURLAf() 433 fp = ftpLoginAf(host, af, user, passwd, port, 0, retcode); in ftpPutURLAf()
|
| HD | ftpio.h | 71 extern FILE *ftpLoginAf(const char *host, int af, const char *user,
|