Searched defs:WIFEXITED (Results 1 - 18 of 18) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Support/Unix/
H A DUnix.h59 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) macro
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dbsd-waitpid.h33 #undef WIFEXITED macro
39 #define WIFEXITED(w) (!((_W_INT(w)) & 0377)) macro
/freebsd-10-stable/contrib/gdb/gdb/
H A Dgdb_wait.h46 #define WIFEXITED(w) (((w)&0377) == 0) macro
/freebsd-10-stable/usr.sbin/cron/cron/
H A Dexterns.h110 #define WIFEXITED(x) (WTERMSIG(x) == 0) macro
/freebsd-10-stable/contrib/tcsh/
H A Dmi.wait.h29 #define WIFEXITED(s) (__LOW(s) == 0) /* normal exit */ macro
/freebsd-10-stable/contrib/diff/src/
H A Dsystem.h129 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) macro
/freebsd-10-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-pexecute.c57 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
[all...]
/freebsd-10-stable/contrib/groff/src/roff/groff/
H A Dpipeline.c48 #define WIFEXITED(s) (((s) & 0377) == 0) macro
/freebsd-10-stable/contrib/tzcode/stdtime/
H A Dprivate.h118 #define WIFEXITED(status) (((status) & 0xff) == 0) macro
/freebsd-10-stable/sys/sys/
H A Dwait.h58 #define WIFEXITED(x) (_WSTATUS(x) == 0) macro
/freebsd-10-stable/contrib/gcc/
H A Dsystem.h337 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
/freebsd-10-stable/contrib/binutils/binutils/
H A Ddllwrap.c45 #define WIFEXITED(w) (((w)&0377) == 0) macro
58 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
H A Dresrc.c46 #define WIFEXITED(w) (((w)&0377) == 0) macro
59 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
H A Ddlltool.c283 #define WIFEXITED(w) (((w) & 0377) == 0) macro
296 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
/freebsd-10-stable/gnu/usr.bin/rcs/lib/
H A Dconf.h306 #undef WIFEXITED /* Avoid 4.3BSD incompatibility with Posix. */ macro
309 #define WIFEXITED(stat_val) (((stat_val) & 0377) == 0) macro
/freebsd-10-stable/contrib/amd/include/
H A Dam_defs.h105 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) macro
/freebsd-10-stable/contrib/sendmail/include/sm/
H A Dconf.h507 # undef WIFEXITED macro
716 # undef WIFEXITED macro
1101 # undef WIFEXITED macro
1171 # undef WIFEXITED macro
1314 # undef WIFEXITED macro
1415 # undef WIFEXITED macro
1613 # undef WIFEXITED macro
1635 # undef WIFEXITED macro
1653 # undef WIFEXITED macro
1678 # undef WIFEXITED macro
1679 # define WIFEXITED macro
1962 # undef WIFEXITED macro
2164 # undef WIFEXITED macro
2185 # undef WIFEXITED macro
2232 # undef WIFEXITED macro
2261 # undef WIFEXITED macro
2337 # undef WIFEXITED macro
2895 # define WIFEXITED macro
[all...]
/freebsd-10-stable/contrib/groff/src/roff/troff/
H A Dnode.cpp55 #define WIFEXITED(s) (((s) & 0377) == 0) macro

Completed in 340 milliseconds