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

12

/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmexit.c43 int atexit(void (*exitf)(void)) function
45 int atexit(exitf)
61 atexit(void (*exitf)(void)) function
63 atexit(exitf)
H A Dmalloc.c40 extern int atexit(void(*)(void));
1058 atexit(pfprint);
/osnet-11/usr/src/lib/libast/common/comp/
H A Datexit.c25 * ANSI C atexit()
33 NoN(atexit)
46 atexit(void (*func)(void))
64 atexit(void (*func)(void))
/osnet-11/usr/src/lib/common/i386/
H A Dgcrt1.s91 * register it with atexit() as the last thing to be run by exit().
93 pushl %edx /* save rt_do_exit for later atexit */
99 call atexit
106 call atexit /* register rt_do_exit */
111 call atexit
125 * for systems that do not have the modified atexit processing in their
130 * compiler. If there is no enhanced atexit, and we do have do_exit_code,
131 * we register the latter with atexit. There are 5 extra slots in
132 * atexit, so this will still be standard conforming. Since the code
167 call atexit /* atexi
[all...]
H A Dcrt1.s93 call atexit
97 call atexit
102 * for systems that do not have the modified atexit processing in their
107 * compiler. If there is no enhanced atexit, and we do have do_exit_code,
108 * we register the latter with atexit. There are 5 extra slots in
109 * atexit, so this will still be standard conforming. Since the code
144 call atexit /* atexit(__Crun::do_exit_code()) */
/osnet-11/usr/src/lib/common/amd64/
H A Dgcrt1.s95 * pointer that the application should register with atexit(BA_OS).
125 * register it with atexit() as the last thing to be run by exit().
127 movq %rdx,%r12 /* save rt_do_exit for later atexit */
132 call atexit
139 call atexit
143 call atexit
H A Dcrt1.s97 * pointer that the application should register with atexit(BA_OS).
129 call atexit
132 call atexit
/osnet-11/usr/src/lib/libuvfs/common/
H A Dioctl.c111 (void) atexit(libuvfs_daemon_atexit);
H A Ddoor.c86 (void) atexit(libuvfs_daemon_atexit);
/osnet-11/usr/src/lib/libxcurses/src/libc/i18n/
H A Dm_text.c148 atexit(textclose);
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dmain.c231 (void) atexit(mi_clean_signals);
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dsetvbuf.c190 atexit(sm_cleanup);
H A Dfindfp.c215 ** This function is registered via atexit().
245 ** Registers sm_cleanup() using atexit().
259 atexit(sm_cleanup); /* conservative */
/osnet-11/usr/src/lib/libc/port/gen/
H A Datexit.c30 #pragma weak _atexit = atexit
35 #include "atexit.h"
45 * to malloc occuring before main will crash. The loader calls atexit(3C)
48 * Another reason for using lmalloc()/lfree() is that the atexit()
69 * use mutex_lock()/mutex_unlock(). This means that atexit()
92 * atexit() is called before the primordial thread is fully set up.
96 atexit(void (*func)(void)) function
126 /* disable cancellation while running atexit handlers */
279 * processes dlclose calls on objects with atexit registrations. It
293 /* disable cancellation while running atexit handler
[all...]
/osnet-11/usr/src/lib/libpower/common/
H A Dlibpower.c75 (void) atexit(pm_fini_internal);
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_lockdmsg.c320 atexit(cfg_atexit);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.pm403 sub atexit {
404 unimpl "atexit() is C-specific: use END {} instead";
835 abort atexit atof atoi atol bsearch calloc div
/osnet-11/usr/src/cmd/hal/hald/
H A Dhald.c530 atexit (delete_pid);
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsftmp.c41 ** 2. An atexit() function is set up to close temp files when process exits.
130 atexit(_rmfiles);
H A Dsfmode.c127 (void)atexit(_sfcleanup);
/osnet-11/usr/src/lib/libc/port/aio/
H A Daio_alloc.c434 (void) atexit(_aio_exit_info);
/osnet-11/usr/src/cmd/powertop/common/
H A Ddisplay.c233 (void) atexit(pt_display_cleanup);
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py70 import atexit, os, re, sys, stat, termios namespace
238 atexit.register(wrapper, orig)
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgserv.c272 (void) atexit(pkgexit_close);
/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c589 (void) atexit(xmpp_stop);

Completed in 63 milliseconds

12