Searched refs:timenow (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/crypto/openssl/ssl/
H A Dd1_lib.c376 struct timeval timenow; local
384 get_current_time(&timenow);
387 if (s->d1->next_timeout.tv_sec < timenow.tv_sec ||
388 (s->d1->next_timeout.tv_sec == timenow.tv_sec &&
389 s->d1->next_timeout.tv_usec <= timenow.tv_usec)) {
396 timeleft->tv_sec -= timenow.tv_sec;
397 timeleft->tv_usec -= timenow.tv_usec;
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbss_dgram.c186 struct timeval timenow, timeleft; local
206 get_current_time(&timenow);
210 timeleft.tv_sec -= timenow.tv_sec;
211 timeleft.tv_usec -= timenow.tv_usec;
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dhx_locl.h144 time_t timenow; member in struct:hx509_query_data
H A Dcert.c1056 q.timenow = time_now;
2786 if (t > q->timenow)
2789 if (t < q->timenow)
H A Dcms.c295 q.timenow = time(NULL);
/freebsd-9.3-release/usr.sbin/newsyslog/
H A Dnewsyslog.c236 struct ptime_data *dbg_timenow; /* A "timenow" value set via -D option */
237 struct ptime_data *timenow; /* The time to use for checking at-fields */ variable in typeref:struct:ptime_data
525 diffsecs = ptimeget_diff(timenow, ent->trim_at);
530 timenow);
619 timenow = ptime_init(NULL);
620 ptimeset_time(timenow, time(NULL));
621 strlcpy(daytime, ptimeget_ctime(timenow) + 4, DAYTIME_LEN);
724 ptime_free(timenow);
725 timenow = dbg_timenow;
1246 ptimeget_secs(timenow), e
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dzone.c3185 isc_time_t timenow, timethen; local
3195 TIME_NOW(&timenow);
3197 DNS_ZONE_TIME_ADD(&timenow, then - now, &timethen);
3199 timethen = timenow;
3200 if (isc_time_compare(&zone->refreshkeytime, &timenow) < 0 ||
3206 zone_settimer(zone, &timenow);
4265 isc_stdtime_t timenow; local
4269 isc_stdtime_get(&timenow);
4276 next.resign - timenow -
8761 isc_time_t timenow, timethe local
12830 isc_time_t timenow; local
16326 isc_time_t timenow; local
[all...]

Completed in 196 milliseconds