Home
last modified time | relevance | path

Searched refs:dot_in_host (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libnsl/rpc/
H A Dnetname.c274 char *dot_in_host; in host2netname() local
298 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()