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

1234

/freebsd-11-stable/contrib/tcsh/
H A Dsh.sem.c554 (void) signal(SIGTSTP, SIG_DFL);
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp873 signal(SIGTSTP, sigtstp_handler);
/freebsd-11-stable/sys/kern/
H A Dkern_prot.c1509 case SIGTSTP:
H A Dkern_sig.c223 SA_STOP|SA_TTYSTOP, /* SIGTSTP */
580 SIGADDSET(set, SIGTSTP);
/freebsd-11-stable/crypto/openssh/
H A Dsftp.c2236 signal(SIGTSTP, suspchild);
H A Dclientloop.c742 kill(getpid(), SIGTSTP); local
/freebsd-11-stable/lib/libedit/
H A Dreadline.c1775 (void)kill(0, SIGTSTP);
/freebsd-11-stable/usr.bin/truss/
H A Dsyscalls.c739 X(SIGSEGV) X(SIGSTOP) X(SIGSYS) X(SIGTERM) X(SIGTRAP) X(SIGTSTP)

Completed in 125 milliseconds

1234