Lines Matching refs:host
142 const char *host; local
192 host = b->ptr;
197 host++;
206 if (host[0] == '/') {
215 if (*host == '\0') host = NULL;
287 if (host == NULL) {
310 if (0 != (r = getaddrinfo(host, NULL, &hints, &res))) {
313 gai_strerror(r), "'", host, "'");
329 if (host == NULL) {
333 if (NULL == (he = gethostbyname(host))) {
336 h_errno, host);
359 strcpy(srv_socket->addr.un.sun_path, host);
365 addr_len = strlen(host) + 1 + sizeof(srv_socket->addr.un.sun_family);
374 host);
383 unlink(host);
390 host, strerror(errno));
417 host, strerror(errno));
422 host, port, strerror(errno));