Searched refs:ftp_writefn (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/lib/libfetch/
H A Dftp.c488 static int ftp_writefn(void *, const char *, int);
526 ftp_writefn(void *v, const char *buf, int len) function
609 f = funopen(io, ftp_readfn, ftp_writefn, ftp_seekfn, ftp_closefn);

Completed in 101 milliseconds