Searched refs:sig_handler (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/lib/libedit/
H A Dsig.c66 private void sig_handler(int);
68 /* sig_handler():
74 sig_handler(int signo) function
171 nsa.sa_handler = sig_handler;
180 osa.sa_handler != sig_handler)
/freebsd-11-stable/tools/regression/bpf/bpf_filter/
H A Dbpf_test.c53 static void sig_handler(int);
200 signal(sig, sig_handler);
255 sig_handler(int sig) function
/freebsd-11-stable/tools/test/vm86/
H A Dvm86_test.c54 sig_handler(int signo, siginfo_t *si __unused, void *ucp) function
96 sa.sa_sigaction = sig_handler;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_select.c50 sig_handler(int signum __unused) function
94 sa.sa_handler = sig_handler;
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dlogin.c554 sig_handler(int sig) function
633 sa.sa_handler = sig_handler;
659 sig_handler(0); /* exit */
687 sig_handler(0);
/freebsd-11-stable/usr.bin/timeout/
H A Dtimeout.c124 sig_handler(int signo) function
244 signals.sa_handler = sig_handler;
/freebsd-11-stable/tests/sys/kqueue/libkqueue/
H A Dproc.c30 sig_handler(int signum) function
404 signal(SIGUSR1, sig_handler);
/freebsd-11-stable/usr.bin/fetch/
H A Dfetch.c176 sig_handler(int sig) function
748 signal(SIGINFO, sig_handler);
1113 sa.sa_handler = sig_handler;
/freebsd-11-stable/usr.bin/sort/
H A Dsort.c449 sig_handler(int sig __unused, siginfo_t *siginfo __unused, function
466 sa.sa_sigaction = &sig_handler;

Completed in 216 milliseconds