Searched refs:atexit (Results 1 - 25 of 69) sorted by relevance

123

/haiku-buildtools/binutils/libiberty/
H A Datexit.c1 /* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */
6 @deftypefn Supplemental int atexit (void (*@var{f})())
19 atexit(void (*f)(void)) function
21 /* If the system doesn't provide a definition for atexit, use on_exit
/haiku-buildtools/gcc/libiberty/
H A Datexit.c1 /* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */
6 @deftypefn Supplemental int atexit (void (*@var{f})())
19 atexit(void (*f)(void)) function
21 /* If the system doesn't provide a definition for atexit, use on_exit
/haiku-buildtools/legacy/binutils/libiberty/
H A Datexit.c1 /* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */
6 @deftypefn Supplemental int atexit (void (*@var{f})())
19 atexit(void (*f)(void)) function
21 /* If the system doesn't provide a definition for atexit, use on_exit
/haiku-buildtools/legacy/gcc/libiberty/
H A Datexit.c1 /* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */
9 atexit(f) function
12 /* If the system doesn't provide a definition for atexit, use on_exit
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dstatic5.C12 atexit (0); // { dg-error "" } implicit declaration
H A Dinit19.C72 atexit(five);
82 atexit(one);
83 atexit(two);
85 atexit(four);
/haiku-buildtools/gcc/libgcc/config/rs6000/
H A Datexit.c37 #ifndef atexit
40 atexit (void (*func) (void)) function
/haiku-buildtools/legacy/gcc/libio/
H A Dcleanup.c10 atexit ((voidfunc)_IO_cleanup);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/headers/cstdlib/
H A Dfunctions_std.cc25 using std::atexit;
/haiku-buildtools/gcc/libgcc/config/sol2/
H A Dcrtpg.c45 atexit (_mcleanup);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/quick_exit/
H A Dquick_exit.cc40 std::atexit (wrong_handler);
/haiku-buildtools/legacy/gcc/gcc/config/rs6000/
H A Dsol-c0.c30 extern int atexit (void (*__func) (void));
35 int (*__atexit)(func_ptr) = atexit;
97 atexit (termfunc);
104 atexit (deregister);
109 atexit (__fini);
/haiku-buildtools/legacy/gcc/gcc/
H A Dgbl-ctors.h41 extern int atexit (void (*) (void));
43 #define ON_EXIT(FUNC,ARG) atexit ((FUNC))
/haiku-buildtools/legacy/gcc/libf2c/libF77/
H A Dmain.c26 #define ONEXIT atexit
27 extern int atexit(void (*)(void));
/haiku-buildtools/binutils/gold/testsuite/
H A Dconstructor_test.cc57 // A function called at atexit time.
66 // A class which counts itself and also calls atexit.
75 atexit(atexit_function);
/haiku-buildtools/gcc/libgcc/config/i386/
H A Dsol2-c1.S62 pointer that should be registered with atexit(), for proper
69 so, register it with atexit() as the last thing to be run by
70 atexit(). */
76 call atexit
83 atexit(). */
88 call atexit
91 /* Register _fini() with atexit(). We will take care of calling _init()
95 call atexit
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_flags.h52 bool atexit; member in struct:__asan::Flags
/haiku-buildtools/legacy/gcc/gcc/config/m68k/
H A Daux-crt1.c85 atexit(_cleanup);
132 atexit(monitor_cleanup);
H A Daux-exit.c1 /* Generic atexit()
34 better to just go ahead and provide atexit(). */
60 int atexit(void (*fn)(void)) function
/haiku-buildtools/gcc/gcc/
H A Dtsystem.h57 #ifndef atexit
58 extern int atexit (void (*)(void));
/haiku-buildtools/gcc/libstdc++-v3/libsupc++/
H A Datexit_thread.cc100 // key init/delete rather than atexit so that delete is run on dlclose.
108 // FIXME TLS cleanups should run before static cleanups and atexit
110 std::atexit (run);
132 std::atexit (run);
/haiku-buildtools/legacy/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
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr45506.c46 atexit(_do_exit_fini);
/haiku-buildtools/gcc/libstdc++-v3/include/c_compatibility/
H A Dstdlib.h40 using std::atexit;

Completed in 224 milliseconds

123