Home | History | Annotate | Download | only in common_source

Lines Matching defs:remote

96 const char	*RM;		/* remote machine name */
97 const char *RP; /* remote printer name */
113 int remote; /* true if sending files to a remote host */
147 fatal("no remote host to connect to");
348 * as the remote machine (RM) entry (if it exists).
366 remote = 0; /* assume printer is local on failure */
379 /* get the remote host addresses (RM) */
387 "unable to resolve remote machine %s: %s",
393 remote = 1; /* assume printer is remote */
410 remote = 0;