Lines Matching refs:on_exit
13 * libc/stdlib/on_exit.c: Force linking of static instance of
5498 * libc/stdlib/on_exit.c: Ditto.
13474 * libc/stdlib/on_exit.c (on_exit): Use __register_exitproc.
14858 * libc/stdlib/on_exit.c: Ditto.
15084 to handle latest on_exit change.
15156 structure containing fields used by the on_exit() function.
15164 * libc/stdlib/on_exit.c (on_exit): Indirect via the
18195 * libc/include/stdlib.h: Add on_exit prototype.
18197 and bits to track type of exit routine to support both on_exit
18202 * libc/stdlib/on_exit.c: New file.
18203 * libc/stdlib/Makefile.am: Add support for on_exit.
18207 exit routine and either call an atexit-style or an on_exit-style