Searched refs:receive_data (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/opie/
H A Dopieftpd.c244 static int receive_data __P((FILE *, FILE *));
773 if (receive_data(din, fout) == 0) {
993 static int receive_data FUNCTION((instr, outstr), FILE *instr AND FILE *outstr) function
1052 reply(550, "Unimplemented TYPE %d in receive_data", type);
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c146 static int receive_data (FILE *, FILE *);
1193 if (receive_data(din, fout) == 0) {
1491 receive_data(FILE *instr, FILE *outstr) function
1581 reply(550, "Unimplemented TYPE %d in receive_data", type);
/freebsd-9.3-release/libexec/ftpd/
H A Dftpd.c255 static int receive_data(FILE *, FILE *);
1833 if (receive_data(din, fout) == 0) {
2032 * in send_data() and receive_data().
2225 receive_data(FILE *instr, FILE *outstr)
2328 reply(550, "Unimplemented TYPE %d in receive_data.", type);
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dftpd.c273 static int receive_data(FILE *, FILE *);
1853 if (receive_data(din, fout) == 0) {
2319 receive_data(FILE *instr, FILE *outstr) function
2479 reply(550, "Unimplemented TYPE %d in receive_data", type);

Completed in 180 milliseconds