Searched defs:status (Results 1 – 2 of 2) sorted by relevance
56 #define WIFEXITED(status) (((status) & 0xff) == 0) argument59 #define WEXITSTATUS(status) (((status) >> 8) & 0xff) argument576 usage(FILE *stream, int status) in usage()3089 int status = WEXITSTATUS(result); in yearistype() local
384 usage(FILE * const stream, const int status) in usage()
Completed in 13 milliseconds