time_now
time_t time_now,
q.timenow = time_now;
time_t time_now,
ret = find_parent(context, time_now, anchors, path,
ctx->time_now = time(NULL);
ret = _hx509_calculate_path(context, 0, ctx->time_now,
if (t > ctx->time_now) {
if (t < ctx->time_now) {
ctx->time_now,
ctx->time_now = t;
return ctx->time_now;
time_t time_now;
time_t time_now,
if (time_now)
q.timenow = time_now;
time_t time_now,
time_now, &cert,
time_t time_now,
time_t time_now,
if (t > time_now) {
if (t < time_now) {
time_now,
krb5_timestamp time_now,
time_offset = ts_delta(as_reply->enc_part2->times.authtime, time_now);
!ts_within(as_reply->enc_part2->times.starttime, time_now,
krb5_timestamp time_now;
ret = krb5_timeofday(context, &time_now);
*timestamp_out = time_now;
get_time_now(struct time_now *n)
get_time_now(struct time_now *n)
struct time_now now;
static struct time_now last_time;
struct time_now now;
time_t time_now;
time(&time_now);
gtm = gmtime(&time_now);
time_t time_now, elapsed;
time_now = monotime();
time_start = time_prev = time_now;
if (time_now - time_prev < 5 * 60)
time_prev = time_now;
elapsed = time_now - time_start;
time(&time_now);
logit("%.24s processed %lu in %s", ctime(&time_now),
ctime(&time_now), processed, num_to_process, percent,
clock_gettime(CLOCK_MONOTONIC, &time_now);
timespecadd(&time_now, &arp_timeout_needed, &interm_struct);
timespecadd(&time_now, &arp_timeout_needed, &stop_time);
timespecadd(&time_now, &time_left, &stop_time);
clock_gettime(CLOCK_MONOTONIC, &time_now);
struct timespec time_now; /* CLOCK_MONOTONIC. */
extern struct timespec time_now; /* CLOCK_MONOTONIC */
clock_gettime(CLOCK_MONOTONIC, &time_now);
if (timespeccmp(&timeouts->when, &time_now, <=)) {
timespecsub(&timeouts->when, &time_now, &howlong);
clock_gettime(CLOCK_MONOTONIC, &time_now);
clock_gettime(CLOCK_MONOTONIC, &time_now);
time_t time_now = time ((time_t*) NULL);
struct tm* tm_now = localtime (&time_now);
struct timeval retry_time, time_now;
gettimeofday(&time_now, NULL);
< time_now.tv_sec)) {
clnt_cache_time[clnt_cache_next_to_use] = time_now.tv_sec;
time_t min_time, time_now;
time_now = time((time_t *)0);
lastxid = time_now * NFORWARD;
if ((time_now - FINFO[i].time) > MAXTIME_OFF)
FINFO[j].time = time_now;