Searched refs:dataconn (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/usr.bin/ftp/ |
| D | extern.h | 117 FILE *dataconn(const char *);
|
| D | ftp.c | 807 dout = dataconn(lmode); in sendrequest() 1045 din = dataconn("r"); in recvrequest() 1704 dataconn(const char *lmode) in dataconn() function
|
| /netbsd/src/libexec/ftpd/ |
| D | extern.h | 123 FILE *dataconn(const char *, off_t, const char *);
|
| D | ftpd.c | 1780 dout = dataconn(dispname, st.st_size, "w"); in retrieve() 1897 din = dataconn(name, (off_t)-1, "r"); in store() 1999 dataconn(const char *name, off_t size, const char *fmode) in dataconn() function 3488 dout = dataconn("file list", (off_t)-1, "w"); in send_file_list() 3532 dout = dataconn("file list", (off_t)-1, in send_file_list()
|
| D | cmds.c | 251 dout = dataconn("MLSD", (off_t)-1, "w"); in mlsd()
|