Home
last modified time | relevance | path

Searched refs:_cleanup (Results 1 – 24 of 24) sorted by relevance

/freebsd/crypto/krb5/src/windows/installer/wix/custom/
H A Dcustom.cpp276 if(rv != ERROR_MORE_DATA) goto _cleanup;
282 if(rv != ERROR_SUCCESS) goto _cleanup;
291 if(rv != ERROR_MORE_DATA) goto _cleanup;
297 if(rv != ERROR_SUCCESS) goto _cleanup;
307 _cleanup:
328 #define RV_BAIL if(rv != ERROR_SUCCESS) goto _cleanup
370 goto _cleanup;
398 goto _cleanup;
438 goto _cleanup;
446 goto _cleanup;
[all …]
H A Dcustom.h44 #define CHECK(x) if((x)) goto _cleanup
46 #define CHECKX(x,y) if(!(x)) { msiErr = (y); goto _cleanup; }
48 #define CHECK2(x,y) if((x)) { msiErr = (y); goto _cleanup; }
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c495 goto _cleanup; in ZDICT_trainBuffer_legacy()
507 if (divSuftSortResult != 0) { result = ERROR(GENERIC); goto _cleanup; } in ZDICT_trainBuffer_legacy()
535 _cleanup: in ZDICT_trainBuffer_legacy()
688 …if (offcodeMax>OFFCODE_MAX) { eSize = ERROR(dictionaryCreation_failed); goto _cleanup; } /* too … in ZDICT_analyzeEntropy()
705 goto _cleanup; in ZDICT_analyzeEntropy()
729 goto _cleanup; in ZDICT_analyzeEntropy()
752 goto _cleanup; in ZDICT_analyzeEntropy()
761 goto _cleanup; in ZDICT_analyzeEntropy()
770 goto _cleanup; in ZDICT_analyzeEntropy()
779 goto _cleanup; in ZDICT_analyzeEntropy()
[all …]
H A Dfastcover.c489 goto _cleanup; in FASTCOVER_tryParameters()
504 goto _cleanup; in FASTCOVER_tryParameters()
507 _cleanup: in FASTCOVER_tryParameters()
H A Dcover.c1137 goto _cleanup;
1141 goto _cleanup;
1155 goto _cleanup;
1158 _cleanup:
/freebsd/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/lib/libc/stdio/
H A Dfindfp.c199 _cleanup(void) in _cleanup() function
213 __cleanup = _cleanup; /* conservative */ in __sinit()
H A Dmakebuf.c73 __cleanup = _cleanup; in __smakebuf()
H A Dsetvbuf.c153 __cleanup = _cleanup; in setvbuf()
H A Dlocal.h72 extern void _cleanup(void);
/freebsd/crypto/openssl/providers/fips/
H A Dself_test.c126 void _cleanup(void);
128 #pragma fini(_cleanup)
133 void _cleanup(void) in _cleanup() function
/freebsd/tests/sys/netpfil/common/
H A Drunner.subr45 eval "${fw}_${testcase}_cleanup(){ ${testcase}_cleanup $fw; }"
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_fast.c259 goto _cleanup; in ZSTD_compressBlock_fast_noDict_generic()
351 _cleanup: in ZSTD_compressBlock_fast_noDict_generic()
628 if (ip1 > ilimit) goto _cleanup; in ZSTD_compressBlock_fast_dictMatchState_generic()
672 _cleanup: in ZSTD_compressBlock_fast_dictMatchState_generic()
783 goto _cleanup; in ZSTD_compressBlock_fast_extDict_generic()
885 _cleanup: in ZSTD_compressBlock_fast_extDict_generic()
H A Dzstd_double_fast.c174 goto _cleanup; in ZSTD_compressBlock_doubleFast_noDict_generic()
242 _cleanup: in ZSTD_compressBlock_doubleFast_noDict_generic()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_fast.c258 goto _cleanup; in ZSTD_compressBlock_fast_noDict_generic()
350 _cleanup: in ZSTD_compressBlock_fast_noDict_generic()
627 if (ip1 > ilimit) goto _cleanup; in ZSTD_compressBlock_fast_dictMatchState_generic()
671 _cleanup: in ZSTD_compressBlock_fast_dictMatchState_generic()
782 goto _cleanup; in ZSTD_compressBlock_fast_extDict_generic()
884 _cleanup: in ZSTD_compressBlock_fast_extDict_generic()
H A Dzstd_double_fast.c173 goto _cleanup; in ZSTD_compressBlock_doubleFast_noDict_generic()
241 _cleanup: in ZSTD_compressBlock_doubleFast_noDict_generic()
/freebsd/contrib/openpam/include/security/
H A Dpam_appl.h116 void (*_cleanup)(pam_handle_t *_pamh,
/freebsd/tests/sys/net/
H A Dif_tun_test.sh19 235704_cleanup()
/freebsd/sys/contrib/zstd/programs/
H A Ddibio.c427 goto _cleanup; in DiB_trainFromFiles()
435 _cleanup: in DiB_trainFromFiles()
/freebsd/contrib/atf/atf-sh/
H A Dlibatf-sh.subr67 # a <tc-name>_cleanup function.
403 # a <tc-name>_cleanup function to be defined.
411 eval "${1}_cleanup() { :; }"
413 eval "${1}_cleanup() {
653 ${_tcname}_cleanup || _atf_error 128 "The test case cleanup" \
/freebsd/contrib/tcsh/
H A Dtc.str.c692 STRBUF##_cleanup(void *xbuf) \
703 STRBUF##_cleanup(xbuf); \
/freebsd/sbin/pfctl/
H A Dpfctl_table.c396 goto _cleanup; in pfctl_table()
400 _cleanup: in pfctl_table()
/freebsd/crypto/openssl/crypto/evp/
H A De_aes.c454 …aes_##mode##_cleanup, …
466 …aes_##mode##_cleanup, …
844 …aes_##mode##_cleanup, …
856 …aes_##mode##_cleanup, …
2341 …s390x_aes_##mode##_cleanup, …
2356 …aes_##mode##_cleanup, …
2395 …aes_##mode##_cleanup, …
H A De_aria.c771 aria_##mode##_cleanup, \