Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-waitpid.h43 #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG) macro
/freebsd/contrib/kyua/utils/process/
H A Dstatus.cpp45 # define WCOREDUMP(x) false macro
/freebsd/contrib/tcsh/
H A Dsh.proc.c64 # define WCOREDUMP(x) (_W_INT(x) & WCOREFLAG) macro
70 # define WCOREDUMP(w) (((union wait *) &(w))->w_coredump) macro
72 # define WCOREDUMP(w) ((w) & 0200) macro
/freebsd/sys/sys/
H A Dwait.h61 #define WCOREDUMP(x) (_W_INT(x) & WCOREFLAG) macro
/freebsd/crypto/openssh/
H A Dsession.c2415 # define WCOREDUMP(x) (0) in session_exit_message() macro
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h2932 # define WCOREDUMP(st) (((st) & 0200) != 0) macro