Home
last modified time | relevance | path

Searched refs:time_start (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.bin/ssh/
H A Dmoduli.c245 time_t time_start, time_stop; in gen_candidates() local
337 time(&time_start); in gen_candidates()
339 logit("%.24s Sieve next %u plus %u-bit", ctime(&time_start), in gen_candidates()
412 ctime(&time_stop), largetries, (long long)(time_stop - time_start)); in gen_candidates()
531 static time_t time_start, time_prev; in print_progress() local
538 if (time_start == 0) { in print_progress()
539 time_start = time_prev = time_now; in print_progress()
546 elapsed = time_now - time_start; in print_progress()
582 time_t time_start, time_stop; in prime_test() local
595 time(&time_start); in prime_test()
[all …]
/openbsd-src/usr.sbin/nsd/
H A Dxfr-inspect.c98 time_t time_end, time_start; in inspect_header() local
125 time_start = (time_t)time_start_0; in inspect_header()
136 (int)time_start_1, ctime(&time_start)); in inspect_header()
347 time_t time_end, time_start; in list_header() local
374 time_start = (time_t)time_start_0; in list_header()
385 (int)time_start_1, ctime(&time_start)); in list_header()