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:do_exit
(Results
1 - 20
of
20
) sorted by relevance
/third_party/ltp/testcases/cve/
H
A
D
cve-2017-17052.c
29
static int *
do_exit
;
variable
33
do_exit
= SAFE_MMAP(NULL, sizeof(*
do_exit
), PROT_READ|PROT_WRITE,
in setup()
36
*
do_exit
= 0;
in setup()
41
SAFE_MUNMAP(
do_exit
, sizeof(*
do_exit
));
in cleanup()
80
if (*
do_exit
)
in do_test_fork()
92
*
do_exit
= 0;
in run()
99
*
do_exit
= 1;
in run()
H
A
D
cve-2017-17053.c
61
volatile sig_atomic_t
do_exit
;
member
71
shm->
do_exit
= 1;
in handler()
111
if (shm->
do_exit
)
in run_test()
130
shm->
do_exit
= 0;
in run()
138
shm->
do_exit
= 1;
in run()
/third_party/eudev/
H
A
D
test-driver
100
do_exit
='rm -f $log_file $trs_file; (exit $st); exit $st'
101
trap "st=129; $
do_exit
" 1
102
trap "st=130; $
do_exit
" 2
103
trap "st=141; $
do_exit
" 13
104
trap "st=143; $
do_exit
" 15
/third_party/node/deps/cares/config/
H
A
D
test-driver
102
do_exit
='rm -f $log_file $trs_file; (exit $st); exit $st'
103
trap "st=129; $
do_exit
" 1
104
trap "st=130; $
do_exit
" 2
105
trap "st=141; $
do_exit
" 13
106
trap "st=143; $
do_exit
" 15
/third_party/libevdev/build-aux/
H
A
D
test-driver
102
do_exit
='rm -f $log_file $trs_file; (exit $st); exit $st'
103
trap "st=129; $
do_exit
" 1
104
trap "st=130; $
do_exit
" 2
105
trap "st=141; $
do_exit
" 13
106
trap "st=143; $
do_exit
" 15
/third_party/skia/third_party/externals/libpng/
H
A
D
test-driver
100
do_exit
='rm -f $log_file $trs_file; (exit $st); exit $st'
101
trap "st=129; $
do_exit
" 1
102
trap "st=130; $
do_exit
" 2
103
trap "st=141; $
do_exit
" 13
104
trap "st=143; $
do_exit
" 15
/third_party/skia/third_party/externals/microhttpd/
H
A
D
test-driver
100
do_exit
='rm -f $log_file $trs_file; (exit $st); exit $st'
101
trap "st=129; $
do_exit
" 1
102
trap "st=130; $
do_exit
" 2
103
trap "st=141; $
do_exit
" 13
104
trap "st=143; $
do_exit
" 15
/third_party/alsa-utils/alsaucm/
H
A
D
usecase.h
30
unsigned int
do_exit
:1;
member
/third_party/ltp/testcases/kernel/syscalls/waitpid/
H
A
D
waitpid06.c
44
do_exit
(0);
in do_child_1()
H
A
D
waitpid12.c
49
do_exit
(0);
in do_child_1()
H
A
D
waitpid13.c
48
do_exit
(1);
in do_child_1()
H
A
D
waitpid11.c
46
do_exit
(0);
in do_child_1()
H
A
D
waitpid08.c
46
do_exit
(1);
in do_child_1()
H
A
D
waitpid07.c
45
do_exit
(0);
in do_child_1()
H
A
D
waitpid10.c
42
do_exit
(0);
in do_child_1()
H
A
D
waitpid_common.h
55
static void
do_exit
(int stop)
in do_exit()
function
/third_party/python/Lib/test/
H
A
D
test_cmd.py
192
def
do_exit
(self, arg):
member in samplecmdclass
/third_party/ltp/lib/
H
A
D
tst_test.c
91
static void
do_exit
(int ret) __attribute__ ((noreturn));
345
do_exit
(TTYPE_RESULT(ttype));
in tst_vbrk_()
866
static void
do_exit
(int ret)
in do_exit()
function
1668
do_exit
(ret);
in run_tcases_per_fs()
1711
do_exit
(ret);
in tst_run_tcases()
/third_party/ffmpeg/fftools/
H
A
D
ffplay.c
1287
static void
do_exit
(VideoState *is)
in do_exit()
function
3279
do_exit
(cur_stream);
in event_loop()
3391
do_exit
(cur_stream);
in event_loop()
3459
do_exit
(cur_stream);
in event_loop()
3743
do_exit
(NULL);
in main()
3750
do_exit
(NULL);
in main()
/third_party/python/Lib/
H
A
D
pdb.py
1201
do_exit
= do_quit
variable in Pdb
Completed in 14 milliseconds