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

/freebsd-11-stable/usr.sbin/ypldap/
H A Dypldap_dns.c77 struct event ev_sigint; local
102 signal_set(&ev_sigint, SIGINT, dns_sig_handler, NULL);
105 signal_add(&ev_sigint, NULL);
H A Dldapclient.c352 struct event ev_sigint; local
399 signal_set(&ev_sigint, SIGINT, client_sig_handler, NULL);
401 signal_add(&ev_sigint, NULL);
H A Dypldap.c505 struct event ev_sigint; local
579 signal_set(&ev_sigint, SIGINT, main_sig_handler, &env);
583 signal_add(&ev_sigint, NULL);
/freebsd-11-stable/contrib/pf/ftp-proxy/
H A Dftp-proxy.c604 struct event ev, ev_sighup, ev_sigint, ev_sigterm; local
779 signal_set(&ev_sigint, SIGINT, handle_signal, NULL);
782 signal_add(&ev_sigint, NULL);

Completed in 201 milliseconds