Searched refs:SIGUSR1 (Results 76 - 100 of 105) sorted by relevance

12345

/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-sh/
H A Datf-check.cpp192 { "usr1", SIGUSR1 },
/macosx-10.10/lukemftp-14/tnftp/src/
H A Dmain.c535 (void)xsignal(SIGUSR1, crankrate);
H A Dcmds.c2292 oldusr1 = xsignal(SIGUSR1, SIG_IGN);
2314 (void)xsignal(SIGUSR1, oldusr1);
H A Dutil.c953 * Change the rate limit up (SIGUSR1) or down (SIGUSR2)
960 case SIGUSR1:
/macosx-10.10/network_cmds-457/rtsol.tproj/
H A Drtsold.c212 if (signal(SIGUSR1, (void *)rtsold_set_dump_file) < 0) {
278 if (do_dump) { /* SIGUSR1 */
/macosx-10.10/ntp-92/ntpd/
H A Dntpd.c125 #define MOREDEBUGSIG SIGUSR1
/macosx-10.10/ppp-786.1.1/Helpers/vpnd/
H A Dmain.c689 sigaction(SIGUSR1, &sSigAction, &sSigOldAction);
/macosx-10.10/system_cmds-643.1.1/shutdown.tproj/
H A Dshutdown.c505 dohalt ? SIGUSR1 : /* halt */
/macosx-10.10/Libnotify-133.1.1/notifyd/
H A Dnotifyd.c1155 signal(SIGUSR1, SIG_IGN);
1236 /* Set up SIGUSR1 */
1237 global.sig_usr1_src = dispatch_source_create(DISPATCH_SOURCE_TYPE_SIGNAL, (uintptr_t)SIGUSR1, 0, main_q);
/macosx-10.10/emacs-93/emacs/src/
H A Demacs.c1198 #ifdef SIGUSR1
1199 add_user_signal (SIGUSR1, "sigusr1");
H A Dsysdep.c3082 # ifdef SIGUSR1
3083 sys_siglist[SIGUSR1] = "User defined signal 1";
/macosx-10.10/gnutar-453/gnutar/src/
H A Dtar.c696 "Allowed signals are: SIGHUP, SIGQUIT, SIGINT, SIGUSR1 and SIGUSR2; "
888 { "SIGUSR1", SIGUSR1 },
889 { "USR1", SIGUSR1 },
/macosx-10.10/NFS-82/rpc.rquotad/
H A Drquotad.c408 sigaddset(&sigset, SIGUSR1);
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dbrowse-url.el1235 (signal-process pid 'SIGUSR1)
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A Ddaemon.c1987 case SIGUSR1: mDNS_LoggingEnabled = mDNS_LoggingEnabled ? 0 : 1;
1988 LogMsg("SIGUSR1: Logging %s", mDNS_LoggingEnabled ? "Enabled" : "Disabled");
2087 case SIGUSR1: mDNS_LoggingEnabled = mDNS_LoggingEnabled ? 0 : 1;
2088 LogMsg("SIGUSR1: Logging %s", mDNS_LoggingEnabled ? "Enabled" : "Disabled");
2145 mDNSSetupSignal(queue, SIGUSR1);
2866 signal(SIGUSR1, HandleSIG); // (Debugging) Enable Logging
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dtty.c1249 signal(SIGUSR1, SIG_DFL);
H A Dmain.c1150 SIGNAL(SIGUSR1, toggle_debug); /* Toggle debug flag */
1992 * toggle_debug - Catch SIGUSR1 signal.
/macosx-10.10/sudo-73/src/
H A Dexec_pty.c830 sigaction(SIGUSR1, &sa, NULL);
/macosx-10.10/vim-55/src/
H A Dos_unix.c300 #ifdef SIGUSR1
301 {SIGUSR1, "USR1", TRUE},
1022 # ifdef SIGUSR1
1023 || sigarg == SIGUSR1
/macosx-10.10/gssd-64/
H A Dgssd.c665 sigaddset(waitset, SIGUSR1);
1689 case SIGUSR1:
/macosx-10.10/tcpdump-61/tcpdump/
H A Dtcpdump.c109 #elif SIGUSR1
110 #define SIGNAL_REQ_INFO SIGUSR1
/macosx-10.10/vim-55/runtime/syntax/
H A Dc.vim250 syn keyword cConstant SIGUSR1 SIGUSR2
/macosx-10.10/network_cmds-457/rtadvd.tproj/
H A Drtadvd.c273 signal(SIGUSR1, rtadvd_set_dump_file);
278 if (do_dump) { /* SIGUSR1 */
305 /* EINTR would occur upon SIGUSR1 for status dump */
/macosx-10.10/ncurses-44/ncurses/test/
H A Dncurses.c6243 #ifdef SIGUSR1
6478 #ifdef SIGUSR1
6480 signal(SIGUSR1, announce_sig);
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dcfparse.y2335 int ignore_estab_or_assert_handles = (sig == SIGUSR1);

Completed in 373 milliseconds

12345