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:TESTUSER
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/getgroups/
H
A
D
getgroups03.c
45
#define
TESTUSER
"root"
macro
87
* Scans the /etc/group file to get IDs of all the groups to which
TESTUSER
103
if (strcmp(grp->gr_mem[i],
TESTUSER
) == 0) {
in readgroups()
207
groups[i],
TESTUSER
);
in verify_groups()
225
* getgroups() should return the no. of gids for
TESTUSER
with
in verify_groups()
/third_party/ltp/testcases/kernel/syscalls/chdir/
H
A
D
chdir01.c
28
#define
TESTUSER
"nobody"
macro
91
ltpuser = SAFE_GETPWNAM(
TESTUSER
);
in setup()
142
check_result(
TESTUSER
, *tc->name, tc->nobody_ret, tc->nobody_err);
in run()
/third_party/ltp/testcases/kernel/syscalls/setgroups/
H
A
D
setgroups03.c
28
#define
TESTUSER
"nobody"
macro
59
user_info = SAFE_GETPWNAM(
TESTUSER
);
in setup()
/third_party/ltp/testcases/kernel/syscalls/faccessat2/
H
A
D
faccessat202.c
31
#define
TESTUSER
"nobody"
macro
82
ltpuser = SAFE_GETPWNAM(
TESTUSER
);
in setup()
/third_party/ltp/testcases/kernel/controllers/cpuctl_fj/
H
A
D
run_cpuctl_test_fj.sh
110
TESTUSER
="`whoami`"
111
if [ "$
TESTUSER
" != "root" ]
Completed in 2 milliseconds