Searched refs:_cleanup (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dlocal.h59 extern void _cleanup(void);
H A Dfindfp.c188 * exit() calls _cleanup() through *gMD->cleanup, set whenever we
192 * The name `_cleanup' is, alas, fairly well known outside stdio.
195 _cleanup( void ) function
213 gMD->cleanup = _cleanup; /* conservative */
H A Dmakebuf.c90 gMD->cleanup = _cleanup;
H A Dsetvbuf.c176 gMD->cleanup = _cleanup;

Completed in 907 milliseconds