Searched refs:SIGTSTP (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/string/
H A Dstrsignal.c9 (SIGTSTP == 20) && (SIGTTIN == 21) && (SIGTTOU == 22) && (SIGURG == 23) && (SIGXCPU == 24) && \
21 [SIGCHLD] = 17, [SIGCONT] = 18, [SIGSTOP] = 19, [SIGTSTP] = 20,
/fuchsia/zircon/third_party/ulib/musl/include/bits/aarch64/
H A Dsignal.h90 #define SIGTSTP 20 macro
/fuchsia/zircon/third_party/ulib/musl/include/bits/x86_64/
H A Dsignal.h112 #define SIGTSTP 20 macro
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dtrap.c214 case SIGTSTP:
241 if (mflag && (signo == SIGTSTP ||
H A Dredir.c322 #ifdef SIGTSTP
323 signal(SIGTSTP, SIG_IGN);
H A Djobs.c216 setsignal(SIGTSTP);
228 setsignal(SIGTSTP);
878 setsignal(SIGTSTP);

Completed in 36 milliseconds