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

/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dbsd-waitpid.h43 #define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1) macro
/freebsd-10-stable/contrib/bmake/
H A Dwait.h32 # define WTERMSIG(x) ((&x)->w_termsig) macro
/freebsd-10-stable/contrib/gdb/gdb/
H A Dgdb_wait.h73 #define WTERMSIG(w) ((w) & 0177) macro
/freebsd-10-stable/usr.sbin/cron/cron/
H A Dexterns.h89 # define WTERMSIG(x) ((x) & 0x7f) macro
99 # define WTERMSIG(x) ((x).w_termsig) macro
/freebsd-10-stable/contrib/tcsh/
H A Dmi.wait.h31 #define WTERMSIG(s) (__LOW(s) & 0177) /* sig value */ macro
H A Dsh.proc.c54 # define WTERMSIG(w) (((union wait *) &(w))->w_termsig) macro
/freebsd-10-stable/contrib/dialog/
H A Dui_getc.c60 # define WTERMSIG(status) (status.w_termsig) macro
62 # define WTERMSIG(status) ((status) & 0x7f) macro
/freebsd-10-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-pexecute.c54 #define WTERMSIG(S) ((S) & 0x7f) macro
/freebsd-10-stable/contrib/groff/src/roff/groff/
H A Dpipeline.c52 #define WTERMSIG(s) ((s) & 0177) macro
/freebsd-10-stable/sys/sys/
H A Dwait.h57 #define WTERMSIG(x) (_WSTATUS(x)) macro
/freebsd-10-stable/contrib/gcc/
H A Dsystem.h334 #define WTERMSIG(S) ((S) & 0x7f) macro
/freebsd-10-stable/contrib/libreadline/examples/rlfe/
H A Dos.h453 # define WTERMSIG(status) (status & 0177) macro
455 # define WTERMSIG(status) status.w_T.w_Termsig macro
/freebsd-10-stable/contrib/binutils/binutils/
H A Ddllwrap.c51 #define WTERMSIG(w) ((w) & 0177) macro
64 #define WTERMSIG(w) ((w) & 0x7f) macro
H A Dresrc.c52 #define WTERMSIG(w) ((w) & 0177) macro
65 #define WTERMSIG(w) ((w) & 0x7f) macro
H A Ddlltool.c289 #define WTERMSIG(w) ((w) & 0177) macro
302 #define WTERMSIG(w) ((w) & 0x7f) macro
/freebsd-10-stable/gnu/usr.bin/rcs/lib/
H A Dconf.h312 #define WTERMSIG(stat_val) ((stat_val) & 0177) macro
/freebsd-10-stable/usr.bin/svn/lib/libapr/
H A Dapr.h625 #define WTERMSIG(status) (int)((status).w_termsig) macro
/freebsd-10-stable/contrib/sendmail/include/sm/
H A Dconf.h718 # undef WTERMSIG macro
2341 # undef WTERMSIG macro
2904 # define WTERMSIG(st) (((st) & 0177)) macro
/freebsd-10-stable/contrib/groff/src/roff/troff/
H A Dnode.cpp57 #define WTERMSIG(s) ((s) & 0177) macro

Completed in 302 milliseconds