Home
last modified time | relevance | path

Searched refs:cleanup1 (Results 1 – 6 of 6) sorted by relevance

/openbsd/regress/lib/csu/callbacks/atexit/
H A Datexit_test.c28 CALLBACK(cleanup1)
80 atexit(cleanup1); in main()
89 atexit(cleanup1); in main()
100 atexit(cleanup1); in main()
109 atexit(cleanup1); in main()
H A Dexpected.out5 exe cleanup1
12 exe cleanup1
20 exe cleanup1
28 exe cleanup1
/openbsd/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_case.py61 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 Dobj_dat.c183 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 DAPI.t4 BEGIN { no warnings 'once'; $main::cleanup1 = bless {}, 'My::Cleanup' }
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/
H A DChangeLog1526 * 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.