Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/lib/
HDwait.h28 #define WIFEXITED(w) (((w) & 0xff) == 0) macro
/dragonfly/contrib/gdb-7/gdb/common/
HDgdb_wait.h44 #define WIFEXITED(w) (((w)&0377) == 0) macro
/dragonfly/usr.sbin/cron/cron/
HDexterns.h110 #define WIFEXITED(x) (WTERMSIG(x) == 0) macro
/dragonfly/sys/sys/
HDwait.h57 #define WIFEXITED(x) (_WSTATUS(x) == 0) macro
/dragonfly/contrib/cvs-1.12/diff/
HDsystem.h141 #define WIFEXITED(stat_val) (((stat_val) & 255) == 0) macro
/dragonfly/gnu/usr.bin/rcs/lib/
HDconf.h310 #define WIFEXITED(stat_val) (((stat_val) & 0377) == 0) macro
/dragonfly/contrib/gcc-4.7/gcc/
HDsystem.h361 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
/dragonfly/contrib/gcc-4.7/lto-plugin/
HDlto-plugin.c54 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
/dragonfly/contrib/gcc-8.0/lto-plugin/
HDlto-plugin.c55 #define WIFEXITED(S) (((S) & 0xff) == 0) macro
/dragonfly/contrib/gcc-8.0/gcc/
HDsystem.h406 #define WIFEXITED(S) (((S) & 0xff) == 0) macro