Home
last modified time | relevance | path

Searched defs:WIFEXITED (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-waitpid.h37 #define WIFEXITED(w) (!((_W_INT(w)) & 0377)) macro
/freebsd/contrib/tcsh/
H A Dmi.wait.h29 #define WIFEXITED(s) (__LOW(s) == 0) /* normal exit */ macro
/freebsd/sys/sys/
H A Dwait.h57 #define WIFEXITED(x) (_WSTATUS(x) == 0) macro
/freebsd/contrib/diff/src/
H A Dsystem.h129 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) macro
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h1702 # define WIFEXITED(s) (((union wait*)&(s))->w_stopval != WSTOPPED && \ macro
2926 # define WIFEXITED(st) (((st) & 0377) == 0) macro