Searched refs:SIGTSTP (Results 1 - 25 of 83) sorted by last modified time

1234

/freebsd-11-stable/contrib/less/
H A Dsignal.c76 #ifdef SIGTSTP
85 LSIGNAL(SIGTSTP, stop);
168 #ifdef SIGTSTP
169 (void) LSIGNAL(SIGTSTP, secure ? SIG_IGN : stop);
193 #ifdef SIGTSTP
194 (void) LSIGNAL(SIGTSTP, SIG_DFL);
224 #ifdef SIGTSTP
240 LSIGNAL(SIGTSTP, SIG_DFL);
241 kill(getpid(), SIGTSTP); local
248 LSIGNAL(SIGTSTP, sto
[all...]
/freebsd-11-stable/lib/libsysdecode/
H A Dsignal.c53 [SIGTSTP] = "SIGTSTP",
/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_proc.c118 [CLOUDABI_SIGTSTP] = SIGTSTP,
/freebsd-11-stable/sys/kern/
H A Dkern_sig.c223 SA_STOP|SA_TTYSTOP, /* SIGTSTP */
580 SIGADDSET(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/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/subversion/subversion/libsvn_subr/
H A Dprompt.c418 kill(0, SIGTSTP);
/freebsd-11-stable/contrib/apr/threadproc/unix/
H A Dsignals.c232 #ifdef SIGTSTP
233 store_desc(SIGTSTP, "Stopped");
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DPlatform.h43 #define SIGTSTP 20 macro
H A DDriver.cpp873 signal(SIGTSTP, sigtstp_handler);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp367 case SIGTSTP:
368 return "SIGTSTP"; // 18 stop signal from tty
/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/contrib/tcsh/
H A Dtc.sig.h126 sigaction(SIGTSTP, NULL, &(sv)[2]); \
134 sigaddset(&m__, SIGTSTP); \
146 sigaction(SIGTSTP, &(sv)[2], NULL); \
H A Dsh.sem.c554 (void) signal(SIGTSTP, SIG_DFL);
H A Dsh.proc.c1524 case SIGTSTP:
1840 (void) signal(SIGTSTP, SIG_DFL);
2009 sigaddset(&set, SIGTSTP);
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 */
H A Dsh.glob.c801 #ifdef SIGTSTP
802 signal(SIGTSTP, SIG_IGN);
H A Dsh.c1185 #ifdef SIGTSTP
1186 (void) signal(SIGTSTP, SIG_IGN);
H A Ddotlock.c140 (void)sigaddset(&nset, SIGTSTP);
/freebsd-11-stable/sys/sys/
H A Dsignalvar.h167 SIGDELSET(set, SIGSTOP), SIGDELSET(set, SIGTSTP), \
/freebsd-11-stable/contrib/telnet/telnet/
H A Dsys_bsd.c116 #ifdef SIGTSTP
118 #endif /* SIGTSTP */
596 #ifdef SIGTSTP
597 (void) signal(SIGTSTP, susp);
598 #endif /* SIGTSTP */
650 #ifdef SIGTSTP
651 (void) signal(SIGTSTP, SIG_DFL);
653 (void) sigsetmask(sigblock(0) & ~(1<<(SIGTSTP-1)));
655 (void) sigrelse(SIGTSTP);
657 #endif /* SIGTSTP */
[all...]
H A Dcommands.c1324 #ifdef SIGTSTP
1330 (void) kill(0, SIGTSTP);
/freebsd-11-stable/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c156 M(M(SIGTSTP, SIGTTIN), SIGTTOU)))
239 (void)sigaction(SIGTSTP, &sa, &savetstp);
285 (void)sigaction(SIGTSTP, &savetstp, NULL);
299 case SIGTSTP:
/freebsd-11-stable/crypto/openssh/
H A Dscp.c258 signal(SIGTSTP, suspchild);
/freebsd-11-stable/bin/sh/
H A Djobs.c167 setsignal(SIGTSTP);
225 setsignal(SIGTSTP);
237 setsignal(SIGTSTP);
934 setsignal(SIGTSTP);

Completed in 215 milliseconds

1234