Home
last modified time | relevance | path

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

/dragonfly/lib/libc/stdlib/
H A Dexit.c42 void (*__cleanup)(void); variable
80 if (__cleanup) in exit()
81 (*__cleanup)(); in exit()
H A Dabort.c51 if (__cleanup) in abort()
52 (*__cleanup)(); in abort()
H A DSymbol.map148 __cleanup;
/dragonfly/lib/libc/include/
H A Dlibc_private.h112 extern void (*__cleanup)(void);
/dragonfly/lib/libc/stdio/
H A Dmakebuf.c74 __cleanup = _cleanup; in __smakebuf()
H A Dsetvbuf.c154 __cleanup = _cleanup; in setvbuf()
H A Dfindfp.c181 __cleanup = _cleanup; /* conservative */ in __sinit()