Searched refs:default_host_name (Results 1 – 3 of 3) sorted by relevance
68 static char default_host_name[256]; variable239 if (! gethostname(default_host_name, 256)) { in getlochost()240 host = default_host_name; in getlochost()
83 static char default_host_name[256]; variable334 strcpy(default_host_name, utsname.nodename); in getlochost()335 host = default_host_name; in getlochost()
64 static char default_host_name[256]; variable