Symbol: _cleanup
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
276
if(rv != ERROR_MORE_DATA) goto _cleanup;
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
282
if(rv != ERROR_SUCCESS) goto _cleanup;
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
291
if(rv != ERROR_MORE_DATA) goto _cleanup;
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
297
if(rv != ERROR_SUCCESS) goto _cleanup;
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
307
_cleanup:
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
328
#define RV_BAIL if(rv != ERROR_SUCCESS) goto _cleanup
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
370
goto _cleanup;
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
398
goto _cleanup;
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
438
goto _cleanup;
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
446
goto _cleanup;
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
515
_cleanup:
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
641
if(rv != ERROR_MORE_DATA) goto _cleanup;
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
646
if(rv != ERROR_SUCCESS) goto _cleanup;
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
656
goto _cleanup;
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
665
goto _cleanup;
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
671
goto _cleanup;
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
698
_cleanup:
crypto/krb5/src/windows/installer/wix/custom/custom.cpp
810
_cleanup:
crypto/krb5/src/windows/installer/wix/custom/custom.h
44
#define CHECK(x) if((x)) goto _cleanup
crypto/krb5/src/windows/installer/wix/custom/custom.h
46
#define CHECKX(x,y) if(!(x)) { msiErr = (y); goto _cleanup; }
crypto/krb5/src/windows/installer/wix/custom/custom.h
48
#define CHECK2(x,y) if((x)) { msiErr = (y); goto _cleanup; }
crypto/openssl/crypto/evp/e_aes.c
2341
s390x_aes_##mode##_cleanup, \
crypto/openssl/crypto/evp/e_aes.c
2356
aes_##mode##_cleanup, \
crypto/openssl/crypto/evp/e_aes.c
2395
aes_##mode##_cleanup, \
crypto/openssl/crypto/evp/e_aes.c
454
aes_##mode##_cleanup, \
crypto/openssl/crypto/evp/e_aes.c
466
aes_##mode##_cleanup, \
crypto/openssl/crypto/evp/e_aes.c
844
aes_##mode##_cleanup, \
crypto/openssl/crypto/evp/e_aes.c
856
aes_##mode##_cleanup, \
crypto/openssl/crypto/evp/e_aria.c
771
aria_##mode##_cleanup, \
crypto/openssl/providers/fips/self_test.c
126
void _cleanup(void);
lib/libc/stdio/findfp.c
213
__cleanup = _cleanup; /* conservative */
lib/libc/stdio/local.h
72
extern void _cleanup(void);
lib/libc/stdio/makebuf.c
73
__cleanup = _cleanup;
lib/libc/stdio/setvbuf.c
153
__cleanup = _cleanup;
sbin/pfctl/pfctl_table.c
396
goto _cleanup;
sbin/pfctl/pfctl_table.c
400
_cleanup: