Home
last modified time | relevance | path

Searched defs:WEXITSTATUS (Results 1 - 17 of 17) sorted by relevance

/third_party/libsnd/tests/
H A Dstdio_test.c61 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h93 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dwait.h48 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dwait.h48 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8) macro
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h92 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dwait.h48 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8) macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h95 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dwait.h52 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8) macro
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h98 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h93 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8) macro
/third_party/musl/include/
H A Dstdlib.h99 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8) macro
/third_party/musl/include/sys/
H A Dwait.h48 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8) macro
/third_party/icu/icu4c/source/tools/tzcode/
H A Dprivate.h98 #define WEXITSTATUS(status) (((status) >> 8) & 0xff) macro
/third_party/libcoap/man/
H A Dexamples-code-check.c26 #define WEXITSTATUS(v) (v & 0xff) macro
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dprivate.h98 #define WEXITSTATUS(status) (((status) >> 8) & 0xff) macro
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h113 #define WEXITSTATUS(status) (((status) & 0xff00) >> 8) macro
/third_party/python/Modules/
H A Dposixmodule.c463 # define WEXITSTATUS(u_wait) (WIFEXITED(u_wait)?((u_wait).w_retcode):-1) macro
[all...]

Completed in 22 milliseconds