Searched refs:__stdio_exit_handler (Results 1 – 3 of 3) sorted by relevance
69 if (__stdio_exit_handler != NULL) in exit()70 (*__stdio_exit_handler) (); in exit()
28 void (*__stdio_exit_handler) (void); variable166 if (__stdio_exit_handler == NULL) { in global_stdio_init()167 __stdio_exit_handler = stdio_exit_handler; in global_stdio_init()
199 extern void (*__stdio_exit_handler) (void);