Searched refs:ftpPutURLAf (Results 1 – 3 of 3) sorted by relevance
/dragonfly/lib/libftpio/ |
H A D | Makefile | 26 MLINKS+= ftpio.3 ftpPutURLAf.3
|
H A D | ftpio.h | 76 extern FILE *ftpPutURLAf(const char *url, int af, const char *user,
|
H A D | ftpio.c | 409 return ftpPutURLAf(url, AF_UNSPEC, user, passwd, retcode); in ftpPutURL() 411 return ftpPutURLAf(url, AF_INET, user, passwd, retcode); in ftpPutURL() 417 ftpPutURLAf(const char *url, int af, const char *user, const char *passwd, in ftpPutURLAf() function
|