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

/fuchsia/zircon/third_party/ulib/musl/src/process/
H A Dsystem.c19 sigaction(SIGINT, &sa, &oldint);
26 sigaddset(&reset, SIGINT);
39 sigaction(SIGINT, &oldint, NULL);
/fuchsia/zircon/third_party/ulib/musl/src/string/
H A Dstrsignal.c5 #if (SIGHUP == 1) && (SIGINT == 2) && (SIGQUIT == 3) && (SIGILL == 4) && (SIGTRAP == 5) && \
17 static const char map[] = {[SIGHUP] = 1, [SIGINT] = 2, [SIGQUIT] = 3, [SIGILL] = 4,
/fuchsia/zircon/third_party/uapp/dash/src/
H A Derror.c92 * Called from trap.c when a SIGINT is received. (If the user specifies
93 * that SIGINT is to be trapped or ignored using the trap builtin, then
105 signal(SIGINT, SIG_DFL);
106 raise(SIGINT);
108 exitstatus = SIGINT + 128;
H A Dtrap.c199 case SIGINT:
299 if (signo == SIGINT && !trap[SIGINT]) {
369 setsignal(SIGINT);
H A Djobs.c423 if (st == SIGINT || st == SIGPIPE)
883 ignoresig(SIGINT);
892 setsignal(SIGINT);
994 * session -- so we wouldn't have seen any ^C/SIGINT. So, we
995 * intuit from the subprocess exit status whether a SIGINT
999 raise(SIGINT);
1513 if (retval == SIGINT)
H A Dredir.c319 signal(SIGINT, SIG_IGN);
/fuchsia/zircon/third_party/ulib/musl/include/bits/aarch64/
H A Dsignal.h71 #define SIGINT 2 macro
/fuchsia/zircon/third_party/ulib/musl/include/bits/x86_64/
H A Dsignal.h93 #define SIGINT 2 macro
/fuchsia/zircon/scripts/
H A Danalyze-zircon99 trap func_trap_handler SIGHUP SIGINT SIGTERM EXIT
/fuchsia/zircon/third_party/lib/acpica/source/compiler/
H A Daslmain.c361 signal (SIGINT, AslSignalHandler);
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpiexec/
H A Daehandlers.c144 signal (SIGINT, SIG_IGN);
152 signal (SIGINT, AeCtrlCHandler);
H A Daemain.c462 signal (SIGINT, AeCtrlCHandler);

Completed in 115 milliseconds