Searched refs:dot_in_host (Results 1 – 1 of 1) sorted by relevance
274 char *dot_in_host; in host2netname() local298 dot_in_host = (char *)strchr(hostname, '.'); in host2netname()300 p = dot_in_host; in host2netname()328 if (dot_in_host) { /* strip off rest of name */ in host2netname()329 *dot_in_host = '\0'; in host2netname()