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

/illumos-gate/usr/src/cmd/ypcmd/
H A Dyppoll.c68 static char default_host_name[256]; variable
239 if (! gethostname(default_host_name, 256)) {
240 host = default_host_name;
H A Dypwhich.c83 static char default_host_name[256]; variable
334 strcpy(default_host_name, utsname.nodename);
335 host = default_host_name;
H A Dypset.c64 static char default_host_name[256]; variable

Completed in 88 milliseconds