Searched refs:SIGTSTP (Results 51 - 75 of 99) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/sbin/init/
H A Dinit.c299 handle(transition_handler, SIGHUP, SIGTERM, SIGTSTP, 0);
303 SIGXCPU, SIGXFSZ, SIGHUP, SIGTERM, SIGTSTP, SIGALRM, 0);
670 (void)sigaction(SIGTSTP, &sa, &satstp);
760 (void)sigaction(SIGTSTP, &satstp, NULL);
784 (void)sigaction(SIGTSTP, &satstp, NULL);
800 (void)sigaction(SIGTSTP, &satstp, NULL);
807 (void)sigaction(SIGTSTP, &satstp, NULL);
832 (void)sigaction(SIGTSTP, &sa, NULL);
1454 case SIGTSTP:
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsigall.c936 #ifdef SIGTSTP local
937 kill (getpid (), SIGTSTP);
1632 #ifdef SIGTSTP
1633 signal (SIGTSTP, handle_TSTP);
/netbsd-6-1-5-RELEASE/games/battlestar/
H A Dfly.c296 signal(SIGTSTP, SIG_DFL);
/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Drun.c201 kill(0, SIGTSTP);
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dsignal.h70 #define SIGTSTP 18 /* stop signal from tty */ macro
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dfio.c324 (void)sig_setflags(SIGTSTP, 0, &osa_sigtstp);
336 (void)sigaction(SIGTSTP, &osa_sigtstp, NULL);
H A Dcollect.c391 old_sigtstp = sig_signal(SIGTSTP, coll_stop);
759 (void)sig_signal(SIGTSTP, old_sigtstp);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Droaming_client.c256 kill(getpid(), SIGTSTP); local
/netbsd-6-1-5-RELEASE/external/bsd/openpam/dist/lib/
H A Dopenpam_ttyconv.c85 sigaddset(&sigs, SIGTSTP);
/netbsd-6-1-5-RELEASE/gnu/dist/gkermit/
H A Dgunixio.c246 #ifdef SIGTSTP
247 signal(SIGTSTP,SIG_IGN);
248 #endif /* SIGTSTP */
355 #ifdef SIGTSTP
356 signal(SIGTSTP,doexit);
357 #endif /* SIGTSTP */
/netbsd-6-1-5-RELEASE/games/atc/
H A Dmain.c152 (void)signal(SIGTSTP, SIG_IGN);
/netbsd-6-1-5-RELEASE/games/worms/
H A Dworms.c274 (void)signal(SIGTSTP, onsig);
/netbsd-6-1-5-RELEASE/usr.bin/lock/
H A Dlock.c228 if (signal(SIGTSTP, hi) == SIG_ERR)
/netbsd-6-1-5-RELEASE/sys/miscfs/procfs/
H A Dprocfs_ctl.c121 { "tstp", SIGTSTP }, { "cont", SIGCONT },
/netbsd-6-1-5-RELEASE/dist/nvi/cl/
H A Dcl_funcs.c773 (void)kill(0, SIGTSTP);
825 (void)kill(0, SIGTSTP);
H A Dcl_screen.c300 * Historic implementations of curses handled SIGTSTP signals
311 * reentrant (i.e., the whole curses SIGTSTP interface is a fantasy),
314 (void)signal(SIGTSTP, SIG_DFL);
/netbsd-6-1-5-RELEASE/libexec/telnetd/
H A Dtelnetd.c876 (void) signal(SIGTSTP, SIG_IGN);
1131 (void) ioctl(pty, TIOCSIG, (char *)SIGTSTP);
/netbsd-6-1-5-RELEASE/bin/sh/
H A Djobs.c211 setsignal(SIGTSTP, 0);
229 setsignal(SIGTSTP, 0);
921 setsignal(SIGTSTP, vforked);
/netbsd-6-1-5-RELEASE/bin/csh/
H A Dproc.c1028 case SIGTSTP:
1275 (void)signal(SIGTSTP, SIG_DFL);
1335 (void)sigaddset(&nsigset, SIGTSTP);
/netbsd-6-1-5-RELEASE/sys/arch/usermode/dev/
H A Dttycons.c158 signal_intr_establish(SIGTSTP, ttycons_ctrlz);
414 * handle SIGTSTP signal from trap.c
/netbsd-6-1-5-RELEASE/usr.bin/su/
H A Dsu_pam.c364 (void)sigaction(SIGTSTP, &sa, NULL);
/netbsd-6-1-5-RELEASE/usr.sbin/btattach/
H A Dbtattach.c286 (void)signal(SIGTSTP, sighandler);
/netbsd-6-1-5-RELEASE/usr.bin/login/
H A Dlogin_pam.c650 (void)signal(SIGTSTP, SIG_IGN);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dproc-events.c1523 #ifdef SIGTSTP
1524 { SIGTSTP, "SIGTSTP", "User stop from tty" },
/netbsd-6-1-5-RELEASE/games/phantasia/
H A Dmain.c964 sigignore(SIGTSTP);
982 signal(SIGTSTP, SIG_IGN);

Completed in 399 milliseconds

1234