Home | History | Annotate | Download | only in common

Lines Matching refs:GetHostname

1162 Host::GetHostname (std::string &s)
1166 if (::gethostname (hostname, sizeof(hostname) - 1) == 0)