Home
last modified time | relevance | path

Searched refs:SIG_ERR (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/
Dsignal.h44 #define SIG_ERR ((__sighandler_t *) 3) macro
/device/linaro/bootloader/edk2/StdLib/LibC/Signal/
DSignal.c50 return SIG_ERR; in signal()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsignalmodule.c26 #ifndef SIG_ERR
27 #define SIG_ERR ((PyOS_sighandler_t)(-1)) macro
316 if (PyOS_setsig(sig_num, func) == SIG_ERR) { in signal_signal()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsignalmodule.c26 #ifndef SIG_ERR
27 #define SIG_ERR ((PyOS_sighandler_t)(-1)) macro
316 if (PyOS_setsig(sig_num, func) == SIG_ERR) { in signal_signal()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1839 return SIG_ERR; in PyOS_getsig()
1857 return SIG_ERR; in PyOS_getsig()
1861 if (handler != SIG_ERR) in PyOS_getsig()
1880 return SIG_ERR; in PyOS_setsig()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1864 return SIG_ERR; in PyOS_getsig()
1882 return SIG_ERR; in PyOS_getsig()
1886 if (handler != SIG_ERR) in PyOS_getsig()
1905 return SIG_ERR; in PyOS_setsig()