Lines Matching refs:outstr
2273 * Transfer the contents of "instr" to "outstr" peer using the appropriate
2279 send_data(FILE *instr, FILE *outstr, const struct stat *st, int isdata)
2297 if (ferror(outstr))
2299 (void) putc('\r', outstr);
2307 (void) putc(c, outstr);
2318 fflush(outstr);
2321 if (ferror(outstr))
2329 netfd = fileno(outstr);
2377 * Transfer data from peer to "outstr" using the appropriate encapsulation of
2383 receive_data(FILE *instr, FILE *outstr)
2420 filefd = fileno(outstr);
2503 if (ferror(outstr))
2515 (void) putc ('\r', outstr);
2522 (void) putc(c, outstr);
2526 fflush(outstr);
2529 if (ferror(outstr))