Searched refs:SIGTSTP (Results 26 - 50 of 83) sorted by relevance

1234

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dstrsignal.c165 #if defined (SIGTSTP)
166 ENTRY(SIGTSTP, "SIGTSTP", "Stopped (user)"),
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dstrsignal.c165 #if defined (SIGTSTP)
166 ENTRY(SIGTSTP, "SIGTSTP", "Stopped (user)"),
/freebsd-11-stable/contrib/apr/threadproc/unix/
H A Dsignals.c232 #ifdef SIGTSTP
233 store_desc(SIGTSTP, "Stopped");
/freebsd-11-stable/usr.bin/msgs/
H A Dmsgs.c494 signal(SIGTSTP, onsusp);
538 signal(SIGTSTP, SIG_DFL);
708 signal(SIGTSTP, SIG_DFL);
710 kill(0, SIGTSTP);
711 signal(SIGTSTP, onsusp);
/freebsd-11-stable/contrib/sendmail/src/
H A Dalias.c508 #ifdef SIGTSTP
570 #ifdef SIGTSTP
571 oldsigtstp = sm_signal(SIGTSTP, SIG_IGN);
612 #ifdef SIGTSTP
613 (void) sm_signal(SIGTSTP, oldsigtstp);
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dtelnetd.c869 #ifdef SIGTSTP
870 (void) signal(SIGTSTP, SIG_IGN);
1215 #ifdef SIGTSTP
1218 (void) ioctl(pty, TCSIG, SIGTSTP);
1223 #endif /* SIGTSTP */
/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_proc.c118 [CLOUDABI_SIGTSTP] = SIGTSTP,
/freebsd-11-stable/contrib/gdb/gdb/
H A Dtop.c179 /* Signal to catch ^Z typed while reading a command: SIGTSTP or SIGCONT. */
182 #ifdef SIGTSTP
183 #define STOP_SIGNAL SIGTSTP
1013 #if STOP_SIGNAL == SIGTSTP
1014 signal (SIGTSTP, SIG_DFL);
1025 kill (getpid (), SIGTSTP);
1026 signal (SIGTSTP, stop_sig);
1019 kill (getpid (), SIGTSTP); local
H A Dstandalone.c29 #if defined (SIGTSTP) && defined (SIGIO)
32 #endif /* SIGTSTP and SIGIO defined (must be 4.2) */
/freebsd-11-stable/contrib/tcsh/
H A Dsh.init.c584 #ifdef SIGTSTP
585 if (mesg[SIGTSTP].pname == NULL) {
586 mesg[SIGTSTP].iname = "TSTP";
588 mesg[SIGTSTP].pname = CSAVS(2, 48, "Suspended");
590 mesg[SIGTSTP].pname = CSAVS(2, 49, "Stopped");
593 #endif /* SIGTSTP */
/freebsd-11-stable/usr.bin/mail/
H A Dcollect.c62 static sig_t savetstp; /* Previous SIGTSTP value */
95 savetstp = signal(SIGTSTP, collstop);
484 (void)signal(SIGTSTP, savetstp);
/freebsd-11-stable/bin/sh/
H A Dredir.c293 signal(SIGTSTP, SIG_IGN);
H A Djobs.c167 setsignal(SIGTSTP);
225 setsignal(SIGTSTP);
237 setsignal(SIGTSTP);
934 setsignal(SIGTSTP);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_lock.c120 sigaddset(&dev->sigmask, SIGTSTP);
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c941 #ifdef SIGTSTP
942 signal(SIGTSTP, SIG_IGN);
1367 #ifdef SIGTSTP
1370 ioctl(ourpty, TCSIG, (char *)SIGTSTP);
1375 #endif /* SIGTSTP */
/freebsd-11-stable/usr.bin/lock/
H A Dlock.c178 (void)signal(SIGTSTP, hi);
/freebsd-11-stable/sys/fs/procfs/
H A Dprocfs_ctl.c97 { "tstp", SIGTSTP }, { "cont", SIGCONT },
/freebsd-11-stable/sys/sys/
H A Dsignal.h105 #define SIGTSTP 18 /* stop signal from tty */ macro
H A Dsignalvar.h167 SIGDELSET(set, SIGSTOP), SIGDELSET(set, SIGTSTP), \
/freebsd-11-stable/sbin/init/
H A Dinit.c233 sig = SIGTSTP;
309 handle(transition_handler, SIGHUP, SIGINT, SIGEMT, SIGTERM, SIGTSTP,
314 SIGXCPU, SIGXFSZ, SIGHUP, SIGINT, SIGEMT, SIGTERM, SIGTSTP,
1046 sigaction(SIGTSTP, &sa, NULL);
1625 case SIGTSTP:
/freebsd-11-stable/contrib/nvi/cl/
H A Dcl_funcs.c737 (void)kill(0, SIGTSTP);
786 (void)kill(0, SIGTSTP);
H A Dcl_screen.c295 * Historic implementations of curses handled SIGTSTP signals
306 * reentrant (i.e., the whole curses SIGTSTP interface is a fantasy),
309 (void)signal(SIGTSTP, SIG_DFL);
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_signal.c121 SIGTSTP, /* 24 */
/freebsd-11-stable/sys/compat/cloudabi32/
H A Dcloudabi32_poll.c62 [SIGTSTP] = CLOUDABI_SIGTSTP,
/freebsd-11-stable/sys/compat/cloudabi64/
H A Dcloudabi64_poll.c62 [SIGTSTP] = CLOUDABI_SIGTSTP,

Completed in 377 milliseconds

1234