OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HostName
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Support/
LockFileManager.cpp
67
StringRef
Hostname
;
69
std::tie(
Hostname
, PIDStr) = getToken(MB.getBuffer(), " ");
73
auto Owner = std::make_pair(std::string(
Hostname
), PID);
87
// On OS X, use the more stable hardware UUID instead of
hostname
.
99
char
HostName
[256];
100
HostName
[255] = 0;
101
HostName
[0] = 0;
102
gethostname(
HostName
, 255);
103
StringRef HostNameRef(
HostName
);
/src/external/gpl2/gettext/dist/djgpp/
config.bat
226
if not "%HOME%" == "" goto
HostName
231
:
HostName
232
Rem Set
HOSTNAME
so it shows in config.status
233
if not "%
HOSTNAME
%" == "" goto hostdone
245
set
HOSTNAME
=Unknown PC
246
if not "%
HOSTNAME
%" == "Unknown PC" goto SmallEnv
249
set
HOSTNAME
=%USER%'s PC
250
if not "%
HOSTNAME
%" == "%USER%'s PC" goto SmallEnv
253
set
HOSTNAME
=%USERNAME%'s PC
254
if not "%
HOSTNAME
%" == "%USERNAME%'s PC" goto SmallEnv
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
MSVC.cpp
842
const char *const
HostName
= HostIsX64 ? "Hostx64" : "Hostx86";
843
llvm::sys::path::append(Path, "bin",
HostName
, SubdirName);
Completed in 23 milliseconds
Indexes created Sun Apr 19 00:22:55 UTC 2026