Searched refs:SIGINT (Results 26 - 50 of 343) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/ntp/libntp/
H A Dsyssignal.c141 signal_no_reset(SIGINT, handler);
146 signal_no_reset(SIGINT, handler);
/freebsd-13-stable/usr.bin/xstr/
H A Dxstr.c120 if (signal(SIGINT, SIG_IGN) == SIG_DFL)
121 signal(SIGINT, onintr);
487 ignore(signal(SIGINT, SIG_IGN));
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslmain.c210 signal (SIGINT, AslSignalHandler);
370 * Currently handles SIGINT (control-c).
387 case SIGINT:
/freebsd-13-stable/usr.bin/tip/libacu/
H A Dv3451.c102 func = signal(SIGINT,SIG_IGN);
120 signal(SIGINT, func);
/freebsd-13-stable/usr.bin/tip/tip/
H A Dacu.c86 signal(SIGINT, acuabort);
89 signal(SIGINT, SIG_IGN);
/freebsd-13-stable/usr.bin/truss/
H A Dmain.c160 signal(SIGINT, SIG_IGN);
167 sigaction(SIGINT, &sa, NULL);
/freebsd-13-stable/tools/boot/
H A Dci-qemu-test.sh23 trap - EXIT SIGINT SIGHUP SIGTERM SIGQUIT
89 trap tempdir_cleanup EXIT SIGINT SIGHUP SIGTERM SIGQUIT
/freebsd-13-stable/lib/libsysdecode/
H A Dsignal.c37 [SIGINT] = "SIGINT",
/freebsd-13-stable/libexec/rpc.rusersd/
H A Drusersd.c78 (void) signal(SIGINT, cleanup);
/freebsd-13-stable/contrib/libevent/sample/
H A Dsignal-test.c62 signal_int = evsignal_new(base, SIGINT, signal_cb, event_self_cbarg());
/freebsd-13-stable/contrib/nvi/cl/
H A Dcl_main.c291 sigaddset(&__sigblockset, SIGINT) ||
292 setsig(SIGINT, &clp->oact[INDX_INT], h_int) ||
306 setsig(SIGINT, NULL, h_int) ||
351 (void)sigaction(SIGINT, NULL, &clp->oact[INDX_INT]);
/freebsd-13-stable/contrib/netbsd-tests/fs/ffs/
H A Dh_ffs_server.c107 signal(SIGINT, sigreboot);
/freebsd-13-stable/usr.bin/mail/
H A Dmain.c324 if ((prevint = signal(SIGINT, SIG_IGN)) != SIG_IGN)
325 (void)signal(SIGINT, hdrstop);
331 (void)signal(SIGINT, prevint);
340 (void)signal(SIGINT, SIG_IGN);
H A Dtty.c94 if ((saveint = signal(SIGINT, SIG_IGN)) == SIG_DFL)
95 (void)signal(SIGINT, SIG_DFL);
109 saveint = signal(SIGINT, ttyint);
161 (void)signal(SIGINT, saveint);
/freebsd-13-stable/contrib/tnftp/src/
H A Dftp.c348 oldsigint = xsignal(SIGINT, cmdabort);
358 (*oldsigint)(SIGINT);
359 (void)xsignal(SIGINT, oldsigint);
383 oldsigint = xsignal(SIGINT, cmdabort);
421 (void)xsignal(SIGINT, oldsigint);
441 (void)xsignal(SIGINT, oldsigint);
504 (void)xsignal(SIGINT, oldsigint);
509 (*oldsigint)(SIGINT);
512 (*oldsigalrm)(SIGINT);
705 oldintr = xsignal(SIGINT, abortxfe
[all...]
/freebsd-13-stable/contrib/ntp/lib/isc/unix/
H A Dapp.c287 * Install do-nothing handlers for SIGINT and SIGTERM.
293 result = handle_signal(SIGINT, exit_action);
311 * unexpected actions for SIGHUP, SIGINT, and SIGTERM from our parent
314 * SIGINT if we don't have sigwait(), since a different handler is
325 result = handle_signal(SIGINT, SIG_DFL);
332 * Block SIGHUP, SIGINT, SIGTERM.
336 * will result in all threads having SIGHUP, SIGINT and SIGTERM
342 sigaddset(&sset, SIGINT) != 0 ||
359 * Unblock SIGHUP, SIGINT, SIGTERM.
362 * SIGINT an
[all...]
/freebsd-13-stable/lib/libc/gen/
H A Dreadpassphrase.c118 (void)__libc_sigaction(SIGINT, &sa, &saveint);
156 (void)__libc_sigaction(SIGINT, &saveint, NULL);
/freebsd-13-stable/release/
H A Drc.local71 trap true SIGINT # Ignore cntrl-C here
/freebsd-13-stable/contrib/kyua/utils/signals/
H A Dinterrupts.cpp69 /// Programmer status for the SIGINT signal.
133 new signals::programmer(SIGINT, signal_handler));
166 sigaddset(&mask, SIGINT);
/freebsd-13-stable/contrib/libevent/test/
H A Dtest-dumpevents.c128 ev[12] = evsignal_new(base, SIGINT, callback2, NULL);
162 printf(" %p [sig %d] Signal Persist\n", ev[12], (int)SIGINT);
/freebsd-13-stable/bin/pax/
H A Dpax.c399 (sigaddset(&s_mask,SIGINT) < 0)||(sigaddset(&s_mask,SIGHUP) < 0) ||
412 setup_sig(SIGINT, &n_hand) ||
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.ksh79 raise(SIGINT);
/freebsd-13-stable/contrib/opie/libopie/
H A Dreadpass.c98 signal(SIGINT, catch);
296 signal(SIGINT, SIG_DFL);
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dtest-dumpevents.c128 ev[12] = evsignal_new(base, SIGINT, callback2, NULL);
162 printf(" %p [sig %d] Signal Persist\n", ev[12], (int)SIGINT);
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c120 (void)sigaction(SIGINT, &sa, &saveint);
162 (void)sigaction(SIGINT, &saveint, NULL);

Completed in 377 milliseconds

1234567891011>>