OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WEXITSTATUS
(Results
1 - 14
of
14
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/test/
tests-common.c
22
exit_code =
WEXITSTATUS
(csts);
simple-xinit.c
165
return
WEXITSTATUS
(wstatus);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
lnx_kmod.c
100
if (WIFEXITED(status) &&
WEXITSTATUS
(status) == 0) {
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
lnx_kmod.c
101
if (WIFEXITED(status) &&
WEXITSTATUS
(status) == 0) {
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
write.c
162
if (p != -1 && WIFEXITED(status) &&
WEXITSTATUS
(status) == 0)
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
write.c
182
if (p != -1 && WIFEXITED(status) &&
WEXITSTATUS
(status) == 0)
/xsrc/external/mit/pixman/dist/test/
fence-image-self-test.c
117
if (WIFEXITED (status) &&
WEXITSTATUS
(status) == EXIT_SUCCESS)
/xsrc/external/mit/libXpm/dist/src/
RdFToI.c
184
(WIFEXITED(status) &&
WEXITSTATUS
(status) != 0) )
/xsrc/external/mit/xdm/dist/include/
dm.h
81
# define waitCode(w) (WIFEXITED(w) ?
WEXITSTATUS
(w) : 0)
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
gtest-death-test.cc
175
return WIFEXITED(exit_status) &&
WEXITSTATUS
(exit_status) == exit_code_;
215
m << "Exited with exit status " <<
WEXITSTATUS
(exit_code);
/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
gtest-death-test.cc
163
return WIFEXITED(exit_status) &&
WEXITSTATUS
(exit_status) == exit_code_;
203
m << "Exited with exit status " <<
WEXITSTATUS
(exit_code);
/xsrc/external/mit/xbiff/dist/
Mailbox.c
69
# define waitCode(w)
WEXITSTATUS
(w)
/xsrc/external/mit/imake/dist/
imake.c
200
# define waitCode(w)
WEXITSTATUS
(w)
/xsrc/external/mit/xterm/dist/
configure
10479
#ifndef
WEXITSTATUS
10480
# define
WEXITSTATUS
(stat_val) ((unsigned)(stat_val) >> 8)
10491
s = WIFEXITED (s) ?
WEXITSTATUS
(s) : 1;
Completed in 25 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026