Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ypcmd/
H A Dyppoll.c66 static char default_host_name[256]; variable
237 if (! gethostname(default_host_name, 256)) { in getlochost()
238 host = default_host_name; in getlochost()
H A Dypwhich.c81 static char default_host_name[256]; variable
331 strcpy(default_host_name, utsname.nodename); in getlochost()
332 host = default_host_name; in getlochost()
H A Dypset.c62 static char default_host_name[256]; variable