Lines Matching defs:host
50 * Attributes to be gleaned from remote host description
73 getremcap(char *host)
91 if ((status = cgetent(&bp, db_array, host)) < 0) {
93 (host[0] == '/' && access(DV = host, R_OK | W_OK) == 0)) {
95 HO = host;
105 warnx("unknown host %s", host);
108 warnx("can't open host description file");
111 warnx("possible reference loop in host "
131 errx(3, "%s: missing device spec", host);
136 errx(3, "%s: missing phone number", host);
147 HO = host;
200 getremote(char *host)
207 if (host == NULL && (host = getenv("HOST")) == NULL) {
208 errx(3, "no host specified");
210 getremcap(host);