Searched refs:SIGTERM (Results 101 - 125 of 273) sorted by relevance

1234567891011

/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/examples/
H A Dtc1.c144 (void) signal(SIGTERM, sig);
H A Dwtc1.c118 (void)signal(SIGTERM, sig);
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dsimple_exec.c67 ((time_t)-1) kill child with SIGTERM and wait for child to exit
110 kill(pid, SIGTERM);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dunixchild.cpp205 this->kill(SIGTERM); // shoot it once
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dunixchild.cpp205 this->kill(SIGTERM); // shoot it once
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dmain.cpp223 || signal(SIGTERM, handleSignals) == SIG_ERR
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dprocess.cpp296 ::kill(atf_process_child_pid(&m_child), SIGTERM); local
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dcurl_ntlm_wb.c89 kill(conn->ntlm_auth_hlpr_pid, SIGTERM);
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/data/
H A Dsignals.c193 "TERM", VAL(SIGTERM,SH_SIGDONE|SH_SIGINTERACTIVE), S("Terminated"),
/macosx-10.10.1/postfix-255/postfix/src/cleanup/
H A Dcleanup_init.c50 /* or by cleanup_sig() after arrival of a SIGTERM signal.
59 /* cleanup_sig() must be called in case of SIGTERM, in order
278 /* cleanup_sig - callback for the SIGTERM handler */
290 if (signal(SIGTERM, SIG_IGN) != SIG_IGN) {
/macosx-10.10.1/postfix-255/postfix/src/master/
H A Dmaster_spawn.c308 #define MASTER_KILL_SIGNAL SIGTERM
/macosx-10.10.1/procmail-14/procmail/src/
H A Dlockfile.c78 qsignal(SIGINT,failure);qsignal(SIGQUIT,failure);qsignal(SIGTERM,failure);
/macosx-10.10.1/remote_cmds-47/rexecd.tproj/
H A Drexecd.c144 (void) signal(SIGTERM, SIG_DFL);
/macosx-10.10.1/remote_cmds-47/yppush.tproj/
H A Dyppush.c169 kill(pid, SIGTERM);
/macosx-10.10.1/shell_cmds-179/script/
H A Dscript.c273 (void)kill(0, SIGTERM);
/macosx-10.10.1/smb-759.0/kernel/netsmb/
H A Dsmb_subr.h184 #define SMB_SIGMASK (sigmask(SIGINT)|sigmask(SIGTERM)|sigmask(SIGKILL)| \
/macosx-10.10.1/sudo-73/src/
H A Dexec_pty.c166 * that call kill(-1, SIGTERM) to kill all other processes.
289 killpg(pid, SIGTERM);
294 kill(pid, SIGTERM);
516 sigaddset(&mask, SIGTERM);
828 sigaction(SIGTERM, &sa, NULL);
/macosx-10.10.1/system_cmds-643.1.1/reboot.tproj/
H A Dreboot.c227 /* Send a SIGTERM first, a chance to save the buffers. */
228 if (kill(-1, SIGTERM) == -1)
229 err(1, "SIGTERM processes");
233 * buffers on their way. Wait 5 seconds between the SIGTERM and
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXsignal.c138 #ifdef SIGTERM
139 {"TERM", SIGTERM},
1520 #ifdef SIGTERM
1521 # define DEFAULT_KILL_SIGNAL SIGTERM
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dsignal.test67 signal error {HUP SIGTERM}
71 } 0 {{1 {SIGHUP signal received}} {1 {SIGTERM signal received}}}
/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.init.c402 #ifdef SIGTERM
403 if (mesg[SIGTERM].pname == NULL) {
404 mesg[SIGTERM].iname = "TERM";
405 mesg[SIGTERM].pname = CSAVS(2, 23, "Terminated");
407 #endif /* SIGTERM */
/macosx-10.10.1/apache-793/httpd/server/mpm/worker/
H A Dworker.c524 if (sigaction(SIGTERM, &sa, NULL) < 0)
526 "sigaction(SIGTERM)");
580 apr_signal(SIGTERM, sig_term);
889 kill(ap_my_pid, SIGTERM);
995 case SIGTERM:
1333 /* remove SIGTERM from the set of blocked signals... if one of
1335 * (e.g., for MaxConnectionsPerChild) it will send us SIGTERM
1337 unblock_signal(SIGTERM);
1338 apr_signal(SIGTERM, dummy_signal_handler);
1426 apr_signal(SIGTERM, just_di
[all...]
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dppp_manager.c474 scnc_stop(serv, 0, SIGTERM, SCNC_STOP_NONE);
483 // ppp_disconnect(ppp, 0, SIGTERM);
527 scnc_stop(serv, 0, SIGTERM, SCNC_STOP_SYS_SLEEP);
570 scnc_stop(serv, 0, SIGTERM, SCNC_STOP_USER_LOGOUT);
608 scnc_stop(serv, 0, SIGTERM, SCNC_STOP_USER_SWITCH);
1556 scnc_stop(serv, 0, SIGTERM, SCNC_STOP_NONE);
1648 kill(serv->u.ppp.pid, SIGTERM);
1902 signal is either SIGHUP or SIGTERM
1904 SIGTERM will terminate pppd
1907 signal = SIGTERM;
[all...]
/macosx-10.10.1/curl-83.1.2/curl/tests/server/
H A Dsws.c222 #ifdef SIGTERM
278 #ifdef SIGTERM
279 /* handle SIGTERM signal with our exit_signal_handler */
280 if((old_sigterm_handler = signal(SIGTERM, exit_signal_handler)) == SIG_ERR)
281 logmsg("cannot install SIGTERM handler: %s", strerror(errno));
283 siginterrupt(SIGTERM, 1);
312 #ifdef SIGTERM
314 (void)signal(SIGTERM, old_sigterm_handler);
2251 * must raise the same signal SIGINT or SIGTERM that we
/macosx-10.10.1/NFS-82/rpc.statd/
H A Dstatd.c181 signal(SIGTERM, cleanup);
555 exit((sig == SIGTERM) ? 0 : 1);

Completed in 223 milliseconds

1234567891011