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:PER_LINUX
(Results
1 - 10
of
10
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/personality/
H
A
D
personality02.c
29
SAFE_PERSONALITY(
PER_LINUX
| STICKY_TIMEOUTS);
in run()
35
SAFE_PERSONALITY(
PER_LINUX
);
in run()
H
A
D
personality01.c
31
PAIR(
PER_LINUX
),
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H
A
D
personality.c
27
EXPECT_EQ("personality_0100", ret & PER_MASK,
PER_LINUX
);
in personality_0100()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
personality.h
18
#define
PER_LINUX
0
macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
personality.h
18
#define
PER_LINUX
0
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
personality.h
18
#define
PER_LINUX
0
macro
/third_party/musl/include/sys/
H
A
D
personality.h
20
#define
PER_LINUX
0
macro
/third_party/ltp/testcases/kernel/syscalls/uname/
H
A
D
uname04.c
72
SAFE_PERSONALITY(
PER_LINUX
| UNAME26);
in run()
/third_party/ltp/lib/
H
A
D
tst_kernel.c
67
if (personality(
PER_LINUX
) == -1) {
in tst_kernel_bits()
/third_party/pulseaudio/src/pulsecore/
H
A
D
core-util.c
3561
if (personality(
PER_LINUX
) < 0)
in pa_reset_personality()
Completed in 7 milliseconds