Searched refs:__cleanup (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/lib/libc/stdlib/
H A Dexit.c44 void (*__cleanup)(void); variable
68 if (__cleanup)
69 (*__cleanup)();
H A Dabort.c55 if (__cleanup)
56 (*__cleanup)();
/freebsd-10.0-release/lib/libc/stdio/
H A Dmakebuf.c77 __cleanup = _cleanup;
H A Dsetvbuf.c134 * Fix up the FILE fields, and set __cleanup for output flush on
157 __cleanup = _cleanup;
H A Dfindfp.c191 * exit() calls _cleanup() through *__cleanup, set whenever we
212 __cleanup = _cleanup; /* conservative */
/freebsd-10.0-release/lib/libc/include/
H A Dlibc_private.h221 extern void (*__cleanup)(void) __hidden;
/freebsd-10.0-release/libexec/rtld-elf/
H A Drtld.c4797 void (*__cleanup)(void); variable

Completed in 91 milliseconds