Home
last modified time | relevance | path

Searched refs:HostName (Results 1 – 12 of 12) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DLockFileManager.cpp95 char HostName[256]; in getHostID() local
96 HostName[255] = 0; in getHostID()
97 HostName[0] = 0; in getHostID()
98 gethostname(HostName, 255); in getHostID()
99 StringRef HostNameRef(HostName); in getHostID()
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtcp_client.py33 HostName = socket.gethostname() variable
38 sock.connect((HostName, serverPort))
Dtcp_server.py38 HostName = socket.gethostname() variable
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
Dtoy.cpp41 cl::opt<std::string> HostName("hostname", variable
1236 hostent *server = gethostbyname(HostName.c_str()); in connect()
1239 errs() << "Could not find host " << HostName << "\n"; in connect()
/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>