Home
last modified time | relevance | path

Searched refs:time_now (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Dntp_intres.c323 time_t time_now; in blocking_getaddrinfo() local
379 time_now = time(NULL); in blocking_getaddrinfo()
490 time_t time_now; in getaddrinfo_sometime_complete() local
513 time_now = time(NULL); in getaddrinfo_sometime_complete()
653 time_t time_now; in getnameinfo_sometime() local
665 time_now = time(NULL); in getnameinfo_sometime()
708 time_t time_now; in blocking_getnameinfo() local
768 time_now = time(NULL); in blocking_getnameinfo()
819 time_t time_now; in getnameinfo_sometime_complete() local
902 time_t time_now; in reload_resolv_conf() local
[all …]
/freebsd/crypto/openssh/
H A Dmoduli.c157 time_t time_now; in qfileout() local
160 time(&time_now); in qfileout()
161 gtm = gmtime(&time_now); in qfileout()
538 time_t time_now, elapsed; in print_progress() local
543 time_now = monotime(); in print_progress()
545 time_start = time_prev = time_now; in print_progress()
549 if (time_now - time_prev < 5 * 60) in print_progress()
551 time_prev = time_now; in print_progress()
552 elapsed = time_now - time_start; in print_progress()
558 time(&time_now); in print_progress()
[all …]
/freebsd/secure/caroot/
H A DMAca-bundle.pl165 my $time_now = timenow();
166 if ($time_now >= $distrust_after) { $distrust = 1; }
/freebsd/sys/contrib/openzfs/cmd/zed/zed.d/
H A Dzed-functions.sh765 && [ "$((time_now - time_prev))" -lt "${interval}" ]; then
772 echo "${time_now};${tag}" >> "${statefile}.$$"
/freebsd/crypto/heimdal/lib/hx509/
H A Dcert.c62 time_t time_now; member
489 ctx->time_now = t; in hx509_verify_set_time()
495 return ctx->time_now; in _hx509_verify_get_time()
1051 time_t time_now, in find_parent() argument
1094 q.timenow = time_now; in find_parent()
1237 time_t time_now, in _hx509_calculate_path() argument
1258 ret = find_parent(context, time_now, anchors, path, in _hx509_calculate_path()
1996 ctx->time_now = time(NULL); in hx509_verify_path()
2222 if (t > ctx->time_now) { in hx509_verify_path()
2228 if (t < ctx->time_now) { in hx509_verify_path()
[all …]
H A Dcms.c262 time_t time_now, in find_CMSIdentifier() argument
295 if (time_now) in find_CMSIdentifier()
296 q.timenow = time_now; in find_CMSIdentifier()
353 time_t time_now, in hx509_cms_unenvelope() argument
417 time_now, &cert, in hx509_cms_unenvelope()
H A Drevoke.c172 time_t time_now, in verify_ocsp() argument
458 time_t time_now, in verify_crl() argument
468 if (t > time_now) { in verify_crl()
481 if (t < time_now) { in verify_crl()
544 time_now, in verify_crl()
H A DChangeLog7 * ks_p12.c: pass in time_now to unevelope
9 * cms.c: Pass in time_now to unevelope, us verify context time in
/freebsd/usr.sbin/rpc.lockd/
H A Dlock_proc.c192 struct timeval retry_time, time_now; in get_client() local
200 gettimeofday(&time_now, NULL); in get_client()
209 < time_now.tv_sec)) { in get_client()
302 clnt_cache_time[clnt_cache_next_to_use] = time_now.tv_sec; in get_client()
/freebsd/usr.sbin/rpcbind/
H A Drpcb_svc_com.c921 time_t min_time, time_now; in forward_register() local
926 time_now = time((time_t *)0); in forward_register()
929 lastxid = time_now * NFORWARD; in forward_register()
947 if ((time_now - FINFO[i].time) > MAXTIME_OFF) in forward_register()
973 FINFO[j].time = time_now; in forward_register()
/freebsd/usr.bin/chat/
H A Dchat.c1234 time_t time_now = time ((time_t*) NULL); in get_string() local
1235 struct tm* tm_now = localtime (&time_now); in get_string()
/freebsd/contrib/wpa/src/p2p/
H A Dp2p.c722 struct os_reltime time_now; in p2p_add_device() local
756 os_get_reltime(&time_now); in p2p_add_device()
757 rx_time = &time_now; in p2p_add_device()