Searched refs:atexit (Results 26 - 50 of 151) sorted by relevance

1234567

/freebsd-11-stable/contrib/blacklist/port/
H A Dpidfile.c67 /* Registers an atexit(3) handler to delete the pidfile we have generated.
78 if (atexit(pidfile_cleanup) < 0)
/freebsd-11-stable/contrib/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
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-interp.c54 atexit (tui_exit);
/freebsd-11-stable/contrib/pf/pflogd/
H A Dpidfile.c96 if (atexit(pidfile_cleanup) < 0) {
/freebsd-11-stable/lib/libc/tests/stdlib/
H A Dcxa_thread_atexit_nothr_test.cc77 atexit(check_local_main);
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dpgusage.c141 atexit((void(*)(void))optionPagedUsage);
/freebsd-11-stable/tools/regression/sockets/reconnect/
H A Dreconnect.c111 atexit(cleanup);
/freebsd-11-stable/lib/csu/common/
H A Dignore_init.c74 atexit(finalizer);
/freebsd-11-stable/usr.sbin/bhyve/
H A Dconsport.c71 atexit(ttyclose);
/freebsd-11-stable/lib/libc/stdlib/
H A DMakefile.inc7 MISRCS+=C99_Exit.c a64l.c abort.c abs.c atexit.c atof.c atoi.c atol.c atoll.c \
33 MAN+= a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 \
/freebsd-11-stable/contrib/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
/freebsd-11-stable/sbin/atm/atmconfig/
H A Datmconfig_device.c223 atexit(snmp_close);
304 atexit(snmp_close);
363 atexit(snmp_close);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_exit.c54 atf_tc_set_md_var(tc, "descr", "A basic test of atexit(3)");
67 if (atexit(func) != 0)
78 atf_tc_fail("atexit(3) failed");
81 atf_tc_fail("atexit(3) was not called");
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dsetvbuf.c188 atexit(sm_cleanup);
/freebsd-11-stable/tools/regression/p1003_1b/
H A Dfifo.c139 atexit(tidyup);
/freebsd-11-stable/contrib/ntp/libntp/
H A Dssl_init.c50 atexit(&atexit_ssl_cleanup);
/freebsd-11-stable/usr.sbin/kgzip/
H A Dkgzip.c109 atexit(cleanup);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformFuchsia.c17 * atexit hook to append its own data into the shared VMO which is published
194 return atexit(dumpWithoutReturn);
H A DGCDAProfiling.c699 atexit(llvm_delete_reset_function_list);
700 atexit(llvm_delete_flush_function_list);
701 atexit(llvm_delete_writeout_function_list);
702 atexit(llvm_writeout_files);
/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dmain.c231 (void) atexit(mi_clean_signals);
/freebsd-11-stable/contrib/gcc/
H A Dcrtstuff.c391 atexit (__do_global_dtors);
554 atexit (__do_global_dtors);
/freebsd-11-stable/tools/tools/makeroot/
H A Dmakeroot.sh58 atexit() function
125 trap atexit EXIT
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp162 if (flags()->print_stats && (flags()->atexit || msan_report_count > 0))
172 atexit(MsanAtExit);
/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dwinservice.c90 an atexit handler, which handles cleaning up some of the service logic,
116 then calls exit(), which processes all atexit() handlers, which
378 atexit(winservice_atexit);
475 /* This function is installed as an atexit-handler. This is done so

Completed in 291 milliseconds

1234567