Lines Matching refs:rem
288 if (cur_host != NULL && rem >= 0) {
343 status = kcmd(&rem, &rhost, port,
431 rem = rcmd_af(&rhost, port, user, ruser, buf, 0, AF_INET6);
434 if (rem < 0)
438 if (desread(rem, cp, 1, 0) != 1)
442 if (desread(rem, cp, 1, 0) != 1)
470 if (rem >= 0) {
471 (void) deswrite(rem, "\2\n", 2, 0);
472 (void) close(rem);
473 rem = -1;