Lines Matching defs:dout
742 FILE *fin, *dout = 0;
874 dout = dataconn(dmode);
875 if (dout == NULL)
886 if ((d = WRITE(fileno(dout), buf, c)) < 0)
907 d = secure_flush(fileno(dout));
924 if (ferror(dout) || PUTC('\r', dout) < 0)
929 if (PUTC(c, dout) < 0)
935 (void) PUTC('\0', dout);
949 d = ferror(dout) ? -1 : 0;
951 d = secure_flush(fileno(dout));
964 int dfn = fileno(dout);
969 * There could be data not yet written to dout,
971 * on further sends, do fflush(dout)
973 (void) fflush(dout);
989 (void) fclose(dout); data = -1;
1017 if (dout) {
1018 (void) fclose(dout);