Searched refs:default_host_name (Results 1 – 3 of 3) sorted by relevance
66 static char default_host_name[256]; variable237 if (! gethostname(default_host_name, 256)) { in getlochost()238 host = default_host_name; in getlochost()
81 static char default_host_name[256]; variable331 strcpy(default_host_name, utsname.nodename); in getlochost()332 host = default_host_name; in getlochost()
62 static char default_host_name[256]; variable