Searched refs:alarm (Results 76 - 100 of 109) sorted by relevance

12345

/freebsd-13-stable/contrib/pf/pflogd/
H A Dpflogd.c743 alarm(delay);
795 alarm(delay);
/freebsd-13-stable/usr.sbin/inetd/
H A Dbuiltins.c758 alarm(10);
760 alarm(0);
/freebsd-13-stable/usr.bin/at/
H A Dat.c257 /* Set an alarm so a timeout occurs after ALARMC seconds, in case
261 alarm(ALARMC);
263 alarm(0);
/freebsd-13-stable/usr.bin/login/
H A Dlogin.c199 (void)alarm(timeout);
381 (void)alarm((u_int)0);
/freebsd-13-stable/lib/libc/gen/
H A DMakefile.inc19 alarm.c \
200 MAN+= alarm.3 \
/freebsd-13-stable/include/
H A Dunistd.h325 unsigned int alarm(unsigned int);
/freebsd-13-stable/libexec/ftpd/
H A Dftpcmd.y650 (void) alarm(timeout);
1286 (void) alarm(timeout);
1293 (void) alarm(0);
1296 (void) alarm(0);
/freebsd-13-stable/contrib/ntp/libntp/
H A Dmachines.c101 /* emulate unix alarm
106 void alarm (int seconds) function
195 * Setitimer emulation support. Note that we implement this using alarm(),
196 * and since alarm() only delivers one signal, we must re-enable the alarm
198 * before the real handler routine and re-enable the alarm at that time.
215 unsigned long current_msec; /* current alarm() value in effect */
216 unsigned long interval_msec; /* next alarm() value from setitimer */
217 unsigned long value_msec; /* first alarm() value from setitimer */
223 * Undocumented, unsupported function to do alarm() i
[all...]
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y509 alarm((unsigned) ftpd_timeout);
1134 alarm((unsigned) ftpd_timeout);
1139 alarm(0);
H A Dftpcmd.c2271 alarm((unsigned) ftpd_timeout);
3190 alarm((unsigned) ftpd_timeout);
3195 alarm(0);
/freebsd-13-stable/contrib/opie/
H A Dftpcmd.y506 (void) alarm((unsigned) timeout);
962 (void) alarm((unsigned) timeout);
967 (void) alarm(0);
H A Dopielogin.c698 alarm(timeout);
1232 alarm(0);
/freebsd-13-stable/sbin/init/
H A Dinit.c1848 alarm(DEATH_WATCH);
1930 alarm(shutdowntimeout);
1961 /* Turn off the alarm */
1962 alarm(0);
/freebsd-13-stable/crypto/openssl/apps/
H A Docsp.c1385 alarm(timeout);
1451 /* Clear alarm before we close the client socket */
1452 alarm(0);
1472 alarm(0);
/freebsd-13-stable/libexec/getty/
H A Dsubr.c611 alarm(5*60);
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_siginfo.c130 alarm(1);
/freebsd-13-stable/crypto/openssh/
H A Dsshd.c325 alarm(0); /* alarm timer persists across exec */
362 * Signal handler for the alarm after the login grace period has expired.
2069 * Disable the key regeneration alarm. We will not regenerate the
2073 alarm(0);
2179 * successfully authenticates itself. So we set up an alarm which is
2181 * indicates no limit. Note that we don't set the alarm in debugging
2187 alarm(options.login_grace_time);
2238 * Cancel the alarm we set to limit the time taken for
2241 alarm(
[all...]
/freebsd-13-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c1861 alarm(pp->conn_timeout);
1863 alarm(0);
1932 alarm(pp->conn_timeout);
1934 alarm(0);
/freebsd-13-stable/contrib/ntp/parseutil/
H A Ddcfd.c1161 (void) alarm(1<<ADJINTERVAL);
1637 (void) alarm(1<<ADJINTERVAL);
/freebsd-13-stable/contrib/tcpdump/
H A Dtcpdump.c2013 alarm(1);
2186 alarm(0);
2614 alarm(1);
/freebsd-13-stable/usr.sbin/rpc.lockd/
H A Dlockd.c474 alarm(grace_period);
/freebsd-13-stable/tests/sys/opencrypto/
H A Dcryptodev.py298 signal.alarm(timeo)
/freebsd-13-stable/tools/regression/netinet/ipmulticast/
H A Dipmulticast.c696 alarm(timeout);
/freebsd-13-stable/contrib/wpa/src/utils/
H A Deloop.c979 alarm(2);
1003 alarm(0);
/freebsd-13-stable/contrib/ipfilter/ipsend/
H A Ddlcommon.c499 if (alarm(MAXWAIT) < 0) {
500 (void) sprintf(errmsg, "%s: alarm", caller);
516 if (alarm(0) < 0) {
517 (void) sprintf(errmsg, "%s: alarm", caller);

Completed in 302 milliseconds

12345