Searched refs:SIGTERM (Results 201 - 225 of 270) sorted by relevance

1234567891011

/freebsd-11-stable/sys/fs/autofs/
H A Dautofs.c114 SIGTERM,
/freebsd-11-stable/crypto/openssh/
H A Dserverloop.c367 signal(SIGTERM, sigterm_handler);
H A Dssh-agent.c1350 if (kill(pid, SIGTERM) == -1) {
1472 signal(SIGTERM, cleanup_handler);
H A Dauth2-pubkey.c508 kill(pid, SIGTERM);
/freebsd-11-stable/usr.sbin/rpcbind/
H A Drpcbind.c196 (void) signal(SIGTERM, terminate);
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dkern.c158 signal(SIGTERM, (sig_t)client_cleanup);
/freebsd-11-stable/usr.sbin/powerd/
H A Dpowerd.c620 signal(SIGTERM, handle_sigs);
/freebsd-11-stable/contrib/libpcap/rpcapd/
H A Drpcapd.c334 sigaction(SIGTERM, &action, NULL);
543 * SIGTERM) to terminate the program.
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c1288 if (sigaction(SIGTERM, NULL, &oact) == 0 && oact.sa_handler != SIG_IGN)
1289 (void) sigaction(SIGTERM, &act, NULL);
/freebsd-11-stable/contrib/wpa/src/utils/
H A Deloop.c959 wpa_printf(MSG_ERROR, "eloop: could not process SIGINT or SIGTERM in "
974 if ((sig == SIGINT || sig == SIGTERM) && !eloop.pending_terminate) {
1045 ret = eloop_register_signal(SIGTERM, handler, user_data);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcmdline.c1810 #ifdef SIGTERM
1811 , SIGTERM
/freebsd-11-stable/contrib/unbound/daemon/
H A Dworker.c1645 case SIGTERM:
1757 ub_thread_sig_unblock(SIGTERM);
1768 || !comm_signal_bind(worker->comsig, SIGTERM)
/freebsd-11-stable/contrib/bmake/
H A Djob.c2343 ADDSIG(SIGTERM, JobPassSig_term)
2373 DELSIG(SIGTERM)
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp1148 case SIGTERM:
1234 __kmp_install_one_handler(SIGTERM, __kmp_team_handler, parallel_init);
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dconnect.c922 else if(exit_flag == SIGINT || exit_flag == SIGTERM)
/freebsd-11-stable/contrib/pf/ftp-proxy/
H A Dftp-proxy.c780 signal_set(&ev_sigterm, SIGTERM, handle_signal, NULL);
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh3.c138 signal(SIGTERM, SIG_DFL);
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dipropd_master.c1017 if(exit_flag == SIGINT || exit_flag == SIGTERM)
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_cscope.c935 * to refuse to quit unless we send a SIGTERM signal.
942 (void)kill(csc->pid, SIGTERM);
/freebsd-11-stable/tools/tools/net80211/stumbler/
H A Dstumbler.c1033 signal(SIGTERM, cleanup);
/freebsd-11-stable/usr.bin/makewhatis/
H A Dmakewhatis.c1019 signal(SIGTERM, trap_signal);
/freebsd-11-stable/usr.sbin/dconschat/
H A Ddconschat.c1093 signal(SIGTERM, dconschat_cleanup);
/freebsd-11-stable/usr.sbin/lpr/lpc/
H A Dcmds.c334 killres = kill(pid, SIGTERM);
/freebsd-11-stable/libexec/tftpd/tests/
H A Dfunctional.c234 kill(pid, SIGTERM);
/freebsd-11-stable/usr.bin/sort/
H A Dsort.c469 if (sigaction(SIGTERM, &sa, NULL) < 0) {

Completed in 425 milliseconds

1234567891011