Home
last modified time | relevance | path

Searched refs:HostName (Results 1 – 10 of 10) 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.096 HostName
Dssh_config.0497 HostName
500 HostName accept the tokens described in the TOKENS section.
502 and in HostName specifications). The default is the name given
735 management will be done using the HostName of the host being
1059 HostName accepts the tokens %% and %h.
Dsftp.0132 HostName
Dssh.0274 HostName
/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()