Home
last modified time | relevance | path

Searched refs:atexit (Results 1 – 25 of 195) sorted by relevance

12345678

/openbsd/regress/lib/csu/callbacks/atexit/
H A Datexit_test.c80 atexit(cleanup1); in main()
82 atexit(cleanup2); in main()
84 atexit(cleanup3); in main()
89 atexit(cleanup1); in main()
91 atexit(cleanup2); in main()
93 atexit(cleanup3); in main()
100 atexit(cleanup1); in main()
102 atexit(cleanup_dlclose); in main()
104 atexit(cleanup3); in main()
109 atexit(cleanup1); in main()
[all …]
H A DMakefile29 regress-atexit: ${PROG}
35 REGRESS_TARGETS=regress-atexit
/openbsd/regress/lib/libc/atexit/
H A Datexit_test.c77 if (atexit(handle_last)) { in main()
82 if (atexit(handle_middle)) { in main()
87 if (atexit(handle_first)) { in main()
96 struct atexit *p = __atexit; in main()
/openbsd/lib/libc/stdlib/
H A Datexit.h33 struct atexit { struct
34 struct atexit *next; /* next in list */ argument
52 extern struct atexit *__atexit; /* points to head of LIFO stack */ argument
H A Datexit.c43 struct atexit *__atexit;
70 struct atexit *p; in __cxa_atexit()
120 atexit(void (*fn)(void)) in atexit() function
124 DEF_STRONG(atexit);
147 struct atexit *p, *q; in __cxa_finalize()
226 struct atexit *p; in __atexit_register_cleanup()
H A DMakefile.inc6 SRCS+= a64l.c abort.c atexit.c atoi.c atof.c atol.c atoll.c bsearch.c \
28 MAN+= a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 atoll.3 \
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dtsystem.h58 #ifndef atexit
59 extern int atexit (void (*)(void));
H A Dgbl-ctors.h42 extern int atexit (void (*) (void));
/openbsd/gnu/gcc/gcc/config/i386/
H A Dsol2-gc1.asm66 ! pointer that should be registered with atexit(), for proper
73 ! so, register it with atexit() as the last thing to be run by
74 ! atexit().
80 call atexit
87 ! atexit().
92 call atexit
95 ! Register _fini() with atexit(). We will take care of calling _init()
99 call atexit
H A Dsol2-c1.asm63 ! pointer that should be registered with atexit(), for proper
70 ! so, register it with atexit() as the last thing to be run by
71 ! atexit().
77 call atexit
84 ! atexit().
89 call atexit
92 ! Register _fini() with atexit(). We will take care of calling _init()
96 call atexit
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Dsol2-c1.asm63 ! pointer that should be registered with atexit(), for proper
70 ! so, register it with atexit() as the last thing to be run by
71 ! atexit().
77 call atexit
84 ! atexit().
89 call atexit
92 ! Register _fini() with atexit(). We will take care of calling _init()
96 call atexit
H A Dsol2-gc1.asm66 ! pointer that should be registered with atexit(), for proper
73 ! so, register it with atexit() as the last thing to be run by
74 ! atexit().
80 call atexit
87 ! atexit().
92 call atexit
95 ! Register _fini() with atexit(). We will take care of calling _init()
99 call atexit
/openbsd/gnu/gcc/gcc/
H A Dtsystem.h60 #ifndef atexit
61 extern int atexit (void (*)(void));
/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_win_dynamic_runtime_thunk.cpp91 extern "C" int __cdecl atexit(void (__cdecl *f)(void));
103 return atexit(UnregisterGlobals); in ScheduleUnregisterGlobals()
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cstdlib.h65 extern "C" int atexit(void (*)());
77 #undef atexit
111 using ::atexit;
/openbsd/regress/lib/libc/
H A DMakefile4 SUBDIR+= alloca arc4random-fork atexit
6 SUBDIR+= cephes cxa-atexit
/openbsd/gnu/gcc/fixincludes/
H A Dconfigure.ac69 AC_DEFINE(exit, xexit, [Define to xexit if the host system does not support atexit])
70 AC_DEFINE(atexit, xatexit, [Define to xatexit if the host system does not support atexit]) definition
/openbsd/gnu/gcc/gcc/config/sparc/
H A Dsol2-c1.asm73 ! %g1 may contain a function to be registered w/atexit
81 call atexit
86 call atexit, 1
/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsol2-c1.asm73 ! %g1 may contain a function to be registered w/atexit
81 call atexit
86 call atexit, 1
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cstdlib.h57 #undef atexit
91 using ::atexit;
/openbsd/gnu/lib/libiberty/src/
H A Datexit.c19 atexit(void (*f)(void)) in atexit() function
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dstatic5.C12 atexit (0); // ERROR - implicit declaration in f()
/openbsd/regress/lib/csu/callbacks/
H A DMakefile3 SUBDIR+= libaa libab atexit pthread_atfork
/openbsd/gnu/gcc/gcc/config/mmix/
H A Dcrti.asm106 % Register _fini to be executed as the last atexit function.
112 PUSHJ $0,atexit
/openbsd/gnu/usr.bin/gcc/gcc/config/mmix/
H A Dcrti.asm106 % Register _fini to be executed as the last atexit function.
112 PUSHJ $0,atexit

12345678