Searched defs:clean_exit (Results 1 – 2 of 2) sorted by relevance
39 bool clean_exit = WIFEXITED(status) && WEXITSTATUS(status) == 0; in main() local
78 static __attribute__((noreturn)) void clean_exit(void) in clean_exit() function