Home
last modified time | relevance | path

Searched refs:SIG_IGN (Results 1 – 6 of 6) sorted by relevance

/third_party/ulib/musl/src/process/
A Dsystem.c12 struct sigaction sa = {.sa_handler = SIG_IGN}, oldint, oldquit; in system()
25 if (oldint.sa_handler != SIG_IGN) in system()
27 if (oldquit.sa_handler != SIG_IGN) in system()
/third_party/uapp/dash/src/
A Dtrap.c240 if (act.sa_handler == SIG_IGN) { in setsignal()
257 act.sa_handler = SIG_IGN; in setsignal()
276 signal(signo, SIG_IGN); in ignoresig()
A Dredir.c319 signal(SIGINT, SIG_IGN); in openhere()
320 signal(SIGQUIT, SIG_IGN); in openhere()
321 signal(SIGHUP, SIG_IGN); in openhere()
323 signal(SIGTSTP, SIG_IGN); in openhere()
/third_party/lib/acpica/source/compiler/
A Daslmain.c262 signal (Sig, SIG_IGN); in AslSignalHandler()
/third_party/ulib/musl/include/
A Dsignal.h251 #define SIG_IGN ((void (*)(int))1) macro
/third_party/lib/acpica/source/tools/acpiexec/
A Daehandlers.c144 signal (SIGINT, SIG_IGN); in AeCtrlCHandler()

Completed in 8 milliseconds