Symbol: times
crypto/heimdal/appl/ftp/ftpd/klist.c
47
if(cred->times.starttime)
crypto/heimdal/appl/ftp/ftpd/klist.c
48
krb5_format_time(context, cred->times.starttime, t1, sizeof(t1), 1);
crypto/heimdal/appl/ftp/ftpd/klist.c
50
krb5_format_time(context, cred->times.authtime, t1, sizeof(t1), 1);
crypto/heimdal/appl/ftp/ftpd/klist.c
52
if(cred->times.endtime > sec)
crypto/heimdal/appl/ftp/ftpd/klist.c
53
krb5_format_time(context, cred->times.endtime, t2, sizeof(t2), 1);
crypto/heimdal/appl/kf/kf.c
235
creds.times.endtime = 0;
crypto/heimdal/appl/rsh/rsh.c
202
creds.times.endtime = 0;
crypto/heimdal/appl/telnet/libtelnet/kerberos5.c
830
creds.times.endtime = 0;
crypto/heimdal/kcm/events.c
234
event->fire_time = newcred->times.endtime - KCM_EVENT_QUEUE_INTERVAL;
crypto/heimdal/kcm/protocol.c
901
in.times.endtime = 0;
crypto/heimdal/kcm/renew.c
85
in.times.endtime = time(NULL) + ccache->tkt_life;
crypto/heimdal/kcm/renew.c
87
in.times.renew_till = time(NULL) + ccache->renew_life;
crypto/heimdal/kuser/copy_cred_cache.c
115
ctx.mcreds.times.endtime = time(NULL) + t;
crypto/heimdal/kuser/kdecode_ticket.c
151
in.times.endtime = 0;
crypto/heimdal/kuser/kimpersonate.c
176
cred.times.authtime = time(NULL);
crypto/heimdal/kuser/kimpersonate.c
177
cred.times.starttime = time(NULL);
crypto/heimdal/kuser/kimpersonate.c
178
cred.times.endtime = time(NULL) + expiration_time;
crypto/heimdal/kuser/kimpersonate.c
179
cred.times.renew_till = 0;
crypto/heimdal/kuser/kimpersonate.c
93
et.authtime = cred->times.authtime;
crypto/heimdal/kuser/kimpersonate.c
95
et.endtime = cred->times.endtime;
crypto/heimdal/kuser/kinit.c
277
in.times.endtime = time(NULL) + life;
crypto/heimdal/kuser/kinit.c
583
if(abs(cred.times.endtime - cred.times.starttime - ticket_life) > 30) {
crypto/heimdal/kuser/kinit.c
585
unparse_time_approx(cred.times.endtime - cred.times.starttime,
crypto/heimdal/kuser/kinit.c
591
if(abs(cred.times.renew_till - cred.times.starttime - renew) > 30) {
crypto/heimdal/kuser/kinit.c
593
unparse_time_approx(cred.times.renew_till - cred.times.starttime,
crypto/heimdal/kuser/kinit.c
680
timeout = cred->times.endtime - cred->times.starttime;
crypto/heimdal/kuser/klist.c
185
printable_time_long(cred->times.authtime));
crypto/heimdal/kuser/klist.c
186
if(cred->times.authtime != cred->times.starttime)
crypto/heimdal/kuser/klist.c
188
printable_time_long(cred->times.starttime));
crypto/heimdal/kuser/klist.c
190
printable_time_long(cred->times.endtime));
crypto/heimdal/kuser/klist.c
191
if(sec > cred->times.endtime)
crypto/heimdal/kuser/klist.c
196
printable_time_long(cred->times.renew_till));
crypto/heimdal/kuser/klist.c
361
expired = time(NULL) > creds.times.endtime;
crypto/heimdal/kuser/klist.c
364
*expiration = creds.times.endtime;
crypto/heimdal/kuser/klist.c
86
if(cred->times.starttime)
crypto/heimdal/kuser/klist.c
88
printable_time(cred->times.starttime));
crypto/heimdal/kuser/klist.c
91
printable_time(cred->times.authtime));
crypto/heimdal/kuser/klist.c
93
if(cred->times.endtime > sec)
crypto/heimdal/kuser/klist.c
95
printable_time(cred->times.endtime));
crypto/heimdal/lib/asn1/check-gen.c
540
KerberosTime times[] = {
crypto/heimdal/lib/asn1/check-gen.c
545
tests[0].val = &times[0];
crypto/heimdal/lib/asn1/check-gen.c
546
tests[1].val = &times[1];
crypto/heimdal/lib/asn1/der_get.c
469
char *times;
crypto/heimdal/lib/asn1/der_get.c
475
times = malloc(len + 1);
crypto/heimdal/lib/asn1/der_get.c
476
if (times == NULL)
crypto/heimdal/lib/asn1/der_get.c
478
memcpy(times, p, len);
crypto/heimdal/lib/asn1/der_get.c
479
times[len] = '\0';
crypto/heimdal/lib/asn1/der_get.c
480
e = generalizedtime2time(times, data);
crypto/heimdal/lib/asn1/der_get.c
481
free (times);
crypto/heimdal/lib/gssapi/krb5/acquire_cred.c
224
handle->lifetime = cred.times.endtime;
crypto/heimdal/lib/gssapi/krb5/acquire_cred.c
72
*lifetime = out_cred.times.endtime;
crypto/heimdal/lib/gssapi/krb5/init_sec_context.c
239
this_cred.times.endtime = ts + time_req;
crypto/heimdal/lib/gssapi/krb5/init_sec_context.c
241
this_cred.times.endtime = 0;
crypto/heimdal/lib/gssapi/krb5/init_sec_context.c
256
ctx->lifetime = ctx->kcred->times.endtime;
crypto/heimdal/lib/gssapi/krb5/init_sec_context.c
341
creds.times.endtime = 0;
crypto/heimdal/lib/gssapi/krb5/init_sec_context.c
465
ctx->lifetime = ctx->kcred->times.endtime;
crypto/heimdal/lib/kafs/afskrb5.c
102
kt->ct.BeginTimestamp = cred->times.starttime;
crypto/heimdal/lib/kafs/afskrb5.c
103
kt->ct.EndTimestamp = cred->times.endtime;
crypto/heimdal/lib/krb5/acache.c
213
cred->times.authtime = incred->authtime;
crypto/heimdal/lib/krb5/acache.c
214
cred->times.starttime = incred->starttime;
crypto/heimdal/lib/krb5/acache.c
215
cred->times.endtime = incred->endtime;
crypto/heimdal/lib/krb5/acache.c
216
cred->times.renew_till = incred->renew_till;
crypto/heimdal/lib/krb5/acache.c
356
cred->authtime = incred->times.authtime;
crypto/heimdal/lib/krb5/acache.c
357
cred->starttime = incred->times.starttime;
crypto/heimdal/lib/krb5/acache.c
358
cred->endtime = incred->times.endtime;
crypto/heimdal/lib/krb5/acache.c
359
cred->renew_till = incred->times.renew_till;
crypto/heimdal/lib/krb5/cache.c
1310
cred.times.authtime = time(NULL);
crypto/heimdal/lib/krb5/cache.c
1311
cred.times.endtime = cred.times.authtime + 3600 * 24 * 30;
crypto/heimdal/lib/krb5/cache.c
1643
if (now < cred.times.endtime)
crypto/heimdal/lib/krb5/cache.c
1644
*t = cred.times.endtime - now;
crypto/heimdal/lib/krb5/creds.c
242
match = krb5_times_equal(&mcreds->times, &creds->times);
crypto/heimdal/lib/krb5/creds.c
246
match = (mcreds->times.renew_till <= creds->times.renew_till) &&
crypto/heimdal/lib/krb5/creds.c
247
(mcreds->times.endtime <= creds->times.endtime);
crypto/heimdal/lib/krb5/creds.c
94
c->times = incred->times;
crypto/heimdal/lib/krb5/get_cred.c
1174
if(res_creds->times.endtime > timeret) {
crypto/heimdal/lib/krb5/get_cred.c
1391
if(res_creds->times.endtime > timeret) {
crypto/heimdal/lib/krb5/get_cred.c
204
*t->req_body.till = in_creds->times.endtime;
crypto/heimdal/lib/krb5/get_cred.c
544
out_creds->times.endtime = in_creds->times.endtime;
crypto/heimdal/lib/krb5/get_for_creds.c
373
*krb_cred_info->authtime = out_creds->times.authtime;
crypto/heimdal/lib/krb5/get_for_creds.c
375
*krb_cred_info->starttime = out_creds->times.starttime;
crypto/heimdal/lib/krb5/get_for_creds.c
377
*krb_cred_info->endtime = out_creds->times.endtime;
crypto/heimdal/lib/krb5/get_for_creds.c
379
*krb_cred_info->renew_till = out_creds->times.renew_till;
crypto/heimdal/lib/krb5/get_in_tkt.c
187
if(creds->times.starttime) {
crypto/heimdal/lib/krb5/get_in_tkt.c
194
*a->req_body.from = creds->times.starttime;
crypto/heimdal/lib/krb5/get_in_tkt.c
196
if(creds->times.endtime){
crypto/heimdal/lib/krb5/get_in_tkt.c
198
*a->req_body.till = creds->times.endtime;
crypto/heimdal/lib/krb5/get_in_tkt.c
200
if(creds->times.renew_till){
crypto/heimdal/lib/krb5/get_in_tkt.c
207
*a->req_body.rtime = creds->times.renew_till;
crypto/heimdal/lib/krb5/init_creds_pw.c
206
cred->times.starttime = now + start_time;
crypto/heimdal/lib/krb5/init_creds_pw.c
212
cred->times.endtime = now + tmp;
crypto/heimdal/lib/krb5/init_creds_pw.c
216
cred->times.renew_till = now + options->renew_life;
crypto/heimdal/lib/krb5/init_creds_pw.c
415
if (ctx->cred.times.renew_till)
crypto/heimdal/lib/krb5/init_creds_pw.c
651
if(creds->times.starttime) {
crypto/heimdal/lib/krb5/init_creds_pw.c
658
*a->req_body.from = creds->times.starttime;
crypto/heimdal/lib/krb5/init_creds_pw.c
660
if(creds->times.endtime){
crypto/heimdal/lib/krb5/init_creds_pw.c
662
*a->req_body.till = creds->times.endtime;
crypto/heimdal/lib/krb5/init_creds_pw.c
664
if(creds->times.renew_till){
crypto/heimdal/lib/krb5/init_creds_pw.c
671
*a->req_body.rtime = creds->times.renew_till;
crypto/heimdal/lib/krb5/krb5.h
460
krb5_times times;
crypto/heimdal/lib/krb5/mk_req.c
61
this_cred.times.endtime = 0;
crypto/heimdal/lib/krb5/rd_cred.c
287
creds->times.authtime = *kci->authtime;
crypto/heimdal/lib/krb5/rd_cred.c
289
creds->times.starttime = *kci->starttime;
crypto/heimdal/lib/krb5/rd_cred.c
291
creds->times.endtime = *kci->endtime;
crypto/heimdal/lib/krb5/rd_cred.c
293
creds->times.renew_till = *kci->renew_till;
crypto/heimdal/lib/krb5/sendauth.c
142
this_cred.times.endtime = 0;
crypto/heimdal/lib/krb5/store.c
1073
krb5_store_times(krb5_storage *sp, krb5_times times)
crypto/heimdal/lib/krb5/store.c
1076
ret = krb5_store_int32(sp, times.authtime);
crypto/heimdal/lib/krb5/store.c
1078
ret = krb5_store_int32(sp, times.starttime);
crypto/heimdal/lib/krb5/store.c
1080
ret = krb5_store_int32(sp, times.endtime);
crypto/heimdal/lib/krb5/store.c
1082
ret = krb5_store_int32(sp, times.renew_till);
crypto/heimdal/lib/krb5/store.c
1098
krb5_ret_times(krb5_storage *sp, krb5_times *times)
crypto/heimdal/lib/krb5/store.c
1103
times->authtime = tmp;
crypto/heimdal/lib/krb5/store.c
1106
times->starttime = tmp;
crypto/heimdal/lib/krb5/store.c
1109
times->endtime = tmp;
crypto/heimdal/lib/krb5/store.c
1112
times->renew_till = tmp;
crypto/heimdal/lib/krb5/store.c
1317
ret = krb5_store_times(sp, creds->times);
crypto/heimdal/lib/krb5/store.c
1369
ret = krb5_ret_times (sp, &creds->times);
crypto/heimdal/lib/krb5/store.c
1470
ret = krb5_store_times(sp, creds->times);
crypto/heimdal/lib/krb5/store.c
1544
ret = krb5_ret_times (sp, &creds->times);
crypto/heimdal/lib/krb5/test_keytab.c
174
perf_add(krb5_context context, krb5_keytab id, int times)
crypto/heimdal/lib/krb5/test_keytab.c
179
perf_find(krb5_context context, krb5_keytab id, int times)
crypto/heimdal/lib/krb5/test_keytab.c
184
perf_delete(krb5_context context, krb5_keytab id, int forward, int times)
crypto/heimdal/lib/krb5/test_keytab.c
192
static int times = 1000;
crypto/heimdal/lib/krb5/test_keytab.c
197
{"times", 0, arg_integer, &times,
crypto/heimdal/lib/krb5/test_keytab.c
253
perf_add(context, id, times);
crypto/heimdal/lib/krb5/test_keytab.c
254
perf_find(context, id, times);
crypto/heimdal/lib/krb5/test_keytab.c
255
perf_delete(context, id, 0, times);
crypto/heimdal/lib/krb5/test_keytab.c
258
perf_add(context, id, times);
crypto/heimdal/lib/krb5/test_keytab.c
259
perf_find(context, id, times);
crypto/heimdal/lib/krb5/test_keytab.c
271
perf_add(context, id, times);
crypto/heimdal/lib/krb5/test_keytab.c
272
perf_delete(context, id, 1, times);
crypto/heimdal/lib/krb5/ticket.c
778
if (creds->times.starttime == 0
crypto/heimdal/lib/krb5/ticket.c
788
if (creds->times.starttime != 0
crypto/heimdal/lib/krb5/ticket.c
789
&& tmp_time != creds->times.starttime) {
crypto/heimdal/lib/krb5/ticket.c
795
creds->times.starttime = tmp_time;
crypto/heimdal/lib/krb5/ticket.c
802
if (creds->times.renew_till != 0
crypto/heimdal/lib/krb5/ticket.c
803
&& tmp_time > creds->times.renew_till) {
crypto/heimdal/lib/krb5/ticket.c
809
creds->times.renew_till = tmp_time;
crypto/heimdal/lib/krb5/ticket.c
811
creds->times.authtime = rep->enc_part.authtime;
crypto/heimdal/lib/krb5/ticket.c
813
if (creds->times.endtime != 0
crypto/heimdal/lib/krb5/ticket.c
814
&& rep->enc_part.endtime > creds->times.endtime) {
crypto/heimdal/lib/krb5/ticket.c
820
creds->times.endtime = rep->enc_part.endtime;
crypto/krb5/src/clients/klist/klist.c
552
if (ts_after(creds.times.endtime, now))
crypto/krb5/src/clients/klist/klist.c
555
ts_after(creds.times.endtime, now)) {
crypto/krb5/src/clients/klist/klist.c
699
if (!cred->times.starttime)
crypto/krb5/src/clients/klist/klist.c
700
cred->times.starttime = cred->times.authtime;
crypto/krb5/src/clients/klist/klist.c
703
printtime(cred->times.starttime);
crypto/krb5/src/clients/klist/klist.c
706
printtime(cred->times.endtime);
crypto/krb5/src/clients/klist/klist.c
732
if (cred->times.renew_till) {
crypto/krb5/src/clients/klist/klist.c
738
printtime(cred->times.renew_till);
crypto/krb5/src/clients/ksu/ccache.c
204
(retval = krb5_check_exp(context, creds.times))){
crypto/krb5/src/clients/ksu/ccache.c
344
if (!cred->times.starttime)
crypto/krb5/src/clients/ksu/ccache.c
345
cred->times.starttime = cred->times.authtime;
crypto/krb5/src/clients/ksu/ccache.c
347
printtime(cred->times.starttime);
crypto/krb5/src/clients/ksu/ccache.c
349
printtime(cred->times.endtime);
crypto/krb5/src/clients/ksu/ccache.c
359
if (cred->times.renew_till) {
crypto/krb5/src/clients/ksu/ccache.c
365
printtime(cred->times.renew_till);
crypto/krb5/src/clients/ksu/heuristic.c
444
if (! retval) retval = krb5_check_exp(context, tgt.times);
crypto/krb5/src/clients/ksu/krb_auth_su.c
72
if (! retval) retval = krb5_check_exp(context, tgt.times);
crypto/krb5/src/kdc/do_as_req.c
220
state->kdc_time, &state->enc_tkt_reply.times,
crypto/krb5/src/kdc/do_as_req.c
244
state->reply_encpart.times = state->enc_tkt_reply.times;
crypto/krb5/src/kdc/do_as_req.c
672
state->enc_tkt_reply.times.authtime = state->kdc_time;
crypto/krb5/src/kdc/do_as_req.c
693
state->enc_tkt_reply.times.starttime = state->request->from;
crypto/krb5/src/kdc/do_as_req.c
695
state->enc_tkt_reply.times.starttime = state->kdc_time;
crypto/krb5/src/kdc/do_as_req.c
697
kdc_get_ticket_endtime(realm, state->enc_tkt_reply.times.starttime,
crypto/krb5/src/kdc/do_as_req.c
699
state->server, &state->enc_tkt_reply.times.endtime);
crypto/krb5/src/kdc/do_as_req.c
703
&state->enc_tkt_reply.times);
crypto/krb5/src/kdc/do_as_req.c
709
if (state->enc_tkt_reply.times.starttime ==
crypto/krb5/src/kdc/do_as_req.c
710
state->enc_tkt_reply.times.authtime)
crypto/krb5/src/kdc/do_as_req.c
711
state->enc_tkt_reply.times.starttime = 0;
crypto/krb5/src/kdc/do_tgs_req.c
1033
enc_tkt_reply.times = *times;
crypto/krb5/src/kdc/do_tgs_req.c
1079
reply_encpart.times = enc_tkt_reply.times;
crypto/krb5/src/kdc/do_tgs_req.c
1175
krb5_ticket_times times = { 0 };
crypto/krb5/src/kdc/do_tgs_req.c
1191
ret = check_tgs_req(realm, &t, au_state, &tktflags, &times, &status,
crypto/krb5/src/kdc/do_tgs_req.c
1196
ret = tgs_issue_ticket(realm, &t, tktflags, &times, pkt, from, fast_state,
crypto/krb5/src/kdc/do_tgs_req.c
754
t->authtime = t->subject_tkt->times.authtime;
crypto/krb5/src/kdc/do_tgs_req.c
814
krb5_ticket_times *times)
crypto/krb5/src/kdc/do_tgs_req.c
818
krb5_ticket_times *htimes = &t->header_tkt->enc_part2->times;
crypto/krb5/src/kdc/do_tgs_req.c
822
*times = *htimes;
crypto/krb5/src/kdc/do_tgs_req.c
827
times->authtime = t->authtime;
crypto/krb5/src/kdc/do_tgs_req.c
829
times->starttime = (t->req->kdc_options & KDC_OPT_POSTDATED) ?
crypto/krb5/src/kdc/do_tgs_req.c
837
times->endtime = ts_min(htimes->renew_till,
crypto/krb5/src/kdc/do_tgs_req.c
838
ts_incr(times->starttime, hlife));
crypto/krb5/src/kdc/do_tgs_req.c
840
kdc_get_ticket_endtime(realm, times->starttime, htimes->endtime,
crypto/krb5/src/kdc/do_tgs_req.c
842
&times->endtime);
crypto/krb5/src/kdc/do_tgs_req.c
846
t->client, t->server, tktflags, times);
crypto/krb5/src/kdc/do_tgs_req.c
850
if (times->starttime == times->authtime)
crypto/krb5/src/kdc/do_tgs_req.c
851
times->starttime = 0;
crypto/krb5/src/kdc/do_tgs_req.c
859
krb5_ticket_times *times, const char **status,
crypto/krb5/src/kdc/do_tgs_req.c
907
compute_ticket_times(realm, t, kdc_time, tktflags, times);
crypto/krb5/src/kdc/do_tgs_req.c
920
t->auth_indicators, kdc_time, times, status);
crypto/krb5/src/kdc/do_tgs_req.c
957
krb5_flags tktflags, krb5_ticket_times *times, krb5_data *pkt,
crypto/krb5/src/kdc/kdc_authdata.c
626
altcprinc, enc_tkt_reply->times.authtime, enc_tkt_reply,
crypto/krb5/src/kdc/kdc_util.c
1716
krb5_ticket_times *times)
crypto/krb5/src/kdc/kdc_util.c
1721
times->renew_till = 0;
crypto/krb5/src/kdc/kdc_util.c
1736
ts_after(request->till, times->endtime))
crypto/krb5/src/kdc/kdc_util.c
1743
rtime = ts_min(rtime, tgt->times.renew_till);
crypto/krb5/src/kdc/kdc_util.c
1747
rtime = ts_min(rtime, ts_incr(times->starttime, max_rlife));
crypto/krb5/src/kdc/kdc_util.c
1752
!ts_after(rtime, times->endtime))
crypto/krb5/src/kdc/kdc_util.c
1756
times->renew_till = rtime;
crypto/krb5/src/kdc/kdc_util.h
314
krb5_ticket_times *times);
crypto/krb5/src/kdc/policy.c
107
krb5_ticket_times *times, const char **status)
crypto/krb5/src/kdc/policy.c
130
update_ticket_times(times, kdc_time, life, rlife);
crypto/krb5/src/kdc/policy.c
147
krb5_ticket_times *times, const char **status)
crypto/krb5/src/kdc/policy.c
170
update_ticket_times(times, kdc_time, life, rlife);
crypto/krb5/src/kdc/policy.c
92
update_ticket_times(krb5_ticket_times *times, krb5_timestamp now,
crypto/krb5/src/kdc/policy.c
96
times->endtime = ts_min(ts_incr(now, life), times->endtime);
crypto/krb5/src/kdc/policy.c
98
times->renew_till = ts_min(ts_incr(now, rlife), times->renew_till);
crypto/krb5/src/kdc/policy.h
39
krb5_ticket_times *times, const char **status);
crypto/krb5/src/kdc/policy.h
45
krb5_ticket_times *times, const char **status);
crypto/krb5/src/kdc/tgs_policy.c
221
check_tgs_times(krb5_kdc_req *req, krb5_ticket_times *times,
crypto/krb5/src/kdc/tgs_policy.c
229
starttime = times->starttime ? times->starttime : times->authtime;
crypto/krb5/src/kdc/tgs_policy.c
240
ts_after(kdc_time, times->renew_till)) {
crypto/krb5/src/kdc/tgs_policy.c
337
if (krb5_pac_verify(context, pac, tkt->enc_part2->times.authtime,
crypto/krb5/src/kdc/tgs_policy.c
349
if (krb5_pac_verify_ext(context, pac, tkt->enc_part2->times.authtime,
crypto/krb5/src/kdc/tgs_policy.c
382
if (pac_authtime != enc_tkt->times.authtime)
crypto/krb5/src/kdc/tgs_policy.c
458
if (krb5_pac_verify(context, pac, tkt->enc_part2->times.authtime,
crypto/krb5/src/kdc/tgs_policy.c
486
if (krb5_pac_verify(context, stkt_pac, stkt->enc_part2->times.authtime,
crypto/krb5/src/kdc/tgs_policy.c
612
if (krb5_pac_verify(context, pac, enc_tkt->times.authtime, enc_tkt->client,
crypto/krb5/src/kdc/tgs_policy.c
687
errcode = check_tgs_times(request, &ticket->enc_part2->times, kdc_time,
crypto/krb5/src/lib/gssapi/krb5/accept_sec_context.c
136
krb_creds.times = ticket->enc_part2->times;
crypto/krb5/src/lib/gssapi/krb5/accept_sec_context.c
252
cred->expire = creds[0]->times.endtime; /* store the end time */
crypto/krb5/src/lib/gssapi/krb5/accept_sec_context.c
941
ctx->krb_times = ticket->enc_part2->times; /* struct copy */
crypto/krb5/src/lib/gssapi/krb5/acquire_cred.c
421
endtime = creds.times.endtime;
crypto/krb5/src/lib/gssapi/krb5/acquire_cred.c
578
krb5_ticket_times *times)
crypto/krb5/src/lib/gssapi/krb5/acquire_cred.c
587
refresh = ts_incr(times->starttime,
crypto/krb5/src/lib/gssapi/krb5/acquire_cred.c
588
ts_delta(times->endtime, times->starttime) / 2);
crypto/krb5/src/lib/gssapi/krb5/acquire_cred.c
641
kg_cred_set_initial_refresh(context, cred, &creds.times);
crypto/krb5/src/lib/gssapi/krb5/acquire_cred.c
643
cred->expire = creds.times.endtime;
crypto/krb5/src/lib/gssapi/krb5/export_cred.c
276
creds->times.authtime, creds->times.starttime,
crypto/krb5/src/lib/gssapi/krb5/export_cred.c
277
creds->times.endtime, creds->times.renew_till,
crypto/krb5/src/lib/gssapi/krb5/gssapiP_krb5.h
502
krb5_ticket_times *times);
crypto/krb5/src/lib/gssapi/krb5/iakerb.c
542
creds.times.endtime = ts_incr(now, time_req);
crypto/krb5/src/lib/gssapi/krb5/iakerb.c
584
krb5_ticket_times times;
crypto/krb5/src/lib/gssapi/krb5/iakerb.c
653
krb5_init_creds_get_times(ctx->k5c, ctx->icc, &times);
crypto/krb5/src/lib/gssapi/krb5/iakerb.c
654
kg_cred_set_initial_refresh(ctx->k5c, cred, &times);
crypto/krb5/src/lib/gssapi/krb5/iakerb.c
655
cred->expire = times.endtime;
crypto/krb5/src/lib/gssapi/krb5/iakerb.c
677
krb5_tkt_creds_get_times(ctx->k5c, ctx->tcc, &times);
crypto/krb5/src/lib/gssapi/krb5/iakerb.c
678
cred->expire = times.endtime;
crypto/krb5/src/lib/gssapi/krb5/iakerb.c
747
in_creds.times.endtime = ts_incr(now, time_req);
crypto/krb5/src/lib/gssapi/krb5/import_cred.c
381
creds->times.authtime = k5_json_number_value(n);
crypto/krb5/src/lib/gssapi/krb5/import_cred.c
386
creds->times.starttime = k5_json_number_value(n);
crypto/krb5/src/lib/gssapi/krb5/import_cred.c
391
creds->times.endtime = k5_json_number_value(n);
crypto/krb5/src/lib/gssapi/krb5/import_cred.c
396
creds->times.renew_till = k5_json_number_value(n);
crypto/krb5/src/lib/gssapi/krb5/init_sec_context.c
147
in_creds.times.endtime = endtime;
crypto/krb5/src/lib/gssapi/krb5/init_sec_context.c
213
ts_after(now, result_creds->times.endtime)) {
crypto/krb5/src/lib/gssapi/krb5/init_sec_context.c
416
ctx->krb_times = k_cred->times;
crypto/krb5/src/lib/gssapi/krb5/init_sec_context.c
578
ctx->krb_times = k_cred->times;
crypto/krb5/src/lib/gssapi/krb5/s4u_gss_glue.c
251
cred->expire = subject_creds->times.endtime;
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
393
return (val->times.starttime != 0);
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
399
val->times.starttime = val->times.authtime;
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
412
DEFFIELD(enc_kdc_rep_5, krb5_enc_kdc_rep_part, times.authtime, 5,
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
414
DEFFIELD(enc_kdc_rep_6_def, krb5_enc_kdc_rep_part, times.starttime, 6,
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
418
DEFFIELD(enc_kdc_rep_7, krb5_enc_kdc_rep_part, times.endtime, 7,
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
420
DEFFIELD(enc_kdc_rep_8_def, krb5_enc_kdc_rep_part, times.renew_till, 8,
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
577
DEFFIELD(cred_info_4, krb5_cred_info, times.authtime, 4, opt_kerberos_time);
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
578
DEFFIELD(cred_info_5, krb5_cred_info, times.starttime, 5, opt_kerberos_time);
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
579
DEFFIELD(cred_info_6, krb5_cred_info, times.endtime, 6, opt_kerberos_time);
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
580
DEFFIELD(cred_info_7, krb5_cred_info, times.renew_till, 7, opt_kerberos_time);
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
711
DEFFIELD(enc_tkt_5, krb5_enc_tkt_part, times.authtime, 5, kerberos_time);
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
712
DEFFIELD(enc_tkt_6, krb5_enc_tkt_part, times.starttime, 6, opt_kerberos_time);
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
713
DEFFIELD(enc_tkt_7, krb5_enc_tkt_part, times.endtime, 7, kerberos_time);
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
714
DEFFIELD(enc_tkt_8, krb5_enc_tkt_part, times.renew_till, 8, opt_kerberos_time);
crypto/krb5/src/lib/krb5/ccache/cc_file.c
1060
cred->times.endtime = 0;
crypto/krb5/src/lib/krb5/ccache/cc_file.c
1061
cred->times.authtime = -1;
crypto/krb5/src/lib/krb5/ccache/cc_file.c
756
return c->times.endtime == 0 && c->times.authtime != 0;
crypto/krb5/src/lib/krb5/ccache/cc_keyring.c
1344
if (ts_after(creds->times.endtime, now)) {
crypto/krb5/src/lib/krb5/ccache/cc_keyring.c
1346
ts_interval(now, creds->times.endtime));
crypto/krb5/src/lib/krb5/ccache/cc_keyring.c
751
if (ts_after(creds.times.endtime, endtime))
crypto/krb5/src/lib/krb5/ccache/cc_keyring.c
752
endtime = creds.times.endtime;
crypto/krb5/src/lib/krb5/ccache/cc_mslsa.c
349
creds->times.starttime=FileTimeToUnixTime(&msticket->StartTime);
crypto/krb5/src/lib/krb5/ccache/cc_mslsa.c
350
creds->times.endtime=FileTimeToUnixTime(&msticket->EndTime);
crypto/krb5/src/lib/krb5/ccache/cc_mslsa.c
351
creds->times.renew_till=FileTimeToUnixTime(&msticket->RenewUntil);
crypto/krb5/src/lib/krb5/ccache/cc_mslsa.c
380
creds->times.starttime=FileTimeToUnixTime(&info->StartTime);
crypto/krb5/src/lib/krb5/ccache/cc_mslsa.c
381
creds->times.endtime=FileTimeToUnixTime(&info->EndTime);
crypto/krb5/src/lib/krb5/ccache/cc_mslsa.c
382
creds->times.renew_till=FileTimeToUnixTime(&info->RenewTime);
crypto/krb5/src/lib/krb5/ccache/cc_retr.c
174
!times_match_exact(&mcreds->times, &creds->times))
crypto/krb5/src/lib/krb5/ccache/cc_retr.c
177
!times_match(&mcreds->times, &creds->times))
crypto/krb5/src/lib/krb5/ccache/ccapi_util.c
266
cred_out->times.authtime = cv5->authtime;
crypto/krb5/src/lib/krb5/ccache/ccapi_util.c
267
cred_out->times.starttime = cv5->starttime;
crypto/krb5/src/lib/krb5/ccache/ccapi_util.c
268
cred_out->times.endtime = cv5->endtime;
crypto/krb5/src/lib/krb5/ccache/ccapi_util.c
269
cred_out->times.renew_till = cv5->renew_till;
crypto/krb5/src/lib/krb5/ccache/ccapi_util.c
361
cv5->authtime = cred->times.authtime;
crypto/krb5/src/lib/krb5/ccache/ccapi_util.c
362
cv5->starttime = cred->times.starttime;
crypto/krb5/src/lib/krb5/ccache/ccapi_util.c
363
cv5->endtime = cred->times.endtime;
crypto/krb5/src/lib/krb5/ccache/ccapi_util.c
364
cv5->renew_till = cred->times.renew_till;
crypto/krb5/src/lib/krb5/ccache/ccmarshal.c
296
creds->times.authtime = get32(&in, version);
crypto/krb5/src/lib/krb5/ccache/ccmarshal.c
297
creds->times.starttime = get32(&in, version);
crypto/krb5/src/lib/krb5/ccache/ccmarshal.c
298
creds->times.endtime = get32(&in, version);
crypto/krb5/src/lib/krb5/ccache/ccmarshal.c
299
creds->times.renew_till = get32(&in, version);
crypto/krb5/src/lib/krb5/ccache/ccmarshal.c
437
put32(buf, version, creds->times.authtime);
crypto/krb5/src/lib/krb5/ccache/ccmarshal.c
438
put32(buf, version, creds->times.starttime);
crypto/krb5/src/lib/krb5/ccache/ccmarshal.c
439
put32(buf, version, creds->times.endtime);
crypto/krb5/src/lib/krb5/ccache/ccmarshal.c
440
put32(buf, version, creds->times.renew_till);
crypto/krb5/src/lib/krb5/ccache/ccmarshal.c
502
put32(buf, version, mcred->times.authtime);
crypto/krb5/src/lib/krb5/ccache/ccmarshal.c
503
put32(buf, version, mcred->times.starttime);
crypto/krb5/src/lib/krb5/ccache/ccmarshal.c
504
put32(buf, version, mcred->times.endtime);
crypto/krb5/src/lib/krb5/ccache/ccmarshal.c
505
put32(buf, version, mcred->times.renew_till);
crypto/krb5/src/lib/krb5/ccache/t_cc.c
429
CHECK(creds.times.endtime == 0, "no-lifetime cred");
crypto/krb5/src/lib/krb5/ccache/t_cc.c
69
test_creds.times.authtime = 1111;
crypto/krb5/src/lib/krb5/ccache/t_cc.c
70
test_creds.times.starttime = 2222;
crypto/krb5/src/lib/krb5/ccache/t_cc.c
71
test_creds.times.endtime = 3333;
crypto/krb5/src/lib/krb5/ccache/t_cc.c
72
test_creds.times.renew_till = 4444;
crypto/krb5/src/lib/krb5/ccache/t_marshal.c
219
assert(c->times.authtime == 11);
crypto/krb5/src/lib/krb5/ccache/t_marshal.c
220
assert(c->times.starttime == 222);
crypto/krb5/src/lib/krb5/ccache/t_marshal.c
221
assert(c->times.endtime == 3333);
crypto/krb5/src/lib/krb5/ccache/t_marshal.c
222
assert(c->times.renew_till == 1000000000);
crypto/krb5/src/lib/krb5/ccache/t_marshal.c
253
assert(c->times.authtime == 0);
crypto/krb5/src/lib/krb5/ccache/t_marshal.c
254
assert(c->times.starttime == 0);
crypto/krb5/src/lib/krb5/ccache/t_marshal.c
255
assert(c->times.endtime == 0);
crypto/krb5/src/lib/krb5/ccache/t_marshal.c
256
assert(c->times.renew_till == 0);
crypto/krb5/src/lib/krb5/krb/fwd_tgt.c
148
creds.times = tgt.times;
crypto/krb5/src/lib/krb5/krb/fwd_tgt.c
149
creds.times.starttime = 0;
crypto/krb5/src/lib/krb5/krb/gc_via_tkt.c
279
(in_cred->times.starttime != 0) &&
crypto/krb5/src/lib/krb5/krb/gc_via_tkt.c
280
(in_cred->times.starttime != dec_rep->enc_part2->times.starttime))
crypto/krb5/src/lib/krb5/krb/gc_via_tkt.c
283
if ((in_cred->times.endtime != 0) &&
crypto/krb5/src/lib/krb5/krb/gc_via_tkt.c
284
ts_after(dec_rep->enc_part2->times.endtime, in_cred->times.endtime))
crypto/krb5/src/lib/krb5/krb/gc_via_tkt.c
288
(in_cred->times.renew_till != 0) &&
crypto/krb5/src/lib/krb5/krb/gc_via_tkt.c
289
ts_after(dec_rep->enc_part2->times.renew_till,
crypto/krb5/src/lib/krb5/krb/gc_via_tkt.c
290
in_cred->times.renew_till))
crypto/krb5/src/lib/krb5/krb/gc_via_tkt.c
295
(in_cred->times.endtime != 0) &&
crypto/krb5/src/lib/krb5/krb/gc_via_tkt.c
296
ts_after(dec_rep->enc_part2->times.renew_till, in_cred->times.endtime))
crypto/krb5/src/lib/krb5/krb/gc_via_tkt.c
302
if (!in_cred->times.starttime &&
crypto/krb5/src/lib/krb5/krb/gc_via_tkt.c
303
!ts_within(dec_rep->enc_part2->times.starttime, timestamp,
crypto/krb5/src/lib/krb5/krb/gc_via_tkt.c
70
(*ppcreds)->times = pkdcrep->enc_part2->times;
crypto/krb5/src/lib/krb5/krb/get_creds.c
1177
krb5_ticket_times *times)
crypto/krb5/src/lib/krb5/krb/get_creds.c
1181
*times = ctx->reply_creds->times;
crypto/krb5/src/lib/krb5/krb/get_creds.c
63
ret = krb5_timeofday(context, &mcreds->times.endtime);
crypto/krb5/src/lib/krb5/krb/get_creds.c
785
mcreds.times.endtime = now;
crypto/krb5/src/lib/krb5/krb/get_creds.c
834
if (ts_after(now, tgt->times.endtime)) {
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
2126
if (creds && creds->times.endtime) {
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
2130
if (creds->times.starttime) starttime = creds->times.starttime;
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
2131
lifetime = ts_delta(creds->times.endtime, starttime);
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
218
if (!as_reply->enc_part2->times.starttime)
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
219
as_reply->enc_part2->times.starttime =
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
220
as_reply->enc_part2->times.authtime;
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
245
(request->from != as_reply->enc_part2->times.starttime))
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
247
ts_after(as_reply->enc_part2->times.endtime, request->till))
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
250
ts_after(as_reply->enc_part2->times.renew_till, request->rtime))
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
255
ts_after(as_reply->enc_part2->times.renew_till, request->till))
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
261
time_offset = ts_delta(as_reply->enc_part2->times.authtime, time_now);
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
267
!ts_within(as_reply->enc_part2->times.starttime, time_now,
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
303
creds->times = as_reply->enc_part2->times;
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
616
krb5_ticket_times *times)
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
621
*times = ctx->cred.times;
crypto/krb5/src/lib/krb5/krb/in_tkt_sky.c
93
creds->times.starttime,
crypto/krb5/src/lib/krb5/krb/mk_cred.c
113
tinfos[i].times = creds[i]->times;
crypto/krb5/src/lib/krb5/krb/mk_req_ext.c
116
if ((retval = krb5int_validate_times(context, &in_creds->times)) != 0)
crypto/krb5/src/lib/krb5/krb/pac.c
853
req->ticket->enc_part2->times.authtime,
crypto/krb5/src/lib/krb5/krb/pac_sign.c
408
ret = sign_pac(context, pac, enc_tkt->times.authtime, client_princ, server,
crypto/krb5/src/lib/krb5/krb/rd_cred.c
126
list[i]->times = info->times;
crypto/krb5/src/lib/krb5/krb/rd_req_dec.c
627
retval = krb5int_validate_times(context, &req->ticket->enc_part2->times);
crypto/krb5/src/lib/krb5/krb/send_tgs.c
157
req.from = desired->times.starttime;
crypto/krb5/src/lib/krb5/krb/send_tgs.c
158
req.till = desired->times.endtime ? desired->times.endtime :
crypto/krb5/src/lib/krb5/krb/send_tgs.c
159
tgt->times.endtime;
crypto/krb5/src/lib/krb5/krb/send_tgs.c
160
req.rtime = desired->times.renew_till;
crypto/krb5/src/lib/krb5/krb/t_pac.c
745
ret = krb5_pac_verify(context, pac, ticket->enc_part2->times.authtime,
crypto/krb5/src/lib/krb5/krb/t_valid_times.c
100
ret = krb5int_validate_times(context, &times);
crypto/krb5/src/lib/krb5/krb/t_valid_times.c
104
times.endtime = BOUNDARY - 300;
crypto/krb5/src/lib/krb5/krb/t_valid_times.c
105
ret = krb5int_validate_times(context, &times);
crypto/krb5/src/lib/krb5/krb/t_valid_times.c
43
krb5_ticket_times times = { 0, 0, 0, 0 };
crypto/krb5/src/lib/krb5/krb/t_valid_times.c
50
times.authtime = 500;
crypto/krb5/src/lib/krb5/krb/t_valid_times.c
51
times.endtime = 1500;
crypto/krb5/src/lib/krb5/krb/t_valid_times.c
52
ret = krb5int_validate_times(context, &times);
crypto/krb5/src/lib/krb5/krb/t_valid_times.c
56
times.starttime = 1100;
crypto/krb5/src/lib/krb5/krb/t_valid_times.c
57
ret = krb5int_validate_times(context, &times);
crypto/krb5/src/lib/krb5/krb/t_valid_times.c
61
times.starttime = 1400;
crypto/krb5/src/lib/krb5/krb/t_valid_times.c
62
ret = krb5int_validate_times(context, &times);
crypto/krb5/src/lib/krb5/krb/t_valid_times.c
66
times.starttime = 500;
crypto/krb5/src/lib/krb5/krb/t_valid_times.c
67
times.endtime = 800;
crypto/krb5/src/lib/krb5/krb/t_valid_times.c
68
ret = krb5int_validate_times(context, &times);
crypto/krb5/src/lib/krb5/krb/t_valid_times.c
72
times.endtime = 600;
crypto/krb5/src/lib/krb5/krb/t_valid_times.c
73
ret = krb5int_validate_times(context, &times);
crypto/krb5/src/lib/krb5/krb/t_valid_times.c
80
times.starttime = BOUNDARY - 200;
crypto/krb5/src/lib/krb5/krb/t_valid_times.c
81
times.endtime = BOUNDARY + 500;
crypto/krb5/src/lib/krb5/krb/t_valid_times.c
82
ret = krb5int_validate_times(context, &times);
crypto/krb5/src/lib/krb5/krb/t_valid_times.c
86
times.starttime = BOUNDARY + 100;
crypto/krb5/src/lib/krb5/krb/t_valid_times.c
87
ret = krb5int_validate_times(context, &times);
crypto/krb5/src/lib/krb5/krb/t_valid_times.c
91
times.starttime = BOUNDARY + 250;
crypto/krb5/src/lib/krb5/krb/t_valid_times.c
92
ret = krb5int_validate_times(context, &times);
crypto/krb5/src/lib/krb5/krb/t_valid_times.c
98
times.starttime = BOUNDARY - 1000;
crypto/krb5/src/lib/krb5/krb/t_valid_times.c
99
times.endtime = BOUNDARY - 100;
crypto/krb5/src/lib/krb5/krb/valid_times.c
36
krb5int_validate_times(krb5_context context, krb5_ticket_times *times)
crypto/krb5/src/lib/krb5/krb/valid_times.c
45
if (times->starttime != 0)
crypto/krb5/src/lib/krb5/krb/valid_times.c
46
starttime = times->starttime;
crypto/krb5/src/lib/krb5/krb/valid_times.c
48
starttime = times->authtime;
crypto/krb5/src/lib/krb5/krb/valid_times.c
53
if (ts_after(currenttime, ts_incr(times->endtime, context->clockskew)))
crypto/krb5/src/lib/krb5/krb/vfy_increds.c
120
ret = krb5_timeofday(context, &in_creds.times.endtime);
crypto/krb5/src/lib/krb5/krb/vfy_increds.c
123
in_creds.times.endtime = ts_incr(in_creds.times.endtime, 5 * 60);
crypto/krb5/src/lib/krb5/os/t_trace.c
226
creds.times.authtime = 0;
crypto/krb5/src/lib/krb5/os/t_trace.c
227
creds.times.starttime = 1;
crypto/krb5/src/lib/krb5/os/t_trace.c
228
creds.times.endtime = 2;
crypto/krb5/src/lib/krb5/os/t_trace.c
229
creds.times.renew_till = 3;
crypto/krb5/src/plugins/audit/kdc_j_encode.c
872
ret = int32_to_value(part2->times.starttime, tmp, AU_START);
crypto/krb5/src/plugins/audit/kdc_j_encode.c
875
ret = int32_to_value(part2->times.endtime, tmp, AU_END);
crypto/krb5/src/plugins/audit/kdc_j_encode.c
878
ret = int32_to_value(part2->times.renew_till, tmp, AU_RENEW_TILL);
crypto/krb5/src/plugins/audit/kdc_j_encode.c
881
ret = int32_to_value(part2->times.authtime, tmp, AU_AUTHTIME);
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
1271
int times;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
1285
list[last].times = inout;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
1289
list[i].times = inout;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
1290
if (list[i].times == 0) {
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
1295
for (i = 0; i < last; i++, list[i].times++)
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
1296
if (list[i].times > 20 && !is_bitmap_pgno(hashp, list[i].pgno))
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
1299
list[i].pgno, list[i].times);
crypto/krb5/src/util/profile/t_profile.c
135
struct utimbuf times;
crypto/krb5/src/util/profile/t_profile.c
148
times.actime = time(NULL) + 2;
crypto/krb5/src/util/profile/t_profile.c
149
times.modtime = times.actime;
crypto/krb5/src/util/profile/t_profile.c
150
utime("test3.ini", &times);
crypto/krb5/src/windows/leash/KrbListTickets.cpp
118
if (!KRBv5Credentials.times.starttime)
crypto/krb5/src/windows/leash/KrbListTickets.cpp
119
KRBv5Credentials.times.starttime = KRBv5Credentials.times.authtime;
crypto/krb5/src/windows/leash/KrbListTickets.cpp
136
list->issued = (DWORD)KRBv5Credentials.times.starttime;
crypto/krb5/src/windows/leash/KrbListTickets.cpp
137
list->valid_until = (DWORD)KRBv5Credentials.times.endtime;
crypto/krb5/src/windows/leash/KrbListTickets.cpp
139
list->renew_until = (DWORD)KRBv5Credentials.times.renew_till;
crypto/krb5/src/windows/leash/KrbListTickets.cpp
91
ticketinfo->issued = (DWORD)KRBv5Credentials.times.starttime;
crypto/krb5/src/windows/leash/KrbListTickets.cpp
92
ticketinfo->valid_until = (DWORD)KRBv5Credentials.times.endtime;
crypto/krb5/src/windows/leash/KrbListTickets.cpp
94
(DWORD)KRBv5Credentials.times.renew_till : (DWORD)0;
crypto/krb5/src/windows/leashdll/lshfunc.c
2507
((time_t)(DWORD)creds.times.endtime - time(0) > 0))
crypto/krb5/src/windows/ms2mit/ms2mit.c
77
ts_after(creds.times.endtime, now))
crypto/openssh/openbsd-compat/bsd-misc.c
128
utimensat(int fd, const char *path, const struct timespec times[2],
crypto/openssh/openbsd-compat/bsd-misc.c
136
tv[0].tv_sec = times[0].tv_sec;
crypto/openssh/openbsd-compat/bsd-misc.c
137
tv[0].tv_usec = times[0].tv_nsec / 1000;
crypto/openssh/openbsd-compat/bsd-misc.c
138
tv[1].tv_sec = times[1].tv_sec;
crypto/openssh/openbsd-compat/bsd-misc.c
139
tv[1].tv_usec = times[1].tv_nsec / 1000;
crypto/openssl/apps/lib/apps.c
2853
clock_t now = times(&rus);
crypto/openssl/test/timing_load_creds.c
188
times(&rus);
crypto/openssl/test/timing_load_creds.c
210
times(&rus);
lib/libc/gen/utime.c
37
utime(const char *path, const struct utimbuf *times)
lib/libc/gen/utime.c
41
if (times) {
lib/libc/gen/utime.c
42
tv[0].tv_sec = times->actime;
lib/libc/gen/utime.c
43
tv[1].tv_sec = times->modtime;
lib/libsys/_libsys.h
786
int __sys_futimesat(int fd, const char * path, const struct timeval * times);
lib/libsys/_libsys.h
833
int __sys_futimens(int fd, const struct timespec * times);
lib/libsys/_libsys.h
834
int __sys_utimensat(int fd, const char * path, const struct timespec * times, int flag);
sys/amd64/linux/linux_proto.h
1055
char times_l_[PADL_(const struct l_timespec *)]; const struct l_timespec * times; char times_r_[PADR_(const struct l_timespec *)];
sys/amd64/linux/linux_proto.h
507
char times_l_[PADL_(struct l_utimbuf *)]; struct l_utimbuf * times; char times_r_[PADR_(struct l_utimbuf *)];
sys/amd64/linux/linux_systrace_args.c
1107
uarg[a++] = (intptr_t)p->times; /* struct l_utimbuf * */
sys/amd64/linux/linux_systrace_args.c
2154
uarg[a++] = (intptr_t)p->times; /* const struct l_timespec * */
sys/amd64/linux32/linux32_proto.h
1139
char times_l_[PADL_(const struct l_timespec *)]; const struct l_timespec * times; char times_r_[PADR_(const struct l_timespec *)];
sys/amd64/linux32/linux32_proto.h
138
char times_l_[PADL_(struct l_utimbuf *)]; struct l_utimbuf * times; char times_r_[PADR_(struct l_utimbuf *)];
sys/amd64/linux32/linux32_systrace_args.c
225
uarg[a++] = (intptr_t)p->times; /* struct l_utimbuf * */
sys/amd64/linux32/linux32_systrace_args.c
2295
uarg[a++] = (intptr_t)p->times; /* const struct l_timespec * */
sys/arm64/linux/linux_proto.h
391
char times_l_[PADL_(const struct l_timespec *)]; const struct l_timespec * times; char times_r_[PADR_(const struct l_timespec *)];
sys/arm64/linux/linux_systrace_args.c
714
uarg[a++] = (intptr_t)p->times; /* const struct l_timespec * */
sys/compat/freebsd32/freebsd32_misc.c
1857
if (uap->times != NULL) {
sys/compat/freebsd32/freebsd32_misc.c
1858
error = copyin(uap->times, s32, sizeof(s32));
sys/compat/freebsd32/freebsd32_misc.c
1879
if (uap->times != NULL) {
sys/compat/freebsd32/freebsd32_misc.c
1880
error = copyin(uap->times, ts32, sizeof(ts32));
sys/compat/freebsd32/freebsd32_misc.c
1900
if (uap->times != NULL) {
sys/compat/freebsd32/freebsd32_misc.c
1901
error = copyin(uap->times, ts32, sizeof(ts32));
sys/compat/freebsd32/freebsd32_proto.h
510
char times_l_[PADL_(const struct timeval32 *)]; const struct timeval32 * times; char times_r_[PADR_(const struct timeval32 *)];
sys/compat/freebsd32/freebsd32_proto.h
610
char times_l_[PADL_(const struct timespec32 *)]; const struct timespec32 * times; char times_r_[PADR_(const struct timespec32 *)];
sys/compat/freebsd32/freebsd32_proto.h
615
char times_l_[PADL_(const struct timespec32 *)]; const struct timespec32 * times; char times_r_[PADR_(const struct timespec32 *)];
sys/compat/freebsd32/freebsd32_systrace_args.c
2531
uarg[a++] = (intptr_t)p->times; /* const struct timeval32 * */
sys/compat/freebsd32/freebsd32_systrace_args.c
2972
uarg[a++] = (intptr_t)p->times; /* const struct timespec32 * */
sys/compat/freebsd32/freebsd32_systrace_args.c
2981
uarg[a++] = (intptr_t)p->times; /* const struct timespec32 * */
sys/compat/linux/linux_misc.c
512
if (args->times) {
sys/compat/linux/linux_misc.c
513
if ((error = copyin(args->times, &lut, sizeof lut)) != 0)
sys/compat/linux/linux_misc.c
552
linux_utimensat_lts_to_ts(struct l_timespec *l_times, struct timespec *times)
sys/compat/linux/linux_misc.c
560
times->tv_sec = l_times->tv_sec;
sys/compat/linux/linux_misc.c
564
times->tv_nsec = UTIME_OMIT;
sys/compat/linux/linux_misc.c
567
times->tv_nsec = UTIME_NOW;
sys/compat/linux/linux_misc.c
570
times->tv_nsec = l_times->tv_nsec;
sys/compat/linux/linux_misc.c
615
struct timespec times[2], *timesp;
sys/compat/linux/linux_misc.c
618
if (args->times != NULL) {
sys/compat/linux/linux_misc.c
619
error = copyin(args->times, l_times, sizeof(l_times));
sys/compat/linux/linux_misc.c
623
error = linux_utimensat_lts_to_ts(&l_times[0], &times[0]);
sys/compat/linux/linux_misc.c
626
error = linux_utimensat_lts_to_ts(&l_times[1], &times[1]);
sys/compat/linux/linux_misc.c
629
timesp = times;
sys/compat/linux/linux_misc.c
639
linux_utimensat_lts64_to_ts(struct l_timespec64 *l_times, struct timespec *times)
sys/compat/linux/linux_misc.c
650
times->tv_sec = l_times->tv_sec;
sys/compat/linux/linux_misc.c
654
times->tv_nsec = UTIME_OMIT;
sys/compat/linux/linux_misc.c
657
times->tv_nsec = UTIME_NOW;
sys/compat/linux/linux_misc.c
660
times->tv_nsec = l_times->tv_nsec;
sys/compat/linux/linux_misc.c
670
struct timespec times[2], *timesp;
sys/compat/linux/linux_misc.c
678
error = linux_utimensat_lts64_to_ts(&l_times[0], &times[0]);
sys/compat/linux/linux_misc.c
681
error = linux_utimensat_lts64_to_ts(&l_times[1], &times[1]);
sys/compat/linux/linux_misc.c
684
timesp = times;
sys/dev/mlxfw/mlxfw_fsm.c
75
int times;
sys/dev/mlxfw/mlxfw_fsm.c
78
times = MLXFW_FSM_STATE_WAIT_ROUNDS;
sys/dev/mlxfw/mlxfw_fsm.c
91
if (--times == 0) {
sys/dev/qat/qat_common/adf_freebsd_admin.c
147
int times, received;
sys/dev/qat/qat_common/adf_freebsd_admin.c
160
for (times = 0; times < ADF_ADMIN_POLL_RETRIES; times++) {
sys/dev/qat/qat_common/adf_init.c
739
int times;
sys/dev/qat/qat_common/adf_init.c
742
for (times = 0; times < ADF_STOP_RETRY; times++) {
sys/dev/qat/qat_common/adf_init.c
745
dev_dbg(GET_DEV(accel_dev), "retry times=%d\n", times);
sys/dev/qat/qat_common/adf_init.c
761
int times;
sys/dev/qat/qat_common/adf_init.c
775
for (times = 0; times < ADF_STOP_RETRY; times++) {
sys/dev/qat/qat_common/adf_init.c
778
dev_dbg(GET_DEV(accel_dev), "retry times=%d\n", times);
sys/dev/qat/qat_common/qat_hal.c
167
int times = MAX_RETRY_TIMES;
sys/dev/qat/qat_common/qat_hal.c
172
while ((int)cycles > elapsed_cycles && times--) {
sys/dev/qat/qat_common/qat_hal.c
187
if (times < 0) {
sys/dev/qat/qat_common/qat_hal.c
515
int times = MAX_RETRY_TIMES;
sys/dev/qat/qat_common/qat_hal.c
531
} while (times-- && (cur_cnt == base_cnt));
sys/dev/qat/qat_common/qat_hal.c
533
if (times < 0) {
sys/dev/qat/qat_common/qat_hal.c
595
int times = 30;
sys/dev/qat/qat_common/qat_hal.c
612
} while (!(csr_val & ESRAM_AUTO_TINIT_DONE) && times--);
sys/dev/qat/qat_common/qat_hal.c
613
if (times < 0) {
sys/dev/qat/qat_common/qat_hal.c
632
unsigned int times = 100;
sys/dev/qat/qat_common/qat_hal.c
678
if (!(times--))
sys/dev/qat/qat_common/qat_hal.c
896
int times = MAX_RETRY_TIMES;
sys/dev/qat/qat_common/qat_hal.c
950
} while (ret && times--);
sys/dev/qat/qat_common/qat_hal.c
952
if (times < 0) {
sys/dev/qat_c2xxx/qat_ae.c
1035
uint32_t times, reset, clock, reg, mask;
sys/dev/qat_c2xxx/qat_ae.c
1041
times = TIMEOUT_AE_RESET;
sys/dev/qat_c2xxx/qat_ae.c
1044
if ((times--) == 0) {
sys/dev/qat_c2xxx/qat_ae.c
1113
int error, times, ae;
sys/dev/qat_c2xxx/qat_ae.c
1120
times = TIMEOUT_AE_CHECK;
sys/dev/qat_c2xxx/qat_ae.c
1139
times--;
sys/dev/qat_c2xxx/qat_ae.c
1142
if (times <= 0) {
sys/dev/qat_c2xxx/qat_ae.c
1204
int times = TIMEOUT_AE_CHECK, rv;
sys/dev/qat_c2xxx/qat_ae.c
1257
} while (rv && times--);
sys/dev/qat_c2xxx/qat_ae.c
1258
if (times <= 0) {
sys/dev/qat_c2xxx/qat_ae.c
206
int times = TIMEOUT_AE_CSR;
sys/dev/qat_c2xxx/qat_ae.c
214
} while (times--);
sys/dev/qat_c2xxx/qat_ae.c
225
int times = TIMEOUT_AE_CSR;
sys/dev/qat_c2xxx/qat_ae.c
235
} while (times--);
sys/dev/qat_c2xxx/qat_ae.c
908
int pcnt, ccnt, elapsed, times;
sys/dev/qat_c2xxx/qat_ae.c
913
times = TIMEOUT_AE_CHECK;
sys/dev/qat_c2xxx/qat_ae.c
920
times--;
sys/dev/qat_c2xxx/qat_ae.c
922
if (times <= 0) {
sys/i386/linux/linux_proto.h
1135
char times_l_[PADL_(const struct l_timespec *)]; const struct l_timespec * times; char times_r_[PADR_(const struct l_timespec *)];
sys/i386/linux/linux_proto.h
138
char times_l_[PADL_(struct l_utimbuf *)]; struct l_utimbuf * times; char times_r_[PADR_(struct l_utimbuf *)];
sys/i386/linux/linux_systrace_args.c
225
uarg[a++] = (intptr_t)p->times; /* struct l_utimbuf * */
sys/i386/linux/linux_systrace_args.c
2328
uarg[a++] = (intptr_t)p->times; /* const struct l_timespec * */
sys/kern/systrace_args.c
2642
uarg[a++] = (intptr_t)p->times; /* const struct timeval * */
sys/kern/systrace_args.c
3065
uarg[a++] = (intptr_t)p->times; /* const struct timespec * */
sys/kern/systrace_args.c
3074
uarg[a++] = (intptr_t)p->times; /* const struct timespec * */
sys/kern/vfs_syscalls.c
3362
const struct timeval * times;
sys/kern/vfs_syscalls.c
3370
uap->times, UIO_USERSPACE));
sys/kern/vfs_syscalls.c
3477
return (kern_futimens(td, uap->fd, uap->times, UIO_USERSPACE));
sys/kern/vfs_syscalls.c
3514
uap->times, UIO_USERSPACE, uap->flag));
sys/netinet/tcp_stacks/bbr.c
6946
int32_t times = 0;
sys/netinet/tcp_stacks/bbr.c
7003
if (times == 1) {
sys/netinet/tcp_stacks/bbr.c
7011
times++;
sys/netinet/tcp_stacks/bbr.c
7083
times = 0;
sys/sys/stat.h
378
int futimens(int fd, const struct timespec times[2]);
sys/sys/stat.h
379
int utimensat(int fd, const char *path, const struct timespec times[2],
sys/sys/sysproto.h
1421
char times_l_[PADL_(const struct timeval *)]; const struct timeval * times; char times_r_[PADR_(const struct timeval *)];
sys/sys/sysproto.h
1658
char times_l_[PADL_(const struct timespec *)]; const struct timespec * times; char times_r_[PADR_(const struct timespec *)];
sys/sys/sysproto.h
1663
char times_l_[PADL_(const struct timespec *)]; const struct timespec * times; char times_r_[PADR_(const struct timespec *)];
sys/sys/times.h
58
clock_t times(struct tms *);
tests/sys/fs/fusefs/cache.cc
116
void expect_open(uint64_t ino, int times)
tests/sys/fs/fusefs/cache.cc
118
FuseTest::expect_open(ino, m_direct_io ? FOPEN_DIRECT_IO: 0, times);
tests/sys/fs/fusefs/cache.cc
83
void expect_getattr(uint64_t ino, int times, uint64_t size, uint64_t attr_valid)
tests/sys/fs/fusefs/cache.cc
91
).Times(times)
tests/sys/fs/fusefs/copy_file_range.cc
59
void expect_open(uint64_t ino, uint32_t flags, int times, uint64_t fh)
tests/sys/fs/fusefs/copy_file_range.cc
67
).Times(times)
tests/sys/fs/fusefs/default_permissions.cc
129
void expect_getattr(uint64_t ino, mode_t mode, uint64_t attr_valid, int times,
tests/sys/fs/fusefs/default_permissions.cc
138
).Times(times)
tests/sys/fs/fusefs/default_permissions.cc
672
const timespec times[2] = {
tests/sys/fs/fusefs/default_permissions.cc
692
ASSERT_EQ(0, utimensat(AT_FDCWD, FULLPATH, &times[0], 0))
tests/sys/fs/fusefs/default_permissions.cc
705
const timespec times[2] = {
tests/sys/fs/fusefs/default_permissions.cc
713
ASSERT_EQ(0, utimensat(AT_FDCWD, FULLPATH, &times[0], 0))
tests/sys/fs/fusefs/default_permissions_privileged.cc
70
void expect_getattr(uint64_t ino, mode_t mode, uint64_t attr_valid, int times,
tests/sys/fs/fusefs/default_permissions_privileged.cc
79
).Times(times)
tests/sys/fs/fusefs/flush.cc
45
expect_flush(uint64_t ino, int times, pid_t lo, ProcessMockerT r)
tests/sys/fs/fusefs/flush.cc
55
).Times(times)
tests/sys/fs/fusefs/flush.cc
59
void expect_lookup(const char *relpath, uint64_t ino, int times)
tests/sys/fs/fusefs/flush.cc
61
FuseTest::expect_lookup(relpath, ino, S_IFREG | 0644, 0, times);
tests/sys/fs/fusefs/fsync.cc
53
void expect_fsync(uint64_t ino, uint32_t flags, int error, int times = 1)
tests/sys/fs/fusefs/fsync.cc
68
).Times(times)
tests/sys/fs/fusefs/fsync.cc
72
void expect_lookup(const char *relpath, uint64_t ino, int times = 1)
tests/sys/fs/fusefs/fsync.cc
74
FuseTest::expect_lookup(relpath, ino, S_IFREG | 0644, 0, times);
tests/sys/fs/fusefs/getattr.cc
45
uint64_t size, int times, uint64_t attr_valid, uint32_t attr_valid_nsec)
tests/sys/fs/fusefs/getattr.cc
48
.Times(times)
tests/sys/fs/fusefs/release.cc
47
void expect_lookup(const char *relpath, uint64_t ino, int times)
tests/sys/fs/fusefs/release.cc
49
FuseTest::expect_lookup(relpath, ino, S_IFREG | 0644, 0, times);
tests/sys/fs/fusefs/rmdir.cc
43
void expect_lookup(const char *relpath, uint64_t ino, int times=1)
tests/sys/fs/fusefs/rmdir.cc
46
.Times(times)
tests/sys/fs/fusefs/unlink.cc
41
void expect_lookup(const char *relpath, uint64_t ino, int times, int nlink=1)
tests/sys/fs/fusefs/unlink.cc
44
.Times(times)
tests/sys/fs/fusefs/utils.cc
221
uint32_t mode, int error, int times)
tests/sys/fs/fusefs/utils.cc
232
).Times(times)
tests/sys/fs/fusefs/utils.cc
237
FuseTest::expect_flush(uint64_t ino, int times, ProcessMockerT r)
tests/sys/fs/fusefs/utils.cc
245
).Times(times)
tests/sys/fs/fusefs/utils.cc
298
uint64_t size, int times, uint64_t attr_valid, uid_t uid, gid_t gid)
tests/sys/fs/fusefs/utils.cc
301
.Times(times)
tests/sys/fs/fusefs/utils.cc
316
uint64_t size, int times, uint64_t attr_valid, uid_t uid, gid_t gid)
tests/sys/fs/fusefs/utils.cc
319
.Times(times)
tests/sys/fs/fusefs/utils.cc
333
void FuseTest::expect_open(uint64_t ino, uint32_t flags, int times)
tests/sys/fs/fusefs/utils.cc
341
).Times(times)
tests/sys/fs/fusefs/utils.hh
131
uint32_t mode, int error, int times=1);
tests/sys/fs/fusefs/utils.hh
137
void expect_flush(uint64_t ino, int times, ProcessMockerT r);
tests/sys/fs/fusefs/utils.hh
165
uint64_t size, int times, uint64_t attr_valid = UINT64_MAX,
tests/sys/fs/fusefs/utils.hh
170
uint64_t size, int times, uint64_t attr_valid = UINT64_MAX,
tests/sys/fs/fusefs/utils.hh
178
void expect_open(uint64_t ino, uint32_t flags, int times);
tools/build/futimens.c
40
futimens(int fd, const struct timespec times[2])
tools/build/futimens.c
46
if (times == NULL || (times[0].tv_nsec == UTIME_NOW &&
tools/build/futimens.c
47
times[1].tv_nsec == UTIME_NOW))
tools/build/futimens.c
49
else if (times[0].tv_nsec == UTIME_OMIT &&
tools/build/futimens.c
50
times[1].tv_nsec == UTIME_OMIT)
tools/build/futimens.c
53
if ((times[0].tv_nsec < 0 || times[0].tv_nsec > 999999999) &&
tools/build/futimens.c
54
times[0].tv_nsec != UTIME_NOW &&
tools/build/futimens.c
55
times[0].tv_nsec != UTIME_OMIT) {
tools/build/futimens.c
59
if ((times[1].tv_nsec < 0 || times[1].tv_nsec > 999999999) &&
tools/build/futimens.c
60
times[1].tv_nsec != UTIME_NOW &&
tools/build/futimens.c
61
times[1].tv_nsec != UTIME_OMIT) {
tools/build/futimens.c
65
tv[0].tv_sec = times[0].tv_sec;
tools/build/futimens.c
66
tv[0].tv_usec = times[0].tv_nsec / 1000;
tools/build/futimens.c
67
tv[1].tv_sec = times[1].tv_sec;
tools/build/futimens.c
68
tv[1].tv_usec = times[1].tv_nsec / 1000;
tools/build/futimens.c
70
if (times[0].tv_nsec == UTIME_OMIT ||
tools/build/futimens.c
71
times[1].tv_nsec == UTIME_OMIT) {
tools/build/futimens.c
74
if (times[0].tv_nsec == UTIME_OMIT) {
tools/build/futimens.c
78
if (times[1].tv_nsec == UTIME_OMIT) {
tools/build/futimens.c
83
if (times[0].tv_nsec == UTIME_NOW ||
tools/build/futimens.c
84
times[1].tv_nsec == UTIME_NOW) {
tools/build/futimens.c
87
if (times[0].tv_nsec == UTIME_NOW)
tools/build/futimens.c
89
if (times[1].tv_nsec == UTIME_NOW)
tools/build/utimensat.c
40
utimensat(int fd, const char *path, const struct timespec times[2], int flag)
tools/build/utimensat.c
50
if (times == NULL || (times[0].tv_nsec == UTIME_NOW &&
tools/build/utimensat.c
51
times[1].tv_nsec == UTIME_NOW))
tools/build/utimensat.c
53
else if (times[0].tv_nsec == UTIME_OMIT &&
tools/build/utimensat.c
54
times[1].tv_nsec == UTIME_OMIT)
tools/build/utimensat.c
57
if ((times[0].tv_nsec < 0 || times[0].tv_nsec > 999999999) &&
tools/build/utimensat.c
58
times[0].tv_nsec != UTIME_NOW &&
tools/build/utimensat.c
59
times[0].tv_nsec != UTIME_OMIT) {
tools/build/utimensat.c
63
if ((times[1].tv_nsec < 0 || times[1].tv_nsec > 999999999) &&
tools/build/utimensat.c
64
times[1].tv_nsec != UTIME_NOW &&
tools/build/utimensat.c
65
times[1].tv_nsec != UTIME_OMIT) {
tools/build/utimensat.c
69
tv[0].tv_sec = times[0].tv_sec;
tools/build/utimensat.c
70
tv[0].tv_usec = times[0].tv_nsec / 1000;
tools/build/utimensat.c
71
tv[1].tv_sec = times[1].tv_sec;
tools/build/utimensat.c
72
tv[1].tv_usec = times[1].tv_nsec / 1000;
tools/build/utimensat.c
74
if (times[0].tv_nsec == UTIME_OMIT ||
tools/build/utimensat.c
75
times[1].tv_nsec == UTIME_OMIT) {
tools/build/utimensat.c
78
if (times[0].tv_nsec == UTIME_OMIT) {
tools/build/utimensat.c
82
if (times[1].tv_nsec == UTIME_OMIT) {
tools/build/utimensat.c
87
if (times[0].tv_nsec == UTIME_NOW ||
tools/build/utimensat.c
88
times[1].tv_nsec == UTIME_NOW) {
tools/build/utimensat.c
91
if (times[0].tv_nsec == UTIME_NOW)
tools/build/utimensat.c
93
if (times[1].tv_nsec == UTIME_NOW)
tools/regression/doat/doat.c
353
tests[4].tests[0].params[2].vp = times;
tools/regression/doat/doat.c
357
tests[4].tests[1].params[2].vp = times;
tools/regression/doat/doat.c
361
tests[4].tests[2].params[2].vp = times;
tools/regression/doat/doat.c
365
tests[4].tests[3].params[2].vp = times;
tools/regression/doat/doat.c
93
struct timeval times[2];
tools/test/stress2/testcases/openat/doat.c
350
tests[4].tests[0].params[2].vp = times;
tools/test/stress2/testcases/openat/doat.c
354
tests[4].tests[1].params[2].vp = times;
tools/test/stress2/testcases/openat/doat.c
358
tests[4].tests[2].params[2].vp = times;
tools/test/stress2/testcases/openat/doat.c
362
tests[4].tests[3].params[2].vp = times;
tools/test/stress2/testcases/openat/doat.c
90
struct timeval times[2];
tools/test/stress2/tools/flip.c
127
for (i = 0; i < times; i++) {
tools/test/stress2/tools/flip.c
88
int c, fd, i, times;
tools/test/stress2/tools/flip.c
90
times = 1;
tools/test/stress2/tools/flip.c
95
times = atoi(optarg);
tools/test/stress2/tools/fstool.c
162
int c, i, levels, leave, times;
tools/test/stress2/tools/fstool.c
171
times = 1;
tools/test/stress2/tools/fstool.c
201
times = atoi(optarg);
tools/test/stress2/tools/fstool.c
220
if (times != 1)
tools/test/stress2/tools/fstool.c
229
for (i = 0; i < times; i++) {
tools/tools/net80211/wesside/udps/udps.c
47
int times = 10;
tools/tools/net80211/wesside/udps/udps.c
70
times = poll_rate*pps;
tools/tools/net80211/wesside/udps/udps.c
84
for(i = 0; i < times; i++) {
tools/tools/netmap/nmreplay.c
1428
The resolution for times is 1ns, the precision is load dependent and
usr.bin/gzip/gzip.c
1064
struct timespec times[2];
usr.bin/gzip/gzip.c
1092
times[0] = sb.st_atim;
usr.bin/gzip/gzip.c
1093
times[1] = sb.st_mtim;
usr.bin/gzip/gzip.c
1094
if (futimens(fd, times) < 0)
usr.bin/mail/cmd2.c
384
int times;
usr.bin/mail/cmd2.c
387
times = 1;
usr.bin/mail/cmd2.c
389
times = (atoi(argv[0]) + 511) / 512;
usr.bin/mail/cmd2.c
390
clob1(times);
usr.bin/top/machine.c
198
static long *times;
usr.bin/top/machine.c
433
times = calloc(maxcpu * CPUSTATES, sizeof(long));
usr.bin/top/machine.c
434
if (times == NULL)
usr.bin/top/machine.c
437
if (sysctlbyname("kern.cp_times", times, &size, NULL, 0) == -1)
usr.bin/top/machine.c
445
if (times[i * CPUSTATES + j] != 0)
usr.bin/vmstat/vmstat.c
603
long *times;
usr.bin/vmstat/vmstat.c
616
times = malloc(size);
usr.bin/vmstat/vmstat.c
617
if (times == NULL)
usr.bin/vmstat/vmstat.c
619
mysysctl("kern.cp_times", times, &size);
usr.bin/vmstat/vmstat.c
624
if (times[i * CPUSTATES + j] != 0)
usr.sbin/gssd/gssd.c
1550
krbcred.times.endtime > time(NULL)
usr.sbin/gssd/gssd.c
1589
exptime = krbcred.times.endtime;
usr.sbin/gssd/gssd.c
1591
krbcred.times.endtime > exptime)
usr.sbin/gssd/gssd.c
1592
exptime = krbcred.times.endtime;
usr.sbin/ntp/ntpdc/nl.c
802
(int) offsetof(struct info_clkbug, times));