Home
last modified time | relevance | path

Searched refs:ftp_readfn (Results 1 – 1 of 1) sorted by relevance

/dragonfly/lib/libfetch/
H A Dftp.c489 static int ftp_readfn(void *, char *, int);
495 ftp_readfn(void *v, char *buf, int len) in ftp_readfn() function
611 f = funopen(io, ftp_readfn, ftp_writefn, ftp_seekfn, ftp_closefn); in ftp_setup()