Searched refs:time_now (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Devent-loop.c973 struct timeval time_now, delta;
980 gettimeofday (&time_now, NULL);
983 timer_ptr->when.tv_sec = time_now.tv_sec + delta.tv_sec;
984 timer_ptr->when.tv_usec = time_now.tv_usec + delta.tv_usec;
1073 struct timeval time_now;
1076 gettimeofday (&time_now, NULL);
1081 if ((timer_ptr->when.tv_sec > time_now.tv_sec) ||
1082 ((timer_ptr->when.tv_sec == time_now.tv_sec) &&
1083 (timer_ptr->when.tv_usec > time_now.tv_usec)))
1107 struct timeval time_now, delt
970 struct timeval time_now, delta; local
1070 struct timeval time_now; local
1104 struct timeval time_now, delta; local
[all...]
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dntp_intres.c323 time_t time_now; local
379 time_now = time(NULL);
380 worker_ctx->ignore_scheduled_before = time_now;
382 humantime(time_now)));
490 time_t time_now; local
513 time_now = time(NULL);
514 child_ctx->next_dns_timeslot = time_now;
516 gai_req->dns_idx, humantime(time_now)));
653 time_t time_now; local
665 time_now
708 time_t time_now; local
819 time_t time_now; local
902 time_t time_now; local
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dmoduli.c155 time_t time_now; local
158 time(&time_now);
159 gtm = gmtime(&time_now);
530 time_t time_now, elapsed; local
535 time_now = monotime();
537 time_start = time_prev = time_now;
541 if (time_now - time_prev < 5 * 60)
543 time_prev = time_now;
544 elapsed = time_now - time_start;
550 time(&time_now);
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/mi/
H A Dmi-main.c1417 struct timeval time_now, delta, update_threshold; local
1428 gettimeofday (&time_now, NULL);
1430 delta.tv_usec = time_now.tv_usec - last_update.tv_usec;
1431 delta.tv_sec = time_now.tv_sec - last_update.tv_sec;
1464 last_update.tv_sec = time_now.tv_sec;
1465 last_update.tv_usec = time_now.tv_usec;
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dcert.c62 time_t time_now; member in struct:hx509_verify_ctx_data
485 ctx->time_now = t;
1013 time_t time_now,
1056 q.timenow = time_now;
1198 time_t time_now,
1219 ret = find_parent(context, time_now, anchors, path,
1888 ctx->time_now = time(NULL);
1907 ret = _hx509_calculate_path(context, 0, ctx->time_now,
2097 if (t > ctx->time_now) {
2103 if (t < ctx->time_now) {
1012 find_parent(hx509_context context, time_t time_now, hx509_certs trust_anchors, hx509_path *path, hx509_certs pool, hx509_cert current, hx509_cert *parent) argument
1196 _hx509_calculate_path(hx509_context context, int flags, time_t time_now, hx509_certs anchors, unsigned int max_depth, hx509_cert cert, hx509_certs pool, hx509_path *path) argument
[all...]
H A Drevoke.c173 time_t time_now,
455 time_t time_now,
465 if (t > time_now) {
478 if (t < time_now) {
541 time_now,
171 verify_ocsp(hx509_context context, struct revoke_ocsp *ocsp, time_t time_now, hx509_certs certs, hx509_cert parent) argument
452 verify_crl(hx509_context context, hx509_revoke_ctx ctx, CRLCertificateList *crl, time_t time_now, hx509_certs certs, hx509_cert parent) argument
/freebsd-9.3-release/usr.sbin/rpc.lockd/
H A Dlock_proc.c198 struct timeval retry_time, time_now; local
206 gettimeofday(&time_now, NULL);
215 < time_now.tv_sec)) {
302 clnt_cache_time[clnt_cache_next_to_use] = time_now.tv_sec;
/freebsd-9.3-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c936 time_t min_time, time_now; local
941 time_now = time((time_t *)0);
944 lastxid = time_now * NFORWARD;
962 if ((time_now - FINFO[i].time) > MAXTIME_OFF)
988 FINFO[j].time = time_now;

Completed in 871 milliseconds