Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/diff/src/
H A Dsystem.h126 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8) argument
129 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) argument
/freebsd-12.1/contrib/amd/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
/freebsd-12.1/sys/dev/imcsmb/
H A Dimcsmb.c333 uint32_t stat_val; in imcsmb_transfer() local