Searched refs:gethostname (Results 1 – 11 of 11) sorted by relevance
15 gethostname(char *name, size_t len) in gethostname() function33 libc_hidden_def(gethostname)
29 gethostname
64 if (gethostname(host, HOST_NAME_MAX) >= 0 && *host) { in gethostid()
1096 i = gethostname(buf, sizeof(buf) - 1); in __open_nameservers()
125 if (gethostname(myname, sizeof(myname)) < 0) in ruserpass()
172 if (gethostname (machname, MAX_MACHINE_NAME) == -1) in libc_hidden_def()
981 extern int gethostname (char *__name, size_t __len) __THROW __nonnull ((1));982 libc_hidden_proto(gethostname)
11 common/gethostname
2052 if (::gethostname(__buf, __maxlen) == -1)
2055 if (::gethostname(__buf, __maxlen) == -1)
Completed in 18 milliseconds