Lines Matching defs:dout
701 FILE *volatile dout;
714 dout = NULL;
807 dout = dataconn(lmode);
808 if (dout == NULL)
829 c = copy_bytes(fileno(fin), fileno(dout), buf, bufsize,
848 if (ferror(dout))
850 (void)putc('\r', dout);
853 (void)putc(c, dout);
857 (void)putc('\0', dout);
869 if (ferror(dout)) {
882 (void)fclose(dout);
883 dout = NULL;
900 if (dout) {
901 (void)fclose(dout);
902 dout = NULL;
920 if (dout)
921 (void)fclose(dout);