HomeSort by relevance Sort by last modified time
    Searched refs:atexit (Results 76 - 100 of 120) sorted by null

1 2 34 5

  /external/mtpd/
mtpd.c 182 atexit(stop_pppd);
  /external/qemu/android/utils/
filelock.c 411 atexit( filelock_atexit );
  /system/core/liblinenoise/
linenoise.c 87 static int rawmode = 0; /* for atexit() function to check if restore is needed*/
88 static int atexit_registered = 0; /* register atexit just 1 time */
121 atexit(linenoiseAtExit);
  /system/extras/latencytop/
latencytop.c 133 atexit(&disable_latencytop);
  /external/oprofile/daemon/
opd_perfmon.c 327 if (atexit(close_pipe)){
  /external/oprofile/utils/
ophelp.c 372 atexit(cleanup);
  /external/qemu/proxy/
proxy_common.c 265 atexit( proxy_manager_atexit );
  /external/qemu/
qemu-sockets-android.c 644 atexit(socket_cleanup);
qemu-sockets.c 714 atexit(socket_cleanup);
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.c 307 atexit(ExitVBEBuf);
  /external/quake/quake/src/WinQuake/
sys_dos.cpp 916 atexit (Sys_AtExit); // in case we crash
  /frameworks/compile/slang/
llvm-rs-cc.cpp 353 atexit(llvm::llvm_shutdown);
  /external/clang/tools/scan-view/
ScanView.py 143 import atexit namespace
144 atexit.register(lambda: self.save_config())
  /external/ipsec-tools/
setup.c 288 atexit(flush);
  /external/qemu/audio/
coreaudio.c 743 atexit(coreaudio_atexit);
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA.c 704 atexit((void(*)(void))XF86cleanup);
  /external/wpa_supplicant_6/wpa_supplicant/src/hlr_auc_gw/
hlr_auc_gw.c 706 atexit(cleanup);
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 707 atexit(cleanup);
  /frameworks/base/tools/localize/
localize.cpp 549 atexit(close_log_file);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 517 extern int atexit (void (*__func) (void)) __THROW __nonnull ((1));
528 /* Call all functions registered with `atexit' and `on_exit',
537 functions registered with `atexit' or `on_exit'. */
  /external/bluetooth/glib/glib/
gutils.c 289 * macro that maps to a call to the atexit() function in the C
291 * i.e. atexit(), is in a DLL, the function will be called when the
297 * The behaviour of atexit() in the context of dynamically loaded
300 * On POSIX systems, calling g_atexit() (or atexit()) in a dynamically
304 * Some POSIX systems implement atexit() like Windows, and have each
305 * dynamically loaded module maintain an own atexit chain that is
309 * unloaded, the registered atexit functions (if any) residing in that
314 * calling g_atexit() (or atexit()) except in the main executable of a
326 result = ATEXIT (func);
331 result = !atexit ((void (*)(void)) func)
    [all...]
  /external/dhcpcd/
dhcp.c 317 atexit(free_option_buffer);
  /external/libpcap/
pcap-dag.c 170 atexit(atexit_handler);
pcap-dos.c 186 atexit (close_driver);
803 _printk_init (64*1024, NULL); /* calls atexit(printk_exit) */
    [all...]
pcap-linux.c     [all...]

Completed in 1108 milliseconds

1 2 34 5