Home
last modified time | relevance | path

Searched refs:SIGINT (Results 1 – 11 of 11) sorted by relevance

/third_party/ulib/musl/src/process/
A Dsystem.c19 sigaction(SIGINT, &sa, &oldint); in system()
26 sigaddset(&reset, SIGINT); in system()
39 sigaction(SIGINT, &oldint, NULL); in system()
/third_party/uapp/dash/src/
A Derror.c105 signal(SIGINT, SIG_DFL); in onint()
106 raise(SIGINT); in onint()
108 exitstatus = SIGINT + 128; in onint()
A Dtrap.c199 case SIGINT: in setsignal()
299 if (signo == SIGINT && !trap[SIGINT]) { in onsig()
369 setsignal(SIGINT); in setinteractive()
A Djobs.c423 if (st == SIGINT || st == SIGPIPE) in sprint_status()
883 ignoresig(SIGINT); in forkchild()
892 setsignal(SIGINT); in forkchild()
999 raise(SIGINT); in waitforjob()
1513 if (retval == SIGINT) in getstatus()
A Dredir.c319 signal(SIGINT, SIG_IGN); in openhere()
/third_party/ulib/musl/src/string/
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,
/third_party/ulib/musl/include/bits/aarch64/
A Dsignal.h71 #define SIGINT 2 macro
/third_party/ulib/musl/include/bits/x86_64/
A Dsignal.h93 #define SIGINT 2 macro
/third_party/lib/acpica/source/compiler/
A Daslmain.c361 signal (SIGINT, AslSignalHandler); in main()
/third_party/lib/acpica/source/tools/acpiexec/
A Daehandlers.c144 signal (SIGINT, SIG_IGN); in AeCtrlCHandler()
152 signal (SIGINT, AeCtrlCHandler); in AeCtrlCHandler()
A Daemain.c462 signal (SIGINT, AeCtrlCHandler); in main()

Completed in 19 milliseconds