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

/freebsd-9.3-release/lib/libftpio/
H A Dftpio.c402 return ftpPutURLAf(url, AF_UNSPEC, user, passwd, retcode);
404 return ftpPutURLAf(url, AF_INET, user, passwd, retcode);
410 ftpPutURLAf(char *url, int af, char *user, char *passwd, int *retcode) function
H A Dftpio.h68 extern FILE *ftpPutURLAf(char *url, int af, char *user, char *passwd, int *retcode);

Completed in 60 milliseconds