Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/rcs/include/
H A Dconf.h309 #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) argument
313 #define WIFEXITED(stat_val) (((stat_val) & 0377) == 0) argument
316 #define WTERMSIG(stat_val) ((stat_val) & 0177) argument
320 #define WIFSIGNALED(stat_val) ((unsigned)(stat_val) - 1 < 0377) argument
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Dsystem.h138 #define WEXITSTATUS(stat_val) ((unsigned) (stat_val) >> 8) argument
141 #define WIFEXITED(stat_val) (((stat_val) & 255) == 0) argument
/netbsd-src/external/bsd/am-utils/dist/include/
H A Dam_defs.h102 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) argument
105 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) argument
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dsystem.h158 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8) argument
161 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) argument
/netbsd-src/sys/arch/x86/pci/imcsmb/
H A Dimcsmb.c247 uint32_t stat_val; in imcsmb_exec() local