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
defs:nobody_uid
(Results
1 - 25
of
51
) sorted by relevance
1
2
3
/third_party/ltp/testcases/kernel/syscalls/sched_setscheduler/
H
A
D
sched_setscheduler02.c
28
static uid_t
nobody_uid
;
variable
/third_party/ltp/testcases/kernel/syscalls/setfsuid/
H
A
D
setfsuid01.c
19
static uid_t
nobody_uid
;
variable
37
TST_EXP_VAL(SETFSUID(
nobody_uid
), uid, "setfsuid(%d)",
nobody_uid
);
in run()
local
H
A
D
setfsuid03.c
21
static uid_t
nobody_uid
;
variable
39
TST_EXP_VAL_SILENT(SETFSUID(ruid),
nobody_uid
);
in run()
local
H
A
D
setfsuid04.c
47
static char
nobody_uid
[] = "nobody";
variable
/third_party/ltp/testcases/kernel/syscalls/vhangup/
H
A
D
vhangup01.c
18
static uid_t
nobody_uid
;
variable
/third_party/ltp/testcases/kernel/syscalls/setreuid/
H
A
D
setreuid04.c
19
static uid_t root_uid,
nobody_uid
;
variable
38
TST_EXP_EQ_LI(GETUID(),
nobody_uid
);
in run()
local
39
TST_EXP_EQ_LI(GETEUID(),
nobody_uid
);
in run()
local
/third_party/ltp/testcases/kernel/syscalls/rename/
H
A
D
rename12.c
25
static uid_t
nobody_uid
;
variable
/third_party/ltp/testcases/kernel/syscalls/setfsgid/
H
A
D
setfsgid02.c
25
static const char
nobody_uid
[] = "nobody";
variable
H
A
D
setfsgid03.c
39
static char
nobody_uid
[] = "nobody";
variable
/third_party/ltp/testcases/kernel/syscalls/fchmod/
H
A
D
fchmod03.c
23
static const char
nobody_uid
[] = "nobody";
variable
H
A
D
fchmod04.c
24
static const char
nobody_uid
[] = "nobody";
variable
/third_party/ltp/testcases/kernel/controllers/cgroup/
H
A
D
cgroup_core01.c
34
static uid_t
nobody_uid
, save_uid;
variable
/third_party/ltp/testcases/kernel/syscalls/mount/
H
A
D
mount04.c
86
char
nobody_uid
[] = "nobody";
in setup()
local
/third_party/ltp/testcases/kernel/syscalls/open/
H
A
D
open05.c
46
static uid_t
nobody_uid
;
variable
/third_party/ltp/testcases/kernel/syscalls/prctl/
H
A
D
prctl06.c
28
static uid_t
nobody_uid
;
variable
/third_party/ltp/testcases/kernel/syscalls/reboot/
H
A
D
reboot02.c
23
char
nobody_uid
[] = "nobody";
variable
/third_party/ltp/testcases/kernel/syscalls/swapon/
H
A
D
swapon02.c
27
static uid_t
nobody_uid
;
variable
/third_party/ltp/testcases/kernel/syscalls/swapoff/
H
A
D
swapoff02.c
24
static uid_t
nobody_uid
;
variable
/third_party/ltp/testcases/kernel/security/dirtyc0w_shmem/
H
A
D
dirtyc0w_shmem.c
30
static uid_t
nobody_uid
;
variable
/third_party/ltp/testcases/kernel/security/dirtyc0w/
H
A
D
dirtyc0w.c
43
static uid_t
nobody_uid
;
variable
/third_party/ltp/testcases/kernel/syscalls/execve/
H
A
D
execve02.c
34
static uid_t
nobody_uid
;
variable
/third_party/ltp/testcases/kernel/syscalls/setresuid/
H
A
D
setresuid04.c
26
static char
nobody_uid
[] = "nobody";
variable
/third_party/ltp/testcases/kernel/syscalls/chmod/
H
A
D
chmod03.c
61
char
nobody_uid
[] = "nobody";
in setup()
local
/third_party/ltp/testcases/kernel/syscalls/creat/
H
A
D
creat04.c
23
static uid_t
nobody_uid
;
variable
/third_party/ltp/testcases/kernel/syscalls/readlink/
H
A
D
readlink01.c
22
static uid_t
nobody_uid
;
variable
Completed in 11 milliseconds
1
2
3