Searched defs:atexit (Results 1 – 3 of 3) sorted by relevance
59 struct atexit { struct60 struct atexit *next; /* next in list */ argument62 struct atexit_fn { argument73 static struct atexit *__atexit; /* points to head of LIFO stack */ argument122 atexit(void (*func)(void)) in atexit() function
520 atexit (atexit_callback func) in atexit() function
46 atexit keyword