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:serv_file
(Results
1 - 6
of
6
) sorted by relevance
/kernel/liteos_a/testsuites/unittest/net/netdb/full/
H
A
D
net_netdb_test_011.cpp
38
char
serv_file
[] = "ssh 22/tcp\n";
in GetServByPortTest()
local
40
char *streamList[] = {static_cast<char *>(
serv_file
)};
in GetServByPortTest()
41
int streamLen[] = {sizeof(
serv_file
)};
in GetServByPortTest()
H
A
D
net_netdb_test_002.cpp
38
char host_file[] = "127.0.0.2 example.com\n",
serv_file
[] = "ftp 21/tcp\n";
in AddrInfoTest()
local
40
char *streamList[] = {host_file,
serv_file
};
in AddrInfoTest()
41
int streamLen[] = {sizeof(host_file), sizeof(
serv_file
)};
in AddrInfoTest()
H
A
D
net_netdb_test_016.cpp
35
char
serv_file
[] = "echo 7/tcp\n"
in GetServByNameTest()
local
43
char *streamList[] = {static_cast<char *>(
serv_file
)};
in GetServByNameTest()
44
int streamLen[] = {sizeof(
serv_file
)};
in GetServByNameTest()
H
A
D
net_netdb_test_012.cpp
38
char
serv_file
[] = "ssh 22/tcp\n";
in GetServByPortRTest()
local
40
char *streamList[] = {static_cast<char *>(
serv_file
)};
in GetServByPortRTest()
41
int streamLen[] = {sizeof(
serv_file
)};
in GetServByPortRTest()
H
A
D
net_netdb_test_017.cpp
35
char
serv_file
[] = "ssh 22/tcp\n";
in GetServByNameRTest()
local
37
char *streamList[] = {static_cast<char *>(
serv_file
)};
in GetServByNameRTest()
38
int streamLen[] = {sizeof(
serv_file
)};
in GetServByNameRTest()
H
A
D
net_netdb_test_018.cpp
35
char
serv_file
[] = "tcpmux 1/tcp # TCP port service multiplexer\n"
in GetServEntTest()
local
43
char *streamList[] = {static_cast<char *>(
serv_file
)};
in GetServEntTest()
44
int streamLen[] = {sizeof(
serv_file
)};
in GetServEntTest()
Completed in 2 milliseconds