| /xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/ |
| app-main.m | 81 signal(SIGTERM, signal_handler);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/ |
| app-main.m | 88 signal (SIGTERM, signal_handler);
|
| /xsrc/external/mit/ctwm/dist/ |
| signals.c | 51 signal(SIGTERM, sh_shutdown); 127 * Set flag to shutdown. Backend for SIGTERM etc.
|
| /xsrc/external/mit/xsm/dist/ |
| signals.c | 179 * If we get a SIGTERM, do shutdown, fast, local, no interact 182 Signal (SIGTERM, sig_term_handler);
|
| /xsrc/external/mit/xdm/dist/xdm/ |
| dm.c | 225 (void) Signal (SIGTERM, StopAll); 409 * catch a SIGTERM, kill all displays and exit 427 Debug ("Child xdm caught SIGTERM before it removed that signal.\n"); 429 TerminateProcess (getpid(), SIGTERM); 588 case waitCompose (SIGTERM,0,0): 589 Debug ("Display exited on SIGTERM, try %d of %d\n", 648 TerminateProcess (d->pid, SIGTERM); 851 TerminateProcess (d->pid, SIGTERM);
|
| util.c | 277 (void) Signal (SIGTERM, SIG_DFL);
|
| session.c | 257 int sig = SIGTERM; 374 (void) Signal (SIGTERM, catchTerm);
|
| /xsrc/external/mit/xinit/dist/ |
| xinit.c | 274 sigaction(SIGTERM, &sa, NULL); 310 signal(SIGTERM, SIG_IGN); 622 if (killpg(serverpid, SIGTERM) < 0) {
|
| /xsrc/external/mit/xorg-server/dist/test/ |
| simple-xinit.c | 40 int ret = kill(server_pid, SIGTERM);
|
| /xsrc/external/mit/xterm/dist/ |
| resize.c | 502 signal(SIGTERM, onintr); 580 signal(SIGTERM, SIG_DFL);
|
| main.c | 4739 signal(SIGTERM, SIG_DFL); 4808 signal(SIGTERM, SIG_DFL); 5449 signal(SIGTERM, SIG_IGN); 5460 (void) signal(SIGTERM, Exit); 5464 (void) signal(SIGTERM, SIG_IGN); 5470 signal(SIGTERM, Exit);
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| eglfbdev.c | 153 if (sigaction(SIGTERM, &sa, NULL))
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/ |
| stub.c | 223 signal(SIGTERM, signal_handler);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/ |
| stub.c | 221 signal(SIGTERM, signal_handler);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| xtrapemacros.h | 346 # ifdef SIGTERM 347 # define _SetSIGTERMHandling(rtn) (void)signal(SIGTERM, rtn)
|
| /xsrc/external/mit/xf86-input-synaptics/dist/tools/ |
| syndaemon.c | 158 SIGALRM, SIGTERM,
|
| /xsrc/external/mit/xf86-video-qxl/dist/scripts/ |
| Xspice | 210 signal.signal(signal.SIGTERM, cleanup)
|
| /xsrc/external/mit/xfs/dist/os/ |
| connection.c | 253 HANDLE_SIGNAL(SIGTERM, GiveUp);
|
| /xsrc/external/mit/iceauth/dist/ |
| process.c | 520 signal (SIGTERM, catchsig);
|
| /xsrc/external/mit/twm/dist/src/ |
| twm.c | 288 newhandler(SIGTERM);
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| stream.c | 485 oabort == UNSPEC || oabort == NIL ? SIGTERM : SIGKILL);
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| connection.c | 301 OsSignal(SIGTERM, GiveUp);
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| connection.c | 426 OsSignal (SIGTERM, GiveUp);
|
| /xsrc/external/mit/x11perf/dist/ |
| x11perf.c | 1313 (void) signal(SIGTERM, Cleanup);
|
| /xsrc/external/mit/xauth/dist/ |
| process.c | 695 signal (SIGTERM, catchsig);
|