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:mmap_0700
(Results
1 - 1
of
1
) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/mman/
H
A
D
mmap.c
230
* @tc.name :
mmap_0700
235
void
mmap_0700
(void)
in mmap_0700()
function
242
EXPECT_PTRNE("
mmap_0700
", fptr, NULL);
in mmap_0700()
248
EXPECT_TRUE("
mmap_0700
", fgetc(fptr) != EOF);
in mmap_0700()
253
EXPECT_NE("
mmap_0700
", fd, -1);
in mmap_0700()
256
EXPECT_EQ("
mmap_0700
", back, SUCCESS);
in mmap_0700()
257
EXPECT_EQ("
mmap_0700
", start, MAP_FAILED);
in mmap_0700()
411
mmap_0700
();
in main()
Completed in 2 milliseconds