Home
last modified time | relevance | path

Searched refs:maxtime (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/crypto/external/bsd/openssl/dist/apps/
Ds_time.c127 int maxtime = SECONDS, nConn = 0, perform = 3, ret = 1, i, st_bugs = 0; in s_time_main() local
199 maxtime = opt_int_arg(); in s_time_main()
269 printf("Collecting connection statistics for %d seconds\n", maxtime); in s_time_main()
274 finishtime = (long)time(NULL) + maxtime; in s_time_main()
314 i = (int)((long)time(NULL) - finishtime + maxtime); in s_time_main()
320 nConn, (long)time(NULL) - finishtime + maxtime, in s_time_main()
352 finishtime = (long)time(NULL) + maxtime; in s_time_main()
400 nConn, (long)time(NULL) - finishtime + maxtime, bytes_read / nConn); in s_time_main()
403 (long)time(NULL) - finishtime + maxtime); in s_time_main()
/netbsd/src/external/bsd/cron/dist/
Ddatabase.c141 time_t maxtime; in load_database() local
150 maxtime = syscron_stat.st_mtime; in load_database()
160 if (p->st.st_mtime > maxtime) in load_database()
161 maxtime = p->st.st_mtime; in load_database()
171 if (old_db->mtime == maxtime) { in load_database()
182 new_db.mtime = maxtime; in load_database()
/netbsd/src/external/ibm-public/postfix/dist/src/global/
Dpipe_command.c293 int maxtime = (pipe_command_timeout == 0) ? pipe_command_maxtime : 0; in pipe_command_write() local
299 if (write_wait(fd, maxtime) < 0) { in pipe_command_write()
316 int maxtime = (pipe_command_timeout == 0) ? pipe_command_maxtime : 0; in pipe_command_read() local
322 if (read_wait(fd, maxtime) < 0) { in pipe_command_read()
356 int maxtime = (pipe_command_timeout == 0) ? pipe_command_maxtime : 1; in pipe_command_wait_or_kill() local
363 if ((n = timed_waitpid(pid, statusp, 0, maxtime)) < 0 && errno == ETIMEDOUT) { in pipe_command_wait_or_kill()
Dsmtp_stream.c265 void smtp_stream_setup(VSTREAM *stream, int maxtime, int enable_deadline, in smtp_stream_setup() argument
272 myname, maxtime, enable_deadline, min_data_rate); in smtp_stream_setup()
276 CA_VSTREAM_CTL_TIMEOUT(maxtime), in smtp_stream_setup()
/netbsd/src/external/bsd/ntp/dist/scripts/monitoring/
Dntploopwatch195 undef($maxtime);
457 $t = int(($maxtime - $mintime) / 12 + 0.5);
471 $i <= $maxtime + $t;
497 chop($xte = &ctime($maxtime));
1070 undef $maxtime;
1086 $maxtime = $time[$#time];
1310 @time = (0, 1); $maxtime = 1; $mintime = 0;
/netbsd/src/tests/lib/libc/sys/
Dt_clock_gettime.c241 static const struct timespec maxtime = {5, 0}; in check_monotonicity() local
263 } while (timespeccmp(&mono_d, &maxtime, <)); in check_monotonicity()
/netbsd/src/usr.sbin/rpc.pcnfsd/
Dpcnfsd_misc.c406 su_popen(char *user, char *cmd, int maxtime) in su_popen() argument
458 start_watchdog(maxtime); in su_popen()