Home
last modified time | relevance | path

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

/minix/usr.bin/ftp/
H A Dextern.h117 FILE *dataconn(const char *);
H A Dftp.c772 dout = dataconn(lmode); in sendrequest()
1008 din = dataconn("r"); in recvrequest()
1660 dataconn(const char *lmode) in dataconn() function
/minix/libexec/ftpd/
H A Dextern.h123 FILE *dataconn(const char *, off_t, const char *);
H A Dftpd.c1787 dout = dataconn(dispname, st.st_size, "w"); in retrieve()
1904 din = dataconn(name, (off_t)-1, "r"); in store()
1993 dataconn(const char *name, off_t size, const char *fmode) in dataconn() function
3486 dout = dataconn("file list", (off_t)-1, "w"); in send_file_list()
3530 dout = dataconn("file list", (off_t)-1, in send_file_list()
H A Dcmds.c251 dout = dataconn("MLSD", (off_t)-1, "w"); in mlsd()