| /src/external/gpl3/gcc/dist/libgcc/config/i386/ |
| sol2-c1.S | 37 #define CLEANUP _cleanup 45 .weak _cleanup 64 to preserve it. We want to register _cleanup() first. */ 68 /* Check to see if there is an _cleanup() function linked in, and if
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/i386/ |
| sol2-c1.S | 37 #define CLEANUP _cleanup 45 .weak _cleanup 64 to preserve it. We want to register _cleanup() first. */ 68 /* Check to see if there is an _cleanup() function linked in, and if
|
| /src/external/bsd/atf/dist/atf-sh/ |
| libatf-sh.subr | 73 # a <tc-name>_cleanup function. 379 # a <tc-name>_cleanup function to be defined. 387 eval "${1}_cleanup() { :; }" 389 eval "${1}_cleanup() { 629 ${_tcname}_cleanup || _atf_error 128 "The test case cleanup" \
|
| /src/games/sail/ |
| array.h | 145 void ARRAY##_cleanup(struct ARRAY *a); \ 163 ARRAY##_cleanup(struct ARRAY *a) \ 184 ARRAY##_cleanup(a); \
|
| /src/external/bsd/atf/dist/atf-c/ |
| macros.h | 71 static void atfu_ ## tc ## _cleanup(const atf_tc_t *); \ 77 .m_cleanup = atfu_ ## tc ## _cleanup, \ 99 atfu_ ## tc ## _cleanup(const atf_tc_t *tcptr ATF_DEFS_ATTRIBUTE_UNUSED) 102 (atfu_ ## tc ## _cleanup)
|
| /src/lib/libc/stdio/ |
| findfp.c | 201 * exit() calls _cleanup() through *__cleanup, set whenever we 205 * The name `_cleanup' is, alas, fairly well known outside stdio. 208 _cleanup(void) function 226 __cleanup = _cleanup; /* conservative */
|
| local.h | 58 extern void _cleanup(void);
|
| makebuf.c | 141 __cleanup = _cleanup;
|
| setvbuf.c | 170 __cleanup = _cleanup;
|
| /src/external/bsd/openpam/dist/include/security/ |
| pam_appl.h | 118 void (*_cleanup)(pam_handle_t *_pamh,
|
| /src/crypto/external/bsd/openssl/dist/providers/fips/ |
| self_test.c | 118 void _cleanup(void); 120 # pragma fini(_cleanup) 125 void _cleanup(void) function
|
| /src/external/bsd/tradcpp/dist/ |
| array.h | 170 INLINE void ARRAY##_cleanup(struct ARRAY *a); \ 188 ARRAY##_cleanup(struct ARRAY *a) \ 206 ARRAY##_cleanup(a); \
|
| /src/external/lgpl2/userspace-rcu/dist/tests/utils/ |
| tap.c | 44 static void _cleanup(void); 172 atexit(_cleanup); 431 _cleanup(void) function
|
| tap.sh | 99 # Used to call _cleanup on shell exit 381 _cleanup(){ function 440 _cleanup
|
| /src/external/bsd/zstd/dist/lib/dictBuilder/ |
| zdict.c | 495 goto _cleanup; 507 if (divSuftSortResult != 0) { result = ERROR(GENERIC); goto _cleanup; } 535 _cleanup: 688 if (offcodeMax>OFFCODE_MAX) { eSize = ERROR(dictionaryCreation_failed); goto _cleanup; } /* too large dictionary */ 705 goto _cleanup; 729 goto _cleanup; 752 goto _cleanup; 761 goto _cleanup; 770 goto _cleanup; 779 goto _cleanup; [all...] |
| fastcover.c | 489 goto _cleanup; 504 goto _cleanup; 507 _cleanup:
|
| cover.c | 1137 goto _cleanup; 1141 goto _cleanup; 1155 goto _cleanup; 1158 _cleanup:
|
| /src/crypto/external/apache2/openssl/dist/providers/fips/ |
| self_test.c | 126 void _cleanup(void); 128 #pragma fini(_cleanup) 133 void _cleanup(void) function
|
| /src/external/bsd/zstd/dist/lib/compress/ |
| zstd_fast.c | 258 goto _cleanup; 350 _cleanup: 627 if (ip1 > ilimit) goto _cleanup; 671 _cleanup: 782 goto _cleanup; 884 _cleanup:
|
| zstd_double_fast.c | 173 goto _cleanup; 241 _cleanup:
|
| /src/external/bsd/zstd/dist/programs/ |
| dibio.c | 427 goto _cleanup; 435 _cleanup:
|
| /src/dist/pf/sbin/pfctl/ |
| pfctl_table.c | 352 goto _cleanup; 356 _cleanup:
|
| /src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| e_aes.c | 428 aes_##mode##_cleanup, \ 439 aes_##mode##_cleanup, \ 786 aes_##mode##_cleanup, \ 797 aes_##mode##_cleanup, \ 2238 s390x_aes_##mode##_cleanup, \ 2253 aes_##mode##_cleanup, \ 2290 aes_##mode##_cleanup, \
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
| e_aes.c | 561 aes_##mode##_cleanup, \ 570 aes_##mode##_cleanup, \ 984 aes_##mode##_cleanup, \ 993 aes_##mode##_cleanup, \ 2490 s390x_aes_##mode##_cleanup, \ 2504 aes_##mode##_cleanup, \ 2538 aes_##mode##_cleanup, \
|
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| e_aes.c | 454 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, \
|