HomeSort by: relevance | last modified time | path
    Searched refs:atexit (Results 1 - 25 of 265) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/external/gpl2/grep/dist/lib/
atexit.c 1 /* $NetBSD: atexit.c,v 1.1.1.1 2016/01/10 21:36:18 christos Exp $ */
3 /* 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
  /src/external/gpl3/binutils/dist/libiberty/
atexit.c 1 /* 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
  /src/external/gpl3/binutils.old/dist/libiberty/
atexit.c 1 /* 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
  /src/external/gpl3/gcc/dist/libiberty/
atexit.c 1 /* 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
  /src/external/gpl3/gcc.old/dist/libiberty/
atexit.c 1 /* 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
  /src/external/gpl3/gdb/dist/libiberty/
atexit.c 1 /* 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
  /src/external/gpl3/gdb.old/dist/libiberty/
atexit.c 1 /* 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
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
atexit.c 1 /* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */
7 atexit (void (*f) (void)) function
9 /* If the system doesn't provide a definition for atexit, use on_exit
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
atexit.c 1 /* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */
7 atexit (void (*f) (void)) function
9 /* If the system doesn't provide a definition for atexit, use on_exit
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
atexit.c 37 #ifndef atexit
40 atexit (void (*func) (void)) function
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
atexit.c 37 #ifndef atexit
40 atexit (void (*func) (void)) function
  /src/external/gpl2/xcvs/dist/lib/
atexit.c 1 /* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */
4 __RCSID("$NetBSD: atexit.c,v 1.2 2016/05/17 14:00:09 christos Exp $");
11 atexit (void (*f) (void)) function
13 /* If the system doesn't provide a definition for atexit, use on_exit
  /src/tests/lib/libc/stdlib/
t_atexit.sh 28 atf_test_case atexit
31 atf_set "descr" "Checks atexit(3) and __cxa_atexit()/__cxa_finalize()"
53 atf_add_test_case atexit
  /src/tests/lib/libpthread/
t_atexit.sh 28 atf_test_case atexit
31 atf_set "descr" "Checks atexit functionality"
48 atf_add_test_case atexit
  /src/external/gpl3/gcc/dist/libgcc/config/sol2/
crtpg.c 44 atexit (_mcleanup);
  /src/external/gpl3/gcc.old/dist/libgcc/config/sol2/
crtpg.c 44 atexit (_mcleanup);
  /src/external/gpl2/xcvs/dist/src/
exithandle.c 51 atexit (handler);
58 * cleanup_register, but there is no unregister routine for atexit() and
64 atexit (SIG_beginCrSect);
  /src/distrib/utils/zcat/
misc.c 24 int atexit(void (*)(void));
26 int atexit(void (*p)(void)) { function
  /src/external/bsd/ntp/dist/sntp/
log.c 32 atexit(cleanup_log);
35 //not sure about this. Are the atexit() functions called by FIFO or LIFO order? The end result is PROBABLY the same
  /src/external/bsd/unbound/dist/compat/
ctime_r.c 31 atexit(&ctime_r_cleanup);
  /src/external/gpl3/gcc/dist/libgcc/config/i386/
sol2-c1.S 62 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
  /src/external/gpl3/gcc.old/dist/libgcc/config/i386/
sol2-c1.S 62 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
  /src/external/bsd/libc++/dist/libcxxrt/test/
test.cc 32 atexit(log_totals);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_win_dynamic_runtime_thunk.cc 89 // using atexit() that calls a small subset of C terminators
92 extern "C" int __cdecl atexit(void (__cdecl *f)(void));
104 return atexit(UnregisterGlobals);
108 // We need to call 'atexit(UnregisterGlobals);' as early as possible, but after
109 // atexit() is initialized (.CRT$XIC). As this is executed before C++
  /src/external/gpl3/gcc/dist/gcc/
tsystem.h 65 #ifndef atexit
66 extern int atexit (void (*)(void));

Completed in 24 milliseconds

1 2 3 4 5 6 7 8 91011