Searched defs:WTERMSIG (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/sys/
H A Dwait.h55 #define WTERMSIG(x) (_WSTATUS(x)) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dposixmodule.c302 #ifndef WTERMSIG
303 #define WTERMSIG(u_wait) ((u_wait).w_termsig) macro
7151 #ifdef WTERMSIG
7153 "WTERMSIG(status) -> integer\n\n\
7163 if (!PyArg_ParseTuple(args, "i:WTERMSIG", &WAIT_STATUS_INT(status)))
7166 return Py_BuildValue("i", WTERMSIG(status));
7168 #endif /* WTERMSIG */
8934 #ifdef WTERMSIG
8935 {"WTERMSIG", posix_WTERMSIG, METH_VARARGS, posix_WTERMSIG__doc__},
8936 #endif /* WTERMSIG */
[all...]

Completed in 17 milliseconds