OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Hostname
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Support/
LockFileManager.cpp
39
std::string
Hostname
;
41
if (Input >>
Hostname
>> PID && PID > 0 &&
42
processStillExecuting(
Hostname
, PID))
43
return std::make_pair(
Hostname
, PID);
51
bool LockFileManager::processStillExecuting(StringRef
Hostname
, int PID) {
59
if (MyHostname ==
Hostname
&& getsid(PID) == -1 && errno == ESRCH)
95
char
hostname
[256];
local
96
hostname
[255] = 0;
97
hostname
[0] = 0;
98
gethostname(
hostname
, 255)
[
all
...]
/external/llvm/include/llvm/Support/
LockFileManager.h
56
static bool processStillExecuting(StringRef
Hostname
, int PID);
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-prevents-rebase.js
72
debug("
Hostname
attribute, update document base URI without attribute having been set");
78
debug("
Hostname
attribute, update document base URI after attribute has been set");
81
a.
hostname
= "host";
/external/openssh/regress/
test-exec.sh
276
Hostname
127.0.0.1
359
echo "
Hostname
=127.0.0.1" >> ${OBJ}/.putty/sessions/localhost_proxy
/external/chromium/chrome/browser/resources/net_internals/
dataview.js
243
text.push('
Hostname
: ' + e.
hostname
);
/external/clang/tools/scan-build/
scan-build
23
use Sys::
Hostname
;
35
my $
HostName
= HtmlEscape(
hostname
() || 'unknown');
590
<tr><th>User:</th><td>${UserName}\@${
HostName
}</td></tr>
[
all
...]
Completed in 96 milliseconds