RM
__SMU_DUMMY_MAP(RM), \
FEA_MAP(RM),
FEA_MAP(RM),
if (RM == NULL || *RM == '\0')
error = getaddrinfo(RM, NULL, &hints, &res0);
RM, gai_strerror(error));
char *RM; /* remote machine name */
cgetstr(bp, "rm", &RM);
fd = getport(RM, 0);
(void)printf("connection to %s is down\n", RM);
extern char *RM; /* remote machine name */
rem = getport(RM, 0);
printf("connection to %s is down\n", RM);
cgetstr(bp, "rm", &RM);
cgetstr(bp, "rm", &RM);
pfd = getport(RM, 0);
pstatus("waiting for %s to come up", RM);
RM);
pstatus("sending to %s", RM);
printer, RM);
pstatus("sending to %s", RM);
(void) runas(RM, rm_argv, uid, RUNAS_DUP_DEVNULL|RUNAS_IGNORE_EXITVAL);