Searched refs:SIGUSR2 (Results 1 - 25 of 64) sorted by relevance

123

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/ac/
H A Dsignal.h47 # define LDAP_SIGUSR2 SIGUSR2
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dsignal.d85 inline int SIGUSR2 = 31;
86 #pragma D binding "1.0" SIGUSR2
/macosx-10.9.5/bash-92/bash-3.2/
H A Dsiglist.c177 #if defined (SIGUSR2)
178 sys_siglist[SIGUSR2] = "User signal 2";
H A Dsig.c200 #ifdef SIGUSR2
201 { SIGUSR2, NULL_HANDLER, 0 },
/macosx-10.9.5/sudo-72/src/
H A Dmksiglist.h107 #ifdef SIGUSR2
108 if (sudo_sys_siglist[SIGUSR2] == NULL)
109 sudo_sys_siglist[SIGUSR2] = "User defined signal 2";
/macosx-10.9.5/Heimdal-323.92.1/kcm/
H A Dmain.c101 heim_sipc_signal_handler(SIGUSR2, sigusr2, NULL);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/win32/
H A Dapr_private.h96 #define SIGUSR2 12 macro
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/unix/
H A Dsignals.c205 #ifdef SIGUSR2
206 store_desc(SIGUSR2, "User defined signal 2");
311 * SIGUSR2 is being removed from the mask for the convenience of
312 * Purify users (Solaris, HP-UX, SGI) since Purify uses SIGUSR2
314 #ifdef SIGUSR2
315 sigdelset(sig_mask, SIGUSR2);
/macosx-10.9.5/apr-30/apr/apr/include/arch/win32/
H A Dapr_private.h96 #define SIGUSR2 12 macro
/macosx-10.9.5/apr-30/apr/apr/threadproc/unix/
H A Dsignals.c205 #ifdef SIGUSR2
206 store_desc(SIGUSR2, "User defined signal 2");
311 * SIGUSR2 is being removed from the mask for the convenience of
312 * Purify users (Solaris, HP-UX, SGI) since Purify uses SIGUSR2
314 #ifdef SIGUSR2
315 sigdelset(sig_mask, SIGUSR2);
/macosx-10.9.5/bash-92/bash-3.2/CWRU/misc/
H A Dsigstat.c193 #if defined (SIGUSR2) /* user defined signal 2 */
194 signames[SIGUSR2] = "SIGUSR2";
/macosx-10.9.5/bash-92/bash-3.2/support/
H A Dsignames.c374 #if defined (SIGUSR2) /* user defined signal 2 */
375 signal_names[SIGUSR2] = "SIGUSR2";
/macosx-10.9.5/ruby-104/ruby/
H A Dsignal.c155 #ifdef SIGUSR2
156 {"USR2", SIGUSR2},
738 #ifdef SIGUSR2
739 case SIGUSR2:
774 #ifdef SIGUSR2
775 case SIGUSR2:
1164 #ifdef SIGUSR2
1165 install_sighandler(SIGUSR2, sighandler);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/netware/
H A Dapr_private.h116 #define SIGUSR2 24 macro
/macosx-10.9.5/apr-30/apr/apr/include/arch/netware/
H A Dapr_private.h116 #define SIGUSR2 24 macro
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclPosixStr.c1030 #if defined(SIGUSR2) && (!defined(SIGURG) || (SIGUSR2 != SIGURG))
1031 case SIGUSR2: return "SIGUSR2";
1165 #if defined(SIGUSR2) && (!defined(SIGURG) || (SIGUSR2 != SIGURG))
1166 case SIGUSR2: return "user-defined signal 2";
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclPosixStr.c1034 #if defined(SIGUSR2) && (!defined(SIGURG) || (SIGUSR2 != SIGURG))
1035 case SIGUSR2: return "SIGUSR2";
1167 #if defined(SIGUSR2) && (!defined(SIGURG) || (SIGUSR2 != SIGURG))
1168 case SIGUSR2: return "user-defined signal 2";
/macosx-10.9.5/rsync-42/rsync/
H A Dcleanup.c102 SIGACTION(SIGUSR2, SIG_IGN);
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dstrsignal.c133 #if defined (SIGUSR2)
134 ENTRY(SIGUSR2, "SIGUSR2", "User defined signal 2"),
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/data/
H A Dsignals.c221 #ifdef SIGUSR2
222 "USR2", VAL(SIGUSR2,SH_SIGDONE), S("User signal 2"),
223 #endif /* SIGUSR2 */
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/features/
H A Dsignal.c237 #ifdef SIGUSR2
239 "User signal 2", "USR2", SIGUSR2,
/macosx-10.9.5/screen-22/screen/
H A Dscreen.h233 #define SIG_LOCK SIGUSR2
/macosx-10.9.5/uucp-11/uucp/unix/
H A Dcusub.c66 /* 4.2 systems don't define SIGUSR2. This should work for them. On
69 #ifndef SIGUSR2
70 #define SIGUSR2 SIGURG macro
468 SIGUSR1 to make it start copying, and SIGUSR2 to make it stop. */
481 iSsend_sig = SIGUSR2;
634 usset_signal (SIGUSR2, uscu_child_handler, TRUE, (boolean *) NULL);
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dsignal.h122 #define SIGUSR2 31 /* user defined signal 2 */ macro
579 sigmask(SIGUSR1)|sigmask(SIGUSR2))
/macosx-10.9.5/ncurses-42/ncurses/ncurses/base/
H A Dlib_mouse.c580 * Take over SIGUSR2 for this purpose since SIGUSR1 is more
584 signal(SIGUSR2, SIG_IGN);
587 the_mouse.u.mode.signal = SIGUSR2;
589 signal(SIGUSR2, handle_sysmouse);
955 signal(SIGUSR2, handle_sysmouse);
984 signal(SIGUSR2, SIG_IGN);

Completed in 465 milliseconds

123