Searched refs:ev_sigint (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.sbin/ypldap/
H A Dypldap_dns.c76 struct event ev_sigint; local
101 signal_set(&ev_sigint, SIGINT, dns_sig_handler, NULL);
104 signal_add(&ev_sigint, NULL);
H A Dldapclient.c351 struct event ev_sigint; local
398 signal_set(&ev_sigint, SIGINT, client_sig_handler, NULL);
400 signal_add(&ev_sigint, NULL);
H A Dypldap.c504 struct event ev_sigint; local
578 signal_set(&ev_sigint, SIGINT, main_sig_handler, &env);
582 signal_add(&ev_sigint, NULL);
/freebsd-current/contrib/pf/ftp-proxy/
H A Dftp-proxy.c601 struct event ev, ev_sighup, ev_sigint, ev_sigterm; local
776 signal_set(&ev_sigint, SIGINT, handle_signal, NULL);
779 signal_add(&ev_sigint, NULL);

Completed in 70 milliseconds