Searched refs:SIGQUIT (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/process/
H A Dsystem.c20 sigaction(SIGQUIT, &sa, &oldquit);
28 sigaddset(&reset, SIGQUIT);
40 sigaction(SIGQUIT, &oldquit, 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/ulib/musl/include/bits/aarch64/
H A Dsignal.h72 #define SIGQUIT 3 macro
/fuchsia/zircon/third_party/ulib/musl/include/bits/x86_64/
H A Dsignal.h94 #define SIGQUIT 3 macro
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dtrap.c203 case SIGQUIT:
370 setsignal(SIGQUIT);
H A Dredir.c320 signal(SIGQUIT, SIG_IGN);
H A Djobs.c884 ignoresig(SIGQUIT);
893 setsignal(SIGQUIT);

Completed in 56 milliseconds