Lines Matching defs:host
105 char *host = NULL; /* must free if set and error return */
124 * get the host string; if none is given, use the most effiecient path
127 len = (ptr - displayname); /* length of host name */
130 host = copystring (UNIX_CONNECTION, UNIX_CONNECTION_LENGTH);
134 host = copystring ("0", 1);
137 host = copyhostname ();
144 host = copystring (displayname + 1, len - 2);
146 host = copystring (displayname, len);
151 if (host && strcmp (host, UNIX_CONNECTION) == 0)
159 if (!host) return False;
191 * colon (or colons) from above. note that host is now set and must
204 free (host);
222 free (host);
241 free (host);
252 *hostp = host;