Lines Matching defs:instr
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)
2292 while ((c = getc(instr)) != EOF) {
2319 if (ferror(instr))
2328 filefd = fileno(instr);
2383 receive_data(FILE *instr, FILE *outstr)
2419 netfd = fileno(instr);
2490 while ((c = getc(instr)) != EOF) {
2505 if ((c = getc(instr)) != '\n') {
2527 if (ferror(instr))