Searched defs:WSTOPSIG (Results 1 – 13 of 13) sorted by relevance
13 #define WSTOPSIG(__x) (int)(WIFSTOPPED(__x) ? (int)((((unsigned int)__x) >> 8) & 0xff) : -1) macro
35 #define WSTOPSIG(w) (((w) >> 8) & 0xff) macro
75 # define WSTOPSIG(x) (((x) >> 8) & 0x7f) macro
49 # define WSTOPSIG(s) LDAP_HI(s) macro
261 alias WEXITSTATUS WSTOPSIG; in version() local
463 # define WSTOPSIG(status) ((status >> 8) & 0377) macro465 # define WSTOPSIG(status) status.w_S.w_Stopsig macro
63 #define WSTOPSIG(x) ((int)(((unsigned int)_W_INT(x)) >> 8) & 0xff) macro
55 #define WSTOPSIG(s) (((s) >> 8) & 0377) macro
427 #define WSTOPSIG WEXITSTATUS macro
418 #define WSTOPSIG WEXITSTATUS macro
258 #define WSTOPSIG(status) (int)(WIFSTOPPED(status) ? \ macro
61 #define WSTOPSIG(s) (((s) >> 8) & 0377) macro