Searched refs:status (Results 1 – 3 of 3) 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() argument586 if (status == EXIT_SUCCESS) in usage()588 exit(status); in usage()3089 int status = WEXITSTATUS(result); in yearistype() local3090 if (status <= 1) { in yearistype()3092 return status == 0; in yearistype()
384 usage(FILE * const stream, const int status) in usage() argument399 if (status == EXIT_SUCCESS) in usage()401 exit(status); in usage()
913 # maintaining traffic in these areas. However, the official status of
Completed in 17 milliseconds