Home
last modified time | relevance | path

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

/dflybsd-src/gnu/usr.bin/rcs/lib/
H A Dconf.h306 #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) argument
310 #define WIFEXITED(stat_val) (((stat_val) & 0377) == 0) argument
313 #define WTERMSIG(stat_val) ((stat_val) & 0177) argument
317 #define WIFSIGNALED(stat_val) ((unsigned)(stat_val) - 1 < 0377) argument
/dflybsd-src/contrib/cvs-1.12/diff/
H A Dsystem.h138 #define WEXITSTATUS(stat_val) ((unsigned) (stat_val) >> 8) argument
141 #define WIFEXITED(stat_val) (((stat_val) & 255) == 0) argument