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

/freebsd-current/crypto/openssh/openbsd-compat/
H A Dbsd-waitpid.h41 #define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1) macro
/freebsd-current/contrib/bmake/
H A Dwait.h32 # define WTERMSIG(x) ((&x)->w_termsig) macro
/freebsd-current/contrib/tcsh/
H A Dmi.wait.h31 #define WTERMSIG(s) (__LOW(s) & 0177) /* sig value */ macro
H A Dsh.proc.c50 # define WTERMSIG(w) (((union wait *) &(w))->w_termsig) macro
/freebsd-current/contrib/dialog/
H A Dui_getc.c61 # define WTERMSIG(status) (status.w_termsig) macro
63 # define WTERMSIG(status) ((status) & 0x7f) macro
/freebsd-current/sys/sys/
H A Dwait.h56 #define WTERMSIG(x) (_WSTATUS(x)) macro
/freebsd-current/contrib/sendmail/include/sm/
H A Dconf.h718 # undef WTERMSIG macro
2364 # undef WTERMSIG macro
2935 # define WTERMSIG(st) (((st) & 0177)) macro

Completed in 103 milliseconds