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

/freebsd-10.1-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.1-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.1-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.1-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.1-release/libexec/ftpd/
H A Dftpd.c244 static FILE *dataconn(char *, off_t, char *);
1737 dout = dataconn(name, st.st_size, "w");
1826 din = dataconn(name, -1, "r");
1911 dataconn(char *name, off_t size, char *mode) function
3201 dout = dataconn("file list", -1, "w");
3243 dout = dataconn("file list", -1, "w");

Completed in 78 milliseconds