Searched defs:atexit (Results 1 – 5 of 5) sorted by relevance
35 struct atexit { struct36 struct atexit *next; /* next in list */ argument39 struct atexit_fn { argument52 extern struct atexit *__atexit; /* points to head of LIFO stack */ argument
33 int atexit(void (*func)(void)) in atexit() function
32 int atexit(void (*func)(void)) in atexit() function
45 atexit(void (*func)(void)) in atexit() function