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

/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftp/
H A Dextern.h66 FILE *dataconn (const char *);
H A Dftp.c803 dout = dataconn(rmode);
1006 din = dataconn ("r");
1415 dataconn (const char *lmode) function
/freebsd-10.0-release/contrib/tnftp/src/
H A Dextern.h121 FILE *dataconn(const char *);
H A Dftp.c771 dout = dataconn(lmode);
1006 din = dataconn("r");
1650 dataconn(const char *lmode) function
/freebsd-10.0-release/contrib/opie/
H A Dopieftpd.c240 static FILE *dataconn __P((char *, off_t, char *));
711 dout = dataconn(name, st.st_size, "w");
770 din = dataconn(name, (off_t) - 1, "r");
836 static FILE *dataconn FUNCTION((name, size, mode), char *name AND off_t size AND char *mode) function
1462 dout = dataconn("file list", (off_t) - 1, "w");
1493 dout = dataconn("file list", (off_t) - 1, "w");
/freebsd-10.0-release/contrib/lukemftpd/src/
H A Dextern.h132 FILE *dataconn(const char *, off_t, const char *);
H A Dftpd.c1732 dout = dataconn(dispname, st.st_size, "w");
1849 din = dataconn(name, (off_t)-1, "r");
1938 dataconn(const char *name, off_t size, const char *fmode) function
3414 dout = dataconn("file list", (off_t)-1, "w");
3456 dout = dataconn("file list", (off_t)-1,
H A Dcmds.c258 dout = dataconn("MLSD", (off_t)-1, "w");
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c141 static FILE *dataconn (const char *, off_t, const char *);
1058 dout = dataconn(name, st.st_size, "w");
1158 din = dataconn(name, (off_t)-1, "r");
1244 dataconn(const char *name, off_t size, const char *mode) function
2187 dout = dataconn(file, -1, "w");
2268 dout = dataconn("file list", (off_t)-1, "w");
2304 dout = dataconn("file list", (off_t)-1, "w");
/freebsd-10.0-release/libexec/ftpd/
H A Dftpd.c248 static FILE *dataconn(char *, off_t, char *);
1739 dout = dataconn(name, st.st_size, "w");
1828 din = dataconn(name, -1, "r");
1913 dataconn(char *name, off_t size, char *mode) function
3203 dout = dataconn("file list", -1, "w");
3245 dout = dataconn("file list", -1, "w");

Completed in 158 milliseconds