Searched refs:cleanup1 (Results 1 – 6 of 6) sorted by relevance
/openbsd/regress/lib/csu/callbacks/atexit/ |
H A D | atexit_test.c | 28 CALLBACK(cleanup1) 80 atexit(cleanup1); in main() 89 atexit(cleanup1); in main() 100 atexit(cleanup1); in main() 109 atexit(cleanup1); in main()
|
H A D | expected.out | 5 exe cleanup1 12 exe cleanup1 20 exe cleanup1 28 exe cleanup1
|
/openbsd/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/ |
H A D | test_case.py | 61 def cleanup1(*args, **kwargs): function 67 test.addCleanup(cleanup1, 1, 2, 3, four='hello', five='goodbye') 72 (cleanup1, (1, 2, 3), dict( 102 def cleanup1(): function 108 test.addCleanup(cleanup1) 137 def cleanup1(): function 142 test.addCleanup(cleanup1) 159 test.addCleanup(cleanup1) 170 self.addCleanup(cleanup1) 180 def cleanup1(): function
|
/openbsd/lib/libcrypto/objects/ |
H A D | obj_dat.c | 183 static IMPLEMENT_LHASH_DOALL_FN(cleanup1, ADDED_OBJ) in IMPLEMENT_LHASH_DOALL_FN() argument 193 lh_ADDED_OBJ_doall(added, LHASH_DOALL_FN(cleanup1)); /* zero counters */ in IMPLEMENT_LHASH_DOALL_FN()
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/ |
H A D | API.t | 4 BEGIN { no warnings 'once'; $main::cleanup1 = bless {}, 'My::Cleanup' }
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/ |
H A D | ChangeLog | 1526 * g++.dg/eh/cleanup1.C: New test. 4211 * g++.dg/opt/cleanup1.C (C::C()): Initialize member c. 4349 * g++.dg/opt/cleanup1.C: New test.
|