Home
last modified time | relevance | path

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

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