Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dnetname.c272 char *dot_in_host; in host2netname() local
296 dot_in_host = (char *)strchr(hostname, '.'); in host2netname()
298 p = dot_in_host; in host2netname()
326 if (dot_in_host) { /* strip off rest of name */ in host2netname()
327 *dot_in_host = '\0'; in host2netname()