Home
last modified time | relevance | path

Searched refs:handle_hup (Results 1 – 11 of 11) sorted by relevance

/dports/devel/libslang2/slang-2.3.2/src/test/
H A Dsignal.sl7 private define handle_hup (sig) function
21 test_signal (SIGHUP, &handle_hup, SIG_DFL);
22 test_signal (SIGHUP, SIG_APP, &handle_hup);
25 test_signal (SIGHUP, &handle_hup, SIG_IGN);
41 test_signal (SIGHUP, &handle_hup);
/dports/mail/vmailmgr/vmailmgr-0.97/daemon/
H A Dmain.cc83 static RETSIGTYPE handle_hup(int) in handle_hup() function
85 signal(SIGHUP, handle_hup); in handle_hup()
172 signal(SIGHUP, handle_hup); in cli_main()
/dports/games/3omns/3omns-0.2/n3/
H A Dproto.c355 static void handle_hup( in handle_hup() function
546 handle_hup(terminal, &remote, 0, remote_unlink_callback_data); in receive_packet()
615 handle_hup(terminal, &s->remote, 1, remote_unlink_callback_data); in upkeep()
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dscr-bx.c328 SIGNAL_HANDLER(handle_hup) in SIGNAL_HANDLER() argument
478 my_signal(SIGHUP, handle_hup, 0); in reattach_tty()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dscr-bx.c328 SIGNAL_HANDLER(handle_hup) in SIGNAL_HANDLER() argument
478 my_signal(SIGHUP, handle_hup, 0); in reattach_tty()
/dports/sysutils/py-salt/salt-3004.1/salt/
H A Dscripts.py103 def handle_hup(manager, sig, frame): function
136 signal.signal(signal.SIGHUP, functools.partial(handle_hup, minion))
/dports/net-mgmt/openlldp/openlldp-0.4alpha/src/
H A Dlldp_main.c477 handle_hup() in handle_hup() function
607 signal(SIGHUP, handle_hup); in initializeLLDP()
/dports/mail/slimta/slimta-0.7.9/slimta/app/
H A Dstate.py75 def handle_hup(signum, frame): function
78 old_hup = signal.signal(SIGHUP, handle_hup) or SIG_DFL
/dports/www/thttpd/thttpd-2.29/
H A Dthttpd.c242 handle_hup( int sig ) in handle_hup() function
248 (void) signal( SIGHUP, handle_hup ); in handle_hup()
619 (void) sigset( SIGHUP, handle_hup ); in main()
628 (void) signal( SIGHUP, handle_hup ); in main()
/dports/games/ldmud/ldmud-3.3.720/src/
H A Dbackend.c303 handle_hup (int sig UNUSED) in handle_hup() function
413 sa.sa_handler = handle_hup; in install_signal_handlers()
/dports/www/py-gunicorn/gunicorn-19.9.0/gunicorn/
H A Darbiter.py248 def handle_hup(self): member in Arbiter