OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exit_stat
(Results
1 - 4
of
4
) sorted by null
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
7-3.c
49
int
exit_stat
;
local
103
waitpid(child, &
exit_stat
, WUNTRACED);
108
if (WIFEXITED(
exit_stat
)) {
109
return WEXITSTATUS(
exit_stat
);
7-4.c
50
int
exit_stat
;
local
102
waitpid(child, &
exit_stat
, WUNTRACED);
106
if (WIFEXITED(
exit_stat
)) {
107
return WEXITSTATUS(
exit_stat
);
/external/ltp/pan/
ltp-pan.c
180
int
exit_stat
;
local
518
exit_stat
= 0;
539
exit_stat
++;
603
exit_stat
++;
644
++
exit_stat
;
669
exit(
exit_stat
);
[
all
...]
/external/ltp/testcases/kernel/fs/doio/
growfiles.c
1665
int
exit_stat
= 2;
local
[
all
...]
Completed in 233 milliseconds