Searched refs:on_exit (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Datexit.c1 /* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */
21 /* If the system doesn't provide a definition for atexit, use on_exit
23 on_exit (f, 0);
H A Dconfigure4965 checkfuncs="getrusage on_exit psignal strerror strsignal sysconf times sbrk gettimeofday"
5046 vsprintf waitpid getrusage on_exit psignal strerror strsignal \
/freebsd-11-stable/contrib/binutils/libiberty/
H A Datexit.c1 /* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */
21 /* If the system doesn't provide a definition for atexit, use on_exit
23 on_exit (f, 0);
H A Dconfigure5062 checkfuncs="getrusage on_exit psignal strerror strsignal sysconf times sbrk gettimeofday"
5143 vsprintf waitpid getrusage on_exit psignal strerror strsignal \
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dwrite_pid.c87 on_exit(pidfile_cleanup);
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dgmon-sol2.c273 on_exit(_mcleanup, 0);
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dgmon-sol2.c298 on_exit(_mcleanup, 0);
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-live.c817 bitmap *on_exit; local
824 on_exit = (bitmap *)xmalloc (last_basic_block * sizeof (bitmap));
826 on_exit[x] = BITMAP_ALLOC (NULL);
838 set_if_valid (map, on_exit[e->src->index], t);
853 bitmap_set_bit (on_exit[e->src->index], i);
857 liveinfo->liveout = on_exit;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp584 auto on_exit = llvm::make_scope_exit([this]() { ResetDeclMap(); }); local
774 auto on_exit = llvm::make_scope_exit([this]() { ResetDeclMap(); }); local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp457 TSAN_INTERCEPTOR(int, on_exit, void(*f)(int, void*), void *arg) {
460 SCOPED_TSAN_INTERCEPTOR(on_exit, f, arg);
468 int res = REAL(on_exit)(on_exit_wrapper, ctx);
472 #define TSAN_MAYBE_INTERCEPT_ON_EXIT TSAN_INTERCEPT(on_exit)
861 auto on_exit = at_scope_exit(&OnPotentiallyBlockingRegionEnd); local
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dconf.h495 # define atexit(f) on_exit((f), 0) /* ugly hack for SunOS */
/freebsd-11-stable/contrib/opie/
H A Dconfigure3076 MISSING="${MISSING}atexit.o "; for ac_func in on_exit
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2336 auto on_exit = llvm::make_scope_exit([this, old_suppress_value]() { local
/freebsd-11-stable/crypto/heimdal/
H A Dconfigure17956 on_exit \

Completed in 308 milliseconds