Home
last modified time | relevance | path

Searched refs:HostName (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/Support/
DLockFileManager.cpp85 char HostName[256]; in getHostID() local
86 HostName[255] = 0; in getHostID()
87 HostName[0] = 0; in getHostID()
88 gethostname(HostName, 255); in getHostID()
89 StringRef HostNameRef(HostName); in getHostID()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
Dtoy.cpp40 cl::opt<std::string> HostName("hostname", variable
1224 hostent *server = gethostbyname(HostName.c_str()); in connect()
1227 errs() << "Could not find host " << HostName << "\n"; in connect()
/external/openssh/
Dscp.095 HostName
Dsftp.0131 HostName
Dssh_config.0484 HostName
495 HostName specifications).
707 management will be done using the HostName of the host being
Dssh.0265 HostName
DChangeLog5587 mention '%%' escape sequence in HostName directives and how it may
/external/clang/tools/scan-build/bin/
Dscan-build40 my $HostName = HtmlEscape(hostname() || 'unknown');
669 <tr><th>User:</th><td>${UserName}\@${HostName}</td></tr>
/external/autotest/docs/
Dtest-droid.md94 HostName <Remote Server IP or Hostname>
/external/bison/djgpp/
Dconfig.bat399 if not "%HOME%" == "" goto HostName
404 :HostName label
/external/c-ares/
Dares_init.c748 printf ("Host Name: %s\n", fi->HostName); in get_iphlpapi_dns_info()