Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:HOSTNAME
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ltp/testcases/kernel/containers/utsname/
H
A
D
utsname02.c
17
#define
HOSTNAME
"LTP_HOSTNAME"
macro
34
SAFE_SETHOSTNAME(
HOSTNAME
, strlen(
HOSTNAME
));
in run()
50
TST_EXP_PASS(strcmp(hostname1,
HOSTNAME
));
in run()
51
TST_EXP_PASS(strcmp(hostname2,
HOSTNAME
));
in run()
H
A
D
utsname03.c
19
#define
HOSTNAME
"LTP_HOSTNAME"
macro
33
SAFE_SETHOSTNAME(
HOSTNAME
, strlen(
HOSTNAME
));
in child1_run()
86
TST_EXP_PASS(strcmp(hostname1,
HOSTNAME
));
in run()
/third_party/node/test/parallel/
H
A
D
test-net-connect-options-ipv6.js
33
const
HOSTNAME
= 'dummy';
43
host:
HOSTNAME
,
48
assert.strictEqual(addr,
HOSTNAME
);
/third_party/node/lib/internal/test_runner/reporter/
H
A
D
junit.js
19
const
HOSTNAME
= hostname();
113
currentTest.attrs.hostname =
HOSTNAME
;
/third_party/ffmpeg/compat/windows/
H
A
D
makedef
19
echo "${2%%XXX*}.${
HOSTNAME
}.${UID}.$$"
/third_party/mbedtls/programs/ssl/
H
A
D
mini_client.c
58
#define
HOSTNAME
"localhost" /* for cert verification if enabled */
macro
213
if (mbedtls_ssl_set_hostname(&ssl,
HOSTNAME
) != 0) {
in main()
/third_party/ffmpeg/
H
A
D
configure
4494
tmpname="$tempprefix.${
HOSTNAME
}.${UID}"
4502
tmpname="${2%%XXX*}.${
HOSTNAME
}.${UID}.$$"
Completed in 9 milliseconds