Searched refs:SIGINT (Results 1 - 25 of 361) sorted by relevance

1234567891011>>

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/raise/
H A Dtst.raise1.c38 (void) sigaddset(&ss, SIGINT);
44 } while (!sigismember(&ss, SIGINT));
H A Dtst.raise1.d50 raise(SIGINT);
H A Dtst.raise2.d50 raise(SIGINT);
H A Dtst.raise3.d50 raise(SIGINT);
H A Dtst.raise2.c48 (void) sigaction(SIGINT, &sa, NULL);
H A Dtst.raise3.c48 (void) sigaction(SIGINT, &sa, NULL);
/freebsd-9.3-release/etc/rc.d/
H A Dnetwait34 # Handle SIGINT (Ctrl-C); force abort of while() loop
35 trap break SIGINT
56 # Restore default SIGINT handler
57 trap - SIGINT
67 # Handle SIGINT (Ctrl-C); force abort of while() loop
68 trap break SIGINT
79 # Restore default SIGINT handler
80 trap - SIGINT
90 # Restore default SIGINT handler
91 trap - SIGINT
[all...]
/freebsd-9.3-release/contrib/groff/src/utils/indxbib/
H A Dsignal.c59 signal(SIGINT, handle_fatal_signal);
74 signal(SIGINT, SIG_IGN);
/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Dipropd_common.c56 sigaction(SIGINT, &sa, NULL);
64 signal(SIGINT, sigterm);
/freebsd-9.3-release/contrib/texinfo/info/
H A Dsignals.c81 #if defined (SIGINT)
82 sigaddset (set, SIGINT);
145 #if defined (SIGINT)
146 set_termsig (SIGINT, &old_INT);
208 #if defined (SIGINT)
209 case SIGINT:
224 #if defined (SIGINT)
225 if (sig == SIGINT)
227 #endif /* SIGINT */
/freebsd-9.3-release/lib/libedit/
H A Dsig.h52 _DO(SIGINT) \
/freebsd-9.3-release/lib/libc/stdlib/
H A Dsystem.c60 * Ignore SIGINT and SIGQUIT, block SIGCHLD. Remember to save
66 (void)_sigaction(SIGINT, &ign, &intact);
78 (void)_sigaction(SIGINT, &intact, NULL);
90 (void)_sigaction(SIGINT, &intact, NULL);
/freebsd-9.3-release/contrib/sendmail/libmilter/
H A Dsignal.c101 (void) sigaddset(&set, SIGINT);
138 case SIGINT:
172 (void) sigaddset(&set, SIGINT);
/freebsd-9.3-release/contrib/less/
H A Dsignal.c50 LSIGNAL(SIGINT, SIG_ACK);
52 LSIGNAL(SIGINT, u_interrupt);
152 (void) LSIGNAL(SIGINT, u_interrupt);
173 (void) LSIGNAL(SIGINT, SIG_DFL);
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c281 oldintr = signal(SIGINT, cmdabort);
304 (*oldintr) (SIGINT);
305 signal (SIGINT, oldintr);
325 sigaction (SIGINT, &sa, &osa);
335 sigaction (SIGINT, &osa, NULL);
385 sigaction (SIGINT, &osa, NULL);
392 osa.sa_handler (SIGINT);
442 oldintr = signal (SIGINT, cmdabort);
469 signal (SIGINT, oldintr);
533 signal (SIGINT, oldint
[all...]
/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/scripts/
H A Dibcheckwidth.in16 trap user_abort SIGINT
H A Dibclearcounters.in16 trap user_abort SIGINT
H A Dibclearerrors.in16 trap user_abort SIGINT
/freebsd-9.3-release/crypto/heimdal/kcm/
H A Dmain.c82 sigaction(SIGINT, &sa, NULL);
95 signal(SIGINT, sigterm);
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dmain.c80 sigaction(SIGINT, &sa, NULL);
88 signal(SIGINT, sigterm);
/freebsd-9.3-release/tools/regression/security/cap_test/
H A Dcap_test_pdkill.c76 signal(SIGINT, handle_signal);
88 error = pdkill(pd, SIGINT);
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dsignal.c211 case SIGINT:
277 mask |= sigmask(SIGINT);
292 (void) sigset(SIGINT, SIG_HOLD);
301 (void) sigset(SIGINT, SIG_DFL);
312 (void) sigaddset(&sset, SIGINT);
/freebsd-9.3-release/contrib/libreadline/
H A Dsignals.c86 SIGINT, SIGTERM, SIGQUIT, SIGALRM, SIGTSTP, SIGTTIN, and SIGTTOU. */
135 if (sig == SIGINT || sig == SIGALRM)
137 if (sig == SIGINT)
144 case SIGINT:
302 sigaddset (&bset, SIGINT);
303 sigaddset (&bset, SIGINT);
330 rl_maybe_set_sighandler (SIGINT, rl_signal_handler, &old_int);
389 rl_sigaction (SIGINT, &old_int, &dummy);
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.sig.h125 sigaction(SIGINT, NULL, &(sv)[0]); \
133 sigaddset(&m__, SIGINT); \
145 sigaction(SIGINT, &(sv)[0], NULL); \
/freebsd-9.3-release/cddl/lib/libdtrace/
H A Dsignal.d29 inline int SIGINT = 2;
30 #pragma D binding "1.0" SIGINT

Completed in 215 milliseconds

1234567891011>>