HomeSort by: relevance | last modified time | path
    Searched refs:SIGTERM (Results 1 - 25 of 379) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl2/xcvs/dist/src/
exithandle.c 37 #ifdef SIGTERM
38 (void) SIG_register (SIGTERM, handler);
  /src/external/gpl2/groff/dist/src/utils/indxbib/
signal.c 62 signal(SIGTERM, handle_fatal_signal);
77 signal(SIGTERM, SIG_IGN);
  /src/sys/compat/linux/arch/arm/
linux_sigarray.c 50 SIGTERM,
  /src/sys/compat/linux/arch/m68k/
linux_sigarray.c 50 SIGTERM,
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
signal.d 49 enum SIGTERM = 15; // Termination
72 enum SIGTERM = 15; // Termination
  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
kill1.c 10 if (kill (1, SIGTERM) != -1
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
kill1.c 10 if (kill (1, SIGTERM) != -1
  /src/lib/librumpuser/
rumpuser_sigtrans.c 68 #ifdef SIGTERM
69 case 15 : return SIGTERM;
  /src/external/bsd/kyua-cli/dist/integration/helpers/
expect_all_pass.cpp 66 expect_signal(SIGTERM, "Exiting with correct signal");
67 ::kill(::getpid(), SIGTERM);
  /src/external/gpl3/gdb/dist/sim/common/
target-newlib-signal.c 98 #ifdef SIGTERM
99 { "SIGTERM", SIGTERM, 15 },
  /src/external/gpl3/gdb.old/dist/sim/common/
target-newlib-signal.c 98 #ifdef SIGTERM
99 { "SIGTERM", SIGTERM, 15 },
  /src/external/ibm-public/postfix/dist/src/bounce/
bounce_cleanup.c 22 /* of a SIGTERM signal (shutdown).
156 signal(SIGTERM, bounce_cleanup_sig);
175 signal(SIGTERM, SIG_DFL);
  /src/lib/libedit/
sig.h 54 _DO(SIGTERM) \
  /src/sys/compat/linux/arch/alpha/
linux_sigarray.c 50 SIGTERM,
  /src/sys/compat/linux/arch/mips/
linux_sigarray.c 53 SIGTERM, /* 15 */
  /src/sys/compat/linux/arch/powerpc/
linux_sigarray.c 50 SIGTERM, /* 15 */
  /src/external/bsd/less/dist/
signal.c 171 #ifdef SIGTERM
172 (void) LSIGNAL(SIGTERM, terminate);
196 #ifdef SIGTERM
197 (void) LSIGNAL(SIGTERM, SIG_DFL);
  /src/external/bsd/tmux/dist/
cmd-kill-server.c 58 kill(getpid(), SIGTERM);
  /src/external/gpl3/gdb/dist/gdbsupport/
block-signals.h 45 sigaddset (&mask, SIGTERM);
  /src/external/gpl3/gdb.old/dist/gdbsupport/
block-signals.h 45 sigaddset (&mask, SIGTERM);
  /src/external/gpl3/gcc/dist/fixincludes/
fixlib.h 47 #define SIGQUIT SIGTERM
50 #define SIGIOT SIGTERM
53 #define SIGPIPE SIGTERM
56 #define SIGALRM SIGTERM
59 #define SIGKILL SIGTERM
  /src/external/gpl3/gcc.old/dist/fixincludes/
fixlib.h 47 #define SIGQUIT SIGTERM
50 #define SIGIOT SIGTERM
53 #define SIGPIPE SIGTERM
56 #define SIGALRM SIGTERM
59 #define SIGKILL SIGTERM
  /src/usr.bin/tip/
tipout.c 131 (void)signal(SIGTERM, intTERM); /* time to go signal*/
165 (void)sigblock(sigmask(SIGTERM));
171 omask = sigblock(SIGTERM);
  /src/external/ibm-public/postfix/dist/src/master/
master_sig.c 22 /* Receipt of SIGINT, SIGQUIT, SIGSEGV, SIGILL, or SIGTERM
24 /* notified of the master\'s demise by sending them a SIGTERM signal.
196 if (sigaction(SIGTERM, &action, (struct sigaction *) 0) < 0)
198 if (kill(-pid, SIGTERM) < 0)
238 SIGINT, SIGQUIT, SIGILL, SIGBUS, SIGSEGV, SIGTERM,
  /src/sys/compat/linux/arch/amd64/
linux_sigarray.c 52 SIGTERM, /* 15 */

Completed in 36 milliseconds

1 2 3 4 5 6 7 8 91011>>