Home
last modified time | relevance | path

Searched defs:status (Results 1 – 2 of 2) 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()
3089 int status = WEXITSTATUS(result); in yearistype() local
A Dzdump.c384 usage(FILE * const stream, const int status) in usage()

Completed in 13 milliseconds