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

<<11

/macosx-10.10.1/apr-32/apr/apr/memory/unix/
H A Dapr_pools.c2439 /* First, check to see if we need to do the SIGTERM, sleep, SIGKILL
2464 if (apr_proc_kill(pc->proc, SIGTERM) == APR_SUCCESS)
/macosx-10.10.1/eap8021x-198/EAPOLController.bproj/
H A Dcontroller.c1087 kill(client->pid, SIGTERM);
/macosx-10.10.1/screen-22/screen/
H A Dwindow.c1167 signal(SIGTERM, SIG_DFL);
H A Dscreen.c1318 signal(SIGTERM, FinitHandler);
/macosx-10.10.1/system_cmds-643.1.1/sar.tproj/
H A Dsar.c397 signal(SIGTERM, exit_average);
/macosx-10.10.1/text_cmds-88/sort/
H A Dsort.c2156 static int const sig[] = { SIGHUP, SIGINT, SIGPIPE, SIGTERM };
/macosx-10.10.1/zsh-61/zsh/Src/
H A Djobs.c2271 * SIGTERM, may be specified by name or number, preceded by a dash. */
2277 int sig = SIGTERM;
H A Dexec.c1005 signal_default(SIGTERM);
/macosx-10.10.1/cups-408/cups/test/
H A Dipptool.c224 * Catch SIGINT and SIGTERM...
228 signal(SIGTERM, sigterm_handler);
4743 * 'sigterm_handler()' - Handle SIGINT and SIGTERM.
4754 signal(SIGTERM, SIG_DFL);
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A Ddnsextd.c2998 if (sig == SIGTERM || sig == SIGINT ) { terminate = 1; return; }
3048 if (signal(SIGTERM, HndlSignal) == SIG_ERR) perror("Can't catch SIGTERM");
/macosx-10.10.1/vim-55/src/
H A Dos_win32.c3268 signal(SIGTERM, SIG_IGN);
3415 signal(SIGTERM, SIG_DFL);
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dmonitor.c497 signal(SIGTERM, &monitor_child_handler);
/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c761 signal(SIGTERM, hangup); /* Terminate */
/macosx-10.10.1/system_cmds-643.1.1/latency.tproj/
H A Dlatency.c1049 signal(SIGTERM, leave);
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dtcpdump.c1639 (void)setsignal(SIGTERM, cleanup);
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_memorystatus.c1701 /* Dirty, terminated, or state tracking is unsupported; issue SIGTERM to allow cleanup */
1702 sig = SIGTERM;
H A Dproc_info.c2303 * SIGTERM is sent.
2333 /* Check privileges; if SIGKILL can be issued, then SIGTERM is also OK */
2349 sig = SIGTERM;
/macosx-10.10.1/emacs-93/emacs/src/
H A Dprocess.c6301 #ifdef SIGTERM
6302 parse_signal ("term", SIGTERM);
/macosx-10.10.1/PowerManagement-494.1.2/pmconfigd/
H A DPMAssertions.c2284 kill(assertion->pinfo->pid, SIGTERM);
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dxec.c3176 sh_exit(SH_EXITSIG|SIGTERM);
/macosx-10.10.1/network_cmds-457/ipfw.tproj/
H A Dipfw2.c4015 (void)kill(preproc, SIGTERM);
/macosx-10.10.1/ppp-786.1.1/Helpers/vpnd/
H A Dipsec_utils.c320 kill(pid, SIGTERM);
/macosx-10.10.1/system_cmds-643.1.1/fs_usage.tproj/
H A Dfs_usage.c2288 signal(SIGTERM, leave);

Completed in 580 milliseconds

<<11