Searched refs:SIGALRM (Results 226 - 250 of 263) sorted by relevance

1234567891011

/netbsd-current/external/gpl2/gmake/dist/
H A Djob.c949 #if defined SIGALRM
958 sigaction (SIGALRM, &sa, NULL);
/netbsd-current/sbin/init/
H A Dinit.c308 handle(alrm_handler, SIGALRM, 0);
311 SIGXCPU, SIGXFSZ, SIGHUP, SIGTERM, SIGTSTP, SIGALRM, 0);
1607 * Note SIGALRM.
/netbsd-current/usr.bin/cdplay/
H A Dcdplay.c259 if (sigaction(SIGALRM, &sa_timer, NULL) < 0)
872 if (sigismember(&anymore, SIGALRM))
/netbsd-current/usr.sbin/inetd/
H A Dinetd.c334 { SIGALRM, SIGHUP, SIGCHLD, SIGTERM, SIGINT, SIGPIPE };
423 case SIGALRM:
/netbsd-current/external/bsd/ntp/dist/ntpdate/
H A Dntpdate.c62 * Windows does not abort a select select call if SIGALRM goes off
1593 signal_no_reset(SIGALRM, alarming);
1604 signal_no_reset(SIGALRM, alarming);
/netbsd-current/sys/kern/
H A Dkern_time.c834 * SIGALRM calls to be compressed into one.
1266 pt->pt_ev.sigev_signo = SIGALRM;
1676 pt->pt_ev.sigev_signo = SIGALRM;
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dspeed.c127 #ifdef SIGALRM
131 signal(SIGALRM, alarmed);
145 # define SIGALRM -1 macro
190 # error "SIGALRM not defined and the platform is not Windows"
1880 #if SIGALRM > 0
1881 signal(SIGALRM, alarmed);
H A Docsp.c635 signal(SIGALRM, socket_timeout);
/netbsd-current/libexec/httpd/
H A Dbozohttpd.c688 sigaddset(&sa.sa_mask, SIGALRM);
690 sigaction(SIGALRM, &sa, NULL);
853 signal(SIGALRM, SIG_DFL);
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dchecklocks.c855 if(signal(SIGALRM, joinalarm) == SIG_ERR)
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/
H A Dfixincl.c291 signal (SIGALRM, SIG_IGN);
/netbsd-current/external/bsd/ppp/dist/pppd/
H A Dtty.c983 signal(SIGALRM, SIG_DFL);
H A Dmain.c685 SIGNAL(SIGALRM, bad_signal);
/netbsd-current/libexec/identd/
H A Didentd.c342 (void)signal(SIGALRM, timeout_handler);
1028 /* Just exit when we caught SIGALRM. */
/netbsd-current/external/gpl3/gcc/dist/fixincludes/
H A Dfixincl.c291 signal (SIGALRM, SIG_IGN);
/netbsd-current/usr.sbin/tprof/
H A Dtprof_top.c989 signal(SIGALRM, sigalrm_handler);
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Dgp-collect-app.cc158 /* install a handler for SIGALRM */
164 if (sigaction (SIGALRM, &act, &old_sigalrm_handler) == -1)
166 writeStr (2, GTXT ("Unable to install SIGALRM handler\n"));
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dgp-collect-app.cc158 /* install a handler for SIGALRM */
164 if (sigaction (SIGALRM, &act, &old_sigalrm_handler) == -1)
166 writeStr (2, GTXT ("Unable to install SIGALRM handler\n"));
/netbsd-current/usr.sbin/sysinst/
H A Dutil.c1899 signal(SIGALRM, timezone_sig);
1916 signal(SIGALRM, SIG_IGN);
/netbsd-current/external/bsd/ipf/dist/ipsend/
H A Ddlcommon.c502 (void) signal(SIGALRM, sigalrm);
/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Deloop.c975 /* Use SIGALRM to break out from potential busy loops that
978 signal(SIGALRM, eloop_handle_alarm);
1098 * avoid hitting the SIGALRM limit if the blocking
/netbsd-current/usr.sbin/ldpd/
H A Dsocketops.c836 signal(SIGALRM, send_hello_alarm);
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Docsp.c597 signal(SIGALRM, socket_timeout);
/netbsd-current/usr.sbin/route6d/
H A Droute6d.c386 if (signal(SIGALRM, sighandler) == SIG_ERR ||
410 sigaddset(&mask, SIGALRM);
459 case SIGALRM:
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress.c954 evsignal_set(&ev, SIGALRM, signal_cb, &ev);
998 evsignal_set(&ev_one, SIGALRM, signal_cb, &ev_one);
1001 evsignal_set(&ev_two, SIGALRM, signal_cb, &ev_two);

Completed in 542 milliseconds

1234567891011