Searched refs:SIGTERM (Results 176 - 200 of 270) sorted by relevance

1234567891011

/freebsd-11-stable/libexec/rshd/
H A Drshd.c211 (void) signal(SIGTERM, SIG_DFL);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp271 // first try a SIGTERM (standard kill)
272 Host::Kill(pid, SIGTERM);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp361 case SIGTERM:
362 return "SIGTERM"; // 15 software termination signal from kill
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dclock.c367 sig = SIGTERM;
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipfsyncd.c166 signal(SIGTERM, handleterm);
/freebsd-11-stable/contrib/diff/src/
H A Dsdiff.c75 #ifdef SIGTERM
76 SIGTERM,
/freebsd-11-stable/contrib/gdb/gdb/
H A Dproc-events.c1490 #ifdef SIGTERM
1491 { SIGTERM, "SIGTERM", "Software termination signal from kill" },
/freebsd-11-stable/crypto/heimdal/kpasswd/
H A Dkpasswdd.c891 sigaction(SIGTERM, &sa, NULL);
895 signal(SIGTERM, sigterm);
/freebsd-11-stable/share/examples/scsi_target/
H A Dscsi_target.c295 signal(SIGTERM, SIG_IGN);
411 EV_SET(&events[2], SIGTERM, EVFILT_SIGNAL, EV_ADD|EV_ENABLE, 0, 0, 0);
/freebsd-11-stable/usr.sbin/ypbind/
H A Dypbind.c477 signal(SIGTERM, terminate);
692 signal(SIGTERM, SIG_DFL);
/freebsd-11-stable/contrib/tcsh/
H A Dsh.func.c308 sigaction(SIGTERM, &parterm, NULL);
326 sigaction(SIGTERM, &parterm, NULL);
H A Dsh.exec.c542 sigaction(SIGTERM, &state->sigterm, NULL);
577 sigaction(SIGTERM, &parterm, &state.sigterm);
/freebsd-11-stable/crypto/openssh/
H A Dsftp.c226 kill(sshpid, SIGTERM);
2227 signal(SIGTERM, SIG_DFL);
2233 signal(SIGTERM, killchild);
H A Dclientloop.c1588 if (signal(SIGTERM, SIG_IGN) != SIG_IGN)
1589 signal(SIGTERM, signal_handler);
1740 if (no_shell_flag && received_signal == SIGTERM) {
/freebsd-11-stable/contrib/atf/atf-sh/
H A Datf-check.cpp192 { "term", SIGTERM },
/freebsd-11-stable/contrib/pf/pflogd/
H A Dpflogd.c737 signal(SIGTERM, sig_close);
/freebsd-11-stable/libexec/pppoed/
H A Dpppoed.c644 sigaction(SIGTERM, &act, NULL);
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh1.c163 signal(SIGTERM, sig);
/freebsd-11-stable/sbin/routed/
H A Dmain.c287 signal(SIGTERM, sigterm);
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dipropd_slave.c741 else if(exit_flag == SIGINT || exit_flag == SIGTERM)
/freebsd-11-stable/usr.bin/catman/
H A Dcatman.c796 signal(SIGTERM, trap_signal);
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_signal.c113 SIGTERM,
/freebsd-11-stable/usr.bin/xlint/xlint/
H A Dxlint.c364 (void)signal(SIGTERM, terminate);
/freebsd-11-stable/tools/test/testfloat/
H A Dtestsoftfloat.c990 (void) signal( SIGTERM, catchSIGINT );
/freebsd-11-stable/bin/pkill/
H A Dpkill.c103 static int signum = SIGTERM;

Completed in 404 milliseconds

1234567891011