Searched refs:cleanup_handler (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/bsd/kyua-testers/dist/
H A Drun.c146 cleanup_handler(const int KYUA_DEFS_UNUSED_PARAM(signo)) function
525 setup_signal(SIGHUP, cleanup_handler, &old_sighup);
526 setup_signal(SIGINT, cleanup_handler, &old_sigint);
527 setup_signal(SIGTERM, cleanup_handler, &old_sigterm);
/netbsd-current/external/gpl3/gcc.old/dist/lto-plugin/
H A Dlto-symtab.c35 static ld_plugin_cleanup_handler cleanup_handler; variable
85 cleanup_handler = handler;
354 cleanup_handler ();
H A Dlto-plugin.c868 cleanup_handler (void) function
1428 status = register_cleanup (cleanup_handler);
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dplugin.c88 ld_plugin_cleanup_handler cleanup_handler; member in struct:plugin
478 called_plugin->cleanup_handler = handler;
1322 if (curplug->cleanup_handler && !curplug->cleanup_done)
1327 rv = (*curplug->cleanup_handler) ();
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dplugin.c89 ld_plugin_cleanup_handler cleanup_handler; member in struct:plugin
482 called_plugin->cleanup_handler = handler;
1344 if (curplug->cleanup_handler && !curplug->cleanup_done)
1349 rv = (*curplug->cleanup_handler) ();
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dplugin.c89 ld_plugin_cleanup_handler cleanup_handler; member in struct:plugin
479 called_plugin->cleanup_handler = handler;
1329 if (curplug->cleanup_handler && !curplug->cleanup_done)
1334 rv = (*curplug->cleanup_handler) ();
/netbsd-current/external/gpl3/gcc/dist/lto-plugin/
H A Dlto-plugin.c889 cleanup_handler (void) function
1455 status = register_cleanup (cleanup_handler);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dplugin.c132 ld_plugin_all_symbols_read_handler cleanup_handler; member in struct:plugin_list_entry
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dplugin.c132 ld_plugin_all_symbols_read_handler cleanup_handler; member in struct:plugin_list_entry
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dplugin.c133 ld_plugin_all_symbols_read_handler cleanup_handler; member in struct:plugin_list_entry
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dssh-agent.c2155 cleanup_handler(int sig) function
2465 ssh_signal(SIGINT, (d_flag | D_flag) ? cleanup_handler : SIG_IGN);
2466 ssh_signal(SIGHUP, cleanup_handler);
2467 ssh_signal(SIGTERM, cleanup_handler);

Completed in 302 milliseconds