Lines Matching full:remin
280 int errs, remin, remout;
397 remin = STDIN_FILENO;
416 remin = remout = -1;
438 if (remin != -1)
439 (void) close(remin);
522 if (remin == -1) {
527 if (do_cmd(host, tuser, bp, &remin,
579 if (do_cmd(host, suser, bp, &remin, &remout, argc) < 0) {
586 (void) close(remin);
587 remin = remout = -1;
859 if (atomicio(read, remin, cp, 1) != 1)
864 if (atomicio(read, remin, &ch, sizeof(ch)) != sizeof(ch))
1014 j = atomicio(read, remin, cp, amt);
1113 if (atomicio(read, remin, &resp, sizeof(resp)) != sizeof(resp))
1126 if (atomicio(read, remin, &ch, sizeof(ch)) != sizeof(ch))