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

/freebsd-11.0-release/contrib/atf/atf-c/
H A Dmacros.h67 static void atfu_ ## tc ## _cleanup(const atf_tc_t *); \
73 .m_cleanup = atfu_ ## tc ## _cleanup, \
95 atfu_ ## tc ## _cleanup(const atf_tc_t *tcptr ATF_DEFS_ATTRIBUTE_UNUSED)
98 (atfu_ ## tc ## _cleanup)
/freebsd-11.0-release/lib/libc/stdio/
H A Dfindfp.c196 * exit() calls _cleanup() through *__cleanup, set whenever we
200 * The name `_cleanup' is, alas, fairly well known outside stdio.
203 _cleanup(void) function
217 __cleanup = _cleanup; /* conservative */
H A Dmakebuf.c77 __cleanup = _cleanup;
H A Dsetvbuf.c157 __cleanup = _cleanup;
H A Dlocal.h70 extern void _cleanup(void);
/freebsd-11.0-release/contrib/openpam/include/security/
H A Dpam_appl.h118 void (*_cleanup)(pam_handle_t *_pamh,
/freebsd-11.0-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-11.0-release/contrib/jemalloc/src/
H A Dtsd.c81 n##_cleanup(tsd);
/freebsd-11.0-release/contrib/tcsh/
H A Dtc.str.c677 STRBUF##_cleanup(void *xbuf) \
688 STRBUF##_cleanup(xbuf); \
/freebsd-11.0-release/sbin/pfctl/
H A Dpfctl_table.c356 goto _cleanup;
360 _cleanup:
/freebsd-11.0-release/crypto/openssl/crypto/evp/
H A De_aes.c469 aes_##mode##_cleanup, \
478 aes_##mode##_cleanup, \
838 aes_##mode##_cleanup, \
847 aes_##mode##_cleanup, \
874 aes_##mode##_cleanup, \

Completed in 69 milliseconds