Searched refs:SIGTERM (Results 1 - 25 of 273) sorted by relevance

1234567891011

/macosx-10.10.1/Heimdal-398.1.2/lib/kadm5/
H A Dipropd_common.c57 sigaction(SIGTERM, &sa, NULL);
65 signal(SIGTERM, sigterm);
/macosx-10.10.1/groff-38/groff/src/utils/indxbib/
H A Dsignal.c60 signal(SIGTERM, handle_fatal_signal);
75 signal(SIGTERM, SIG_IGN);
/macosx-10.10.1/BerkeleyDB-21/db/common/
H A Dutil_sig.c78 #ifdef SIGTERM
79 set_signal(SIGTERM, 0);
/macosx-10.10.1/postfix-255/postfix/src/bounce/
H A Dbounce_cleanup.c20 /* of a SIGTERM signal (shutdown).
154 signal(SIGTERM, bounce_cleanup_sig);
173 signal(SIGTERM, SIG_DFL);
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dsig.h56 _DO(SIGTERM) \
/macosx-10.10.1/libedit-40/src/
H A Dsig.h56 _DO(SIGTERM) \
/macosx-10.10.1/lukemftp-14/tnftp/libedit/
H A Dsig.h58 _DO(SIGTERM) \
/macosx-10.10.1/apr-32/apr/apr/threadproc/netware/
H A Dsignals.c52 case SIGTERM:
/macosx-10.10.1/postfix-255/postfix/src/master/
H A Dmaster_sig.c20 /* Receipt of SIGINT, SIGQUIT, SIGSEGV, SIGILL, or SIGTERM
22 /* notified of the master\'s demise by sending them a SIGTERM signal.
189 if (sigaction(SIGTERM, &action, (struct sigaction *) 0) < 0)
191 if (kill(-pid, SIGTERM) < 0)
222 SIGINT, SIGQUIT, SIGILL, SIGBUS, SIGSEGV, SIGTERM,
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.sig.h130 sigaction(SIGTERM, NULL, &(sv)[5]); \
138 sigaddset(&m__, SIGTERM); \
150 sigaction(SIGTERM, &(sv)[5], NULL); \
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/ac/
H A Dsignal.h43 # define LDAP_SIGUSR2 SIGTERM
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dsignal.d53 inline int SIGTERM = 15;
54 #pragma D binding "1.0" SIGTERM
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A Dsigprocmask.c66 (void) sigaddset(&set0, SIGTERM);
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Dapp.c160 * Install do-nothing handlers for SIGINT and SIGTERM.
169 result = handle_signal(SIGTERM, exit_action);
184 * unexpected actions for SIGHUP, SIGINT, and SIGTERM from our parent
186 * sure sigwait() works as expected. Only do this for SIGTERM and
195 result = handle_signal(SIGTERM, SIG_DFL);
205 * Block SIGHUP, SIGINT, SIGTERM.
209 * will result in all threads having SIGHUP, SIGINT and SIGTERM
216 sigaddset(&sset, SIGTERM) != 0) {
232 * Unblock SIGHUP, SIGINT, SIGTERM.
235 * SIGINT and SIGTERM ar
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dsiglist.c109 #if defined (SIGTERM)
110 sys_siglist[SIGTERM] = "Terminated";
/macosx-10.10.1/ksh-23/ksh/src/lib/libcoshell/
H A Dcoclose.c60 killpg(co->pid, SIGTERM);
68 killpg(co->pid, SIGTERM);
/macosx-10.10.1/webdavfs-367/mount.tproj/
H A Dmount_webdav.c97 /* make sure SIGTERM is not masked (<rdar://problem/6019476>) */
100 sigaddset(&mask, SIGTERM);
104 signal(SIGTERM, parentexit);
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dprocess.test66 } {SIG SIGTERM}
76 } [list "$newPid1 SIG SIGTERM" "$newPid2 SIG SIGTERM"]
91 } {SIG SIGTERM}
186 } {{} {SIG SIGTERM}}
194 } {{} {SIG SIGTERM}}
202 } {{} {SIG SIGTERM}}
/macosx-10.10.1/file_cmds-242/pax/
H A Dpax.c395 if ((sigemptyset(&s_mask) < 0) || (sigaddset(&s_mask, SIGTERM) < 0) ||
412 if ((sigaction(SIGTERM, &n_hand, &o_hand) < 0) &&
414 (sigaction(SIGTERM, &o_hand, &o_hand) < 0))
/macosx-10.10.1/sudo-73/src/
H A Dmksiglist.h67 #ifdef SIGTERM
68 if (sudo_sys_siglist[SIGTERM] == NULL)
69 sudo_sys_siglist[SIGTERM] = "Terminated";
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dcdjpeg.c53 #ifdef SIGTERM /* not all systems have SIGTERM */
54 signal(SIGTERM, signal_catcher);
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dsignal.c90 #ifdef SIGTERM
91 case SIGTERM: iindex = INDEXSIG_SIGTERM; break;
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/
H A Dapp.c287 * Install do-nothing handlers for SIGINT and SIGTERM.
296 result = handle_signal(SIGTERM, exit_action);
311 * unexpected actions for SIGHUP, SIGINT, and SIGTERM from our parent
313 * sure sigwait() works as expected. Only do this for SIGTERM and
322 result = handle_signal(SIGTERM, SIG_DFL);
332 * Block SIGHUP, SIGINT, SIGTERM.
336 * will result in all threads having SIGHUP, SIGINT and SIGTERM
343 sigaddset(&sset, SIGTERM) != 0) {
359 * Unblock SIGHUP, SIGINT, SIGTERM.
362 * SIGINT and SIGTERM ar
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/mod_db4/
H A Dmod_db4.c41 ret += kill(ap_scoreboard_image->parent[i].pid, SIGTERM);
/macosx-10.10.1/Heimdal-398.1.2/kcm/
H A Dmain.c99 heim_sipc_signal_handler(SIGTERM, terminated, "SIGTERM");

Completed in 518 milliseconds

1234567891011