Searched refs:SIGQUIT (Results 1 - 25 of 189) sorted by relevance

12345678

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/Scripts/
H A Dsignal-demo.py16 os.kill(os.getpid(), signal.SIGQUIT)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/Scripts/
H A Dsignal-demo.py16 os.kill(os.getpid(), signal.SIGQUIT)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/Scripts/
H A Dsignal-demo.py16 os.kill(os.getpid(), signal.SIGQUIT)
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dsig.h54 _DO(SIGQUIT) \
/macosx-10.10/libedit-40/src/
H A Dsig.h54 _DO(SIGQUIT) \
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dsig.h56 _DO(SIGQUIT) \
/macosx-10.10/less-25/less/
H A Dsignal.c164 #ifdef SIGQUIT
165 (void) LSIGNAL(SIGQUIT, SIG_IGN);
185 #ifdef SIGQUIT
186 (void) LSIGNAL(SIGQUIT, SIG_DFL);
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dsignals.c86 SIGINT, SIGTERM, SIGQUIT, SIGALRM, SIGTSTP, SIGTTIN, and SIGTTOU. */
157 #if defined (SIGQUIT)
158 case SIGQUIT:
304 #if defined (SIGQUIT)
305 sigaddset (&bset, SIGQUIT);
332 #if defined (SIGQUIT)
333 rl_maybe_set_sighandler (SIGQUIT, rl_signal_handler, &old_quit);
391 #if defined (SIGQUIT)
392 rl_sigaction (SIGQUIT, &old_quit, &dummy);
/macosx-10.10/Libc-1044.1.2/stdlib/FreeBSD/
H A Dsystem.c96 * Ignore SIGINT and SIGQUIT, block SIGCHLD. Remember to save
107 (void)_sigaction(SIGQUIT, &ign, &quitact);
109 sigaddset(&defaultsig, SIGQUIT);
136 (void)_sigaction(SIGQUIT, &quitact, NULL);
/macosx-10.10/tcsh-65/tcsh/
H A Dtc.sig.h126 sigaction(SIGQUIT, NULL, &(sv)[1]); \
134 sigaddset(&m__, SIGQUIT); \
146 sigaction(SIGQUIT, &(sv)[1], NULL); \
/macosx-10.10/postfix-255/postfix/src/util/
H A Dsigdelay.c108 signal(SIGQUIT, gotsig);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/PyObjCTools/
H A DSignals.py60 installHandler(signal.SIGQUIT)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/PyObjCTools/
H A DSignals.py60 installHandler(signal.SIGQUIT)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/PyObjCTools/
H A DSignals.py60 installHandler(signal.SIGQUIT)
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dsignal.d27 inline int SIGQUIT = 3;
28 #pragma D binding "1.0" SIGQUIT
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dsiglist.c57 #if defined (SIGQUIT)
58 sys_siglist[SIGQUIT] = "Quit";
/macosx-10.10/file_cmds-242/pax/
H A Dpax.c397 (sigaddset(&s_mask,SIGPIPE) < 0)||(sigaddset(&s_mask,SIGQUIT)<0) ||
422 if ((sigaction(SIGQUIT, &n_hand, &o_hand) < 0) &&
424 (sigaction(SIGQUIT, &o_hand, &o_hand) < 0))
/macosx-10.10/sudo-73/src/
H A Dmksiglist.h11 #ifdef SIGQUIT
12 if (sudo_sys_siglist[SIGQUIT] == NULL)
13 sudo_sys_siglist[SIGQUIT] = "Quit";
/macosx-10.10/Heimdal-398.1.2/appl/rcp/
H A Dutil.c133 qstat = signal(SIGQUIT, SIG_IGN);
137 (void)signal(SIGQUIT, qstat);
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Dsigcrit.c44 #ifdef SIGQUIT
45 SIGQUIT, SIG_REG_EXEC,
H A Dprocclose.c73 signal(SIGQUIT, p->sigquit);
/macosx-10.10/remote_cmds-47/rcp.tproj/
H A Dutil.c121 qstat = signal(SIGQUIT, SIG_IGN);
125 (void)signal(SIGQUIT, qstat);
/macosx-10.10/uucp-11/uucp/unix/
H A Dsignal.c87 #ifdef SIGQUIT
88 case SIGQUIT: iindex = INDEXSIG_SIGQUIT; break;
/macosx-10.10/apr-32/apr/apr/include/arch/win32/
H A Dapr_private.h87 #define SIGQUIT 3 macro
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dsignal.h61 #define SIGQUIT SIGBREAK macro

Completed in 282 milliseconds

12345678