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

1234567891011

/macosx-10.10.1/Heimdal-398.1.2/kdc/
H A Dmain.c202 heim_sipc_signal_handler(SIGTERM, terminated, "SIGTERM");
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dslapcat.c64 (void) SIGNAL( SIGTERM, slapcat_sig );
H A Dslapschema.c67 (void) SIGNAL( SIGTERM, slapcat_sig );
/macosx-10.10.1/OpenSSL098-52/src/crypto/ui/
H A Dui_openssl.c600 savsig[SIGTERM]=signal(SIGTERM,recsig);
637 signal(SIGTERM,savsig[SIGTERM]);
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dprocess.c397 return (kill(pid, SIGTERM));
746 sigset(SIGTERM, SIG_DFL);
755 sigaction(SIGTERM, &action, NULL);
759 signal(SIGTERM, SIG_DFL);
/macosx-10.10.1/ksh-23/ksh/src/lib/libcoshell/
H A Dcokill.c119 sig = SIGTERM;
/macosx-10.10.1/postfix-255/postfix/src/cleanup/
H A Dcleanup.c556 * or after receiving SIGTERM from the master at shutdown time.
558 signal(SIGTERM, cleanup_sig);
/macosx-10.10.1/remote_cmds-47/wall.tproj/
H A Dttymsg.c153 (void) signal(SIGTERM, SIG_DFL); /* XXX */
/macosx-10.10.1/shell_cmds-179/kill/
H A Dkill.c73 numsig = SIGTERM;
/macosx-10.10.1/uucp-11/uucp/contrib/
H A DdialHDB.c113 signal(SIGTERM,SIG_IGN);
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dstrsignal.c127 #if defined (SIGTERM)
128 ENTRY(SIGTERM, "SIGTERM", "Terminated"),
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/features/
H A Dsignal.c205 #ifdef SIGTERM
207 "Terminated", "TERM", SIGTERM,
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A Dhelper-main.c101 assert(sig == SIGTERM);
247 signal(SIGTERM, handle_sigterm);
250 // receive a SIGTERM during shutdown rather than a SIGKILL. But launchd (due to some
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tty/
H A Dlib_tstp.c72 case SIGTERM:
73 return "SIGTERM";
381 CatchIfDefault(SIGTERM, cleanup);
/macosx-10.10.1/sudo-73/src/
H A Dtgetpass.c121 (void) sigaction(SIGTERM, &sa, &saveterm);
154 (void) sigaction(SIGTERM, &saveterm, NULL);
/macosx-10.10.1/vim-55/src/
H A Dos_win16.c295 signal(SIGTERM, SIG_IGN);
351 signal(SIGTERM, SIG_DFL);
/macosx-10.10.1/apache-793/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2.c178 "caught SIGTERM, shutting down");
317 kill(ap_scoreboard_image->parent[slot].pid, is_graceful ? SIGHUP : SIGTERM);
360 signal(SIGTERM, SIG_DFL);
384 if (sigaction(SIGTERM, &sa, NULL) < 0)
385 ap_log_error(APLOG_MARK, APLOG_WARNING, errno, ap_server_conf, APLOGNO(00209) "sigaction(SIGTERM)");
/macosx-10.10.1/cups-408/cups/filter/
H A Drastertohp.c731 sigset(SIGTERM, CancelJob);
737 sigaction(SIGTERM, &action, NULL);
739 signal(SIGTERM, CancelJob);
/macosx-10.10.1/procmail-14/procmail/src/
H A Dpipes.c51 elog(pidchild>0&&!kill(pidchild,SIGTERM)?"terminating":"was waiting for");
63 kill(pidfilt,SIGTERM);
74 { lexitcode=EX_UNAVAILABLE;qsignal(SIGTERM,stermchild);
/macosx-10.10.1/top-100.1.2/
H A Dpreferences.c177 {"TERM", SIGTERM},
255 if(SIGTERM == signal_map[i].value) {
257 prefs.signal_number = SIGTERM;
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_shutdown.c288 || ((p->p_sigcatch & sigmask(SIGTERM))== 0)) {
439 * Signal the init with SIGTERM so that he does not launch
444 psignal(p, SIGTERM);
452 * send SIGTERM to those procs interested in catching one
456 sdargs.signo = SIGTERM;
462 /* post a SIGTERM to all that catch SIGTERM and not marked for delay */
469 * now wait for up to 30 seconds to allow those procs catching SIGTERM
500 printf("%s[%d]: didn't act on SIGTERM\n", p->p_comm, p->p_pid);
501 sd_log(ctx, "%s[%d]: didn't act on SIGTERM\
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dkill.c59 sig = SIGTERM;
H A Dtrap.c152 case SIGTERM:
/macosx-10.10.1/cups-408/cups/backend/
H A Dlpd.c48 static int abort_job = 0; /* Non-zero if we get SIGTERM */
150 * Ignore SIGPIPE and catch SIGTERM signals...
155 sigset(SIGTERM, sigterm_handler);
162 sigaddset(&action.sa_mask, SIGTERM);
164 sigaction(SIGTERM, &action, NULL);
167 signal(SIGTERM, sigterm_handler);
/macosx-10.10.1/dcerpc-61/dcerpc/rpcd/
H A Drpcd.c1058 raise(SIGTERM);
1072 SIGTERM,
1119 SIGTERM,
1153 case SIGTERM:

Completed in 209 milliseconds

1234567891011