Home
last modified time | relevance | path

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

/netbsd/usr.bin/ftp/
H A Dextern.h117 FILE *dataconn(const char *);
H A Dftp.c806 dout = dataconn(lmode); in sendrequest()
1044 din = dataconn("r"); in recvrequest()
1703 dataconn(const char *lmode) in dataconn() function
/netbsd/libexec/ftpd/
H A Dextern.h123 FILE *dataconn(const char *, off_t, const char *);
H A Dftpd.c1779 dout = dataconn(dispname, st.st_size, "w"); in retrieve()
1896 din = dataconn(name, (off_t)-1, "r"); in store()
1986 dataconn(const char *name, off_t size, const char *fmode) in dataconn() function
3475 dout = dataconn("file list", (off_t)-1, "w"); in send_file_list()
3519 dout = dataconn("file list", (off_t)-1, in send_file_list()
H A Dcmds.c251 dout = dataconn("MLSD", (off_t)-1, "w"); in mlsd()