Home
last modified time | relevance | path

Searched refs:status (Results 1 – 3 of 3) sorted by relevance

/timezone/
A Dzic.c56 #define WIFEXITED(status) (((status) & 0xff) == 0) argument
59 #define WEXITSTATUS(status) (((status) >> 8) & 0xff) argument
576 usage(FILE *stream, int status) in usage() argument
586 if (status == EXIT_SUCCESS) in usage()
588 exit(status); in usage()
3089 int status = WEXITSTATUS(result); in yearistype() local
3090 if (status <= 1) { in yearistype()
3092 return status == 0; in yearistype()
A Dzdump.c384 usage(FILE * const stream, const int status) in usage() argument
399 if (status == EXIT_SUCCESS) in usage()
401 exit(status); in usage()
A Deurope913 # maintaining traffic in these areas. However, the official status of

Completed in 17 milliseconds