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

/freebsd-9.3-release/lib/libc/stdio/
H A Dfindfp.c192 * exit() calls _cleanup() through *__cleanup, set whenever we
196 * The name `_cleanup' is, alas, fairly well known outside stdio.
199 _cleanup() function
213 __cleanup = _cleanup; /* conservative */
H A Dmakebuf.c78 __cleanup = _cleanup;
H A Dsetvbuf.c157 __cleanup = _cleanup;
H A Dlocal.h70 extern void _cleanup(void);
/freebsd-9.3-release/contrib/openpam/include/security/
H A Dpam_appl.h118 void (*_cleanup)(pam_handle_t *_pamh,
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dsol2-c1.asm46 .weak _cleanup
65 ! to preserve it. We want to register _cleanup() first.
69 ! Check to see if there is an _cleanup() function linked in, and if
73 movl $_cleanup,%eax
76 pushl $_cleanup
H A Dsol2-gc1.asm68 ! to preserve it. We want to register _cleanup() first.
72 ! Check to see if there is an _cleanup() function linked in, and if
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_tputs.c107 && SP->_cleanup) {
/freebsd-9.3-release/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c259 scan->_cleanup = TRUE;
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_table.c356 goto _cleanup;
360 _cleanup:
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.str.c677 STRBUF##_cleanup(void *xbuf) \
688 STRBUF##_cleanup(xbuf); \

Completed in 82 milliseconds