Searched refs:HostName (Results 1 – 12 of 12) sorted by relevance
85 char HostName[256]; in getHostID() local86 HostName[255] = 0; in getHostID()87 HostName[0] = 0; in getHostID()88 gethostname(HostName, 255); in getHostID()89 StringRef HostNameRef(HostName); in getHostID()
95 char HostName[256]; in getHostID() local96 HostName[255] = 0; in getHostID()97 HostName[0] = 0; in getHostID()98 gethostname(HostName, 255); in getHostID()99 StringRef HostNameRef(HostName); in getHostID()
33 HostName = socket.gethostname() variable38 sock.connect((HostName, serverPort))
38 HostName = socket.gethostname() variable
41 cl::opt<std::string> HostName("hostname", variable1236 hostent *server = gethostbyname(HostName.c_str()); in connect()1239 errs() << "Could not find host " << HostName << "\n"; in connect()
40 cl::opt<std::string> HostName("hostname", variable1224 hostent *server = gethostbyname(HostName.c_str()); in connect()1227 errs() << "Could not find host " << HostName << "\n"; in connect()
96 HostName
497 HostName500 HostName accept the tokens described in the TOKENS section.502 and in HostName specifications). The default is the name given735 management will be done using the HostName of the host being1059 HostName accepts the tokens %% and %h.
132 HostName
274 HostName
40 my $HostName = HtmlEscape(hostname() || 'unknown');669 <tr><th>User:</th><td>${UserName}\@${HostName}</td></tr>
94 HostName <Remote Server IP or Hostname>