Home
last modified time | relevance | path

Searched defs:PROC_EXITSTATUS (Results 1 – 1 of 1) sorted by relevance

/dports/security/xinetd/xinetd-2.3.15/xinetd/
H A Dserver.h73 #define PROC_EXITSTATUS( s ) WEXITSTATUS( s ) macro
79 #define PROC_EXITSTATUS( s ) (((union wait *)&(s))->w_T.w_Retcode) macro