Searched refs:maxtime (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssl/dist/apps/ |
| D | s_time.c | 127 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/ |
| D | database.c | 141 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/ |
| D | pipe_command.c | 293 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()
|
| D | smtp_stream.c | 265 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/ |
| D | ntploopwatch | 195 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/ |
| D | t_clock_gettime.c | 241 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/ |
| D | pcnfsd_misc.c | 406 su_popen(char *user, char *cmd, int maxtime) in su_popen() argument 458 start_watchdog(maxtime); in su_popen()
|