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

/bionic/libc/stdio/
H A Dfindfp.c174 * exit() calls _cleanup() through *__cleanup, set whenever we
178 * The name `_cleanup' is, alas, fairly well known outside stdio.
181 _cleanup(void) function
203 __cleanup = _cleanup; /* conservative */

Completed in 68 milliseconds