Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-waitpid.h41 #define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1) macro
/freebsd/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/contrib/dialog/
H A Dui_getc.c61 # define WTERMSIG(status) (status.w_termsig) macro
63 # define WTERMSIG(status) ((status) & 0x7f) macro
/freebsd/contrib/bmake/
H A Dwait.h32 # define WTERMSIG(x) ((&x)->w_termsig) macro
/freebsd/sys/sys/
H A Dwait.h56 #define WTERMSIG(x) (_WSTATUS(x)) macro
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h2935 # define WTERMSIG(st) (((st) & 0177)) macro