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

/freebsd-12-stable/tests/sys/net/
H A Dif_tun_test.sh22 235704_cleanup()
/freebsd-12-stable/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-12-stable/lib/libc/stdio/
H A Dfindfp.c198 * exit() calls _cleanup() through *__cleanup, set whenever we
202 * The name `_cleanup' is, alas, fairly well known outside stdio.
205 _cleanup(void) function
219 __cleanup = _cleanup; /* conservative */
H A Dmakebuf.c79 __cleanup = _cleanup;
H A Dsetvbuf.c158 __cleanup = _cleanup;
H A Dlocal.h75 extern void _cleanup(void);
/freebsd-12-stable/contrib/openpam/include/security/
H A Dpam_appl.h118 void (*_cleanup)(pam_handle_t *_pamh,
/freebsd-12-stable/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c520 goto _cleanup;
532 if (divSuftSortResult != 0) { result = ERROR(GENERIC); goto _cleanup; }
560 _cleanup:
717 goto _cleanup;
719 if (offcodeMax>OFFCODE_MAX) { eSize = ERROR(dictionaryCreation_failed); goto _cleanup; } /* too large dictionary */
733 goto _cleanup;
750 goto _cleanup;
773 goto _cleanup;
782 goto _cleanup;
791 goto _cleanup;
[all...]
H A Dcover.c852 goto _cleanup;
856 goto _cleanup;
870 goto _cleanup;
918 _cleanup:
/freebsd-12-stable/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-12-stable/sys/contrib/zstd/programs/
H A Ddibio.c335 goto _cleanup;
343 _cleanup:
/freebsd-12-stable/contrib/tcsh/
H A Dtc.str.c692 STRBUF##_cleanup(void *xbuf) \
703 STRBUF##_cleanup(xbuf); \
/freebsd-12-stable/sys/contrib/zstd/tests/
H A Dzbufftest.c447 _cleanup:
462 goto _cleanup;
H A Dzstreamtest.c1199 _cleanup:
1215 goto _cleanup;
1471 _cleanup:
1487 goto _cleanup;
1833 _cleanup:
1850 goto _cleanup;
H A Dfuzzer.c1637 _cleanup:
1653 goto _cleanup;
/freebsd-12-stable/sbin/pfctl/
H A Dpfctl_table.c358 goto _cleanup;
362 _cleanup:
/freebsd-12-stable/crypto/openssl/crypto/evp/
H A De_aes.c561 aes_##mode##_cleanup, \
570 aes_##mode##_cleanup, \
984 aes_##mode##_cleanup, \
993 aes_##mode##_cleanup, \
2496 s390x_aes_##mode##_cleanup, \
2510 aes_##mode##_cleanup, \
2544 aes_##mode##_cleanup, \
H A De_aria.c766 aria_##mode##_cleanup, \

Completed in 223 milliseconds