Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/cvs/diff/
H A Dsystem.h118 #define WEXITSTATUS(stat_val) ((unsigned) (stat_val) >> 8) argument
121 #define WIFEXITED(stat_val) (((stat_val) & 255) == 0) argument