Searched refs:endtime (Results 1 - 25 of 99) sorted by relevance

1234

/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dcontext_time.c39 time_t endtime,
45 if (endtime == INT_MAX) {
56 if (endtime < timeret)
59 *lifetime = (OM_uint32)(endtime - timeret);
72 time_t endtime; local
79 endtime = ctx->endtime;
83 endtime, time_rec);
37 _gsskrb5_lifetime_left(OM_uint32 *minor_status, krb5_context context, time_t endtime, OM_uint32 *lifetime) argument
H A Dinquire_context.c88 ctx->endtime,
H A Dacquire_cred.c47 time_t *endtime)
74 *endtime = 0;
78 *endtime = out_cred.times.endtime;
303 handle->endtime = cred.times.endtime;
312 &handle->endtime);
355 handle->endtime = INT_MAX;
400 handle->endtime = INT_MAX;
410 &handle->endtime);
43 __gsskrb5_ccache_lifetime(OM_uint32 *minor_status, krb5_context context, krb5_ccache id, krb5_principal principal, time_t *endtime) argument
[all...]
H A Dadd_cred.c109 handle->endtime = cred->endtime;
H A Dgsskrb5_locl.h129 time_t endtime; member in struct:gsskrb5_ctx
157 time_t endtime; member in struct:gsskrb5_cred
H A Dinquire_cred.c159 if (acred) aendtime = acred->endtime;
160 if (icred) iendtime = icred->endtime;
H A Diter_cred.c96 handle->principal, &handle->endtime);
H A Dcopy_ccache.c125 &handle->endtime);
/macosx-10.10.1/sudo-73/src/
H A Dnanosleep.c39 struct timeval timeout, endtime, now; local
45 gettimeofday(&endtime, NULL);
46 timevaladd(&endtime, &timeout);
51 timevalsub(&endtime, &now);
52 rts->tv_sec = endtime.tv_sec;
53 rts->tv_nsec = endtime.tv_usec * 1000;
/macosx-10.10.1/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dchat2.pl183 local($endtime) = shift;
189 $endtime += time if $endtime < 600_000_000;
257 select($rmask, undef, undef, $endtime - time);
/macosx-10.10.1/Heimdal-398.1.2/appl/dceutils/
H A Dk5dcecon.c138 krb5_timestamp endtime; local
175 * i.e. the endtime is farther, and if the endtimes
186 DEEDEBUG2(" %s",ctime((time_t *)&xtgt->times.endtime));
190 if (xtgt->times.endtime > prev_endtime) {
192 } else if ((xtgt->times.endtime = prev_endtime)
197 if (xtgt->times.endtime >= now) {
203 prev_endtime = xtgt->times.endtime;
430 krb5_timestamp endtime; local
460 if (ftgt->times.endtime > tgt->times.endtime) {
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dklist.c52 if(cred->times.endtime > sec)
53 krb5_format_time(context, cred->times.endtime, t2, sizeof(t2), 1);
/macosx-10.10.1/Heimdal-398.1.2/kcm/
H A Drenew.c83 in.times.endtime = time(NULL) + ccache->tkt_life;
118 *expire = out->times.endtime;
H A Dacquire.c142 *expire = cred.times.endtime;
/macosx-10.10.1/MITKerberosShim-66/
H A Dcreds.c124 c->times.endtime = from->times.endtime;
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/gssapi/
H A Dgssapi_krb5.h105 OM_uint32 endtime; member in struct:gss_krb5_lucid_context_v1
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dcreds.c178 a->endtime == b->endtime &&
247 (mcreds->times.endtime <= creds->times.endtime);
H A Dmk_req.c61 this_cred.times.endtime = 0;
H A Dcache.c1412 cred.times.endtime = cred.times.authtime;
1756 time_t now, endtime = 0; local
1770 if (now < cred.times.endtime)
1771 endtime = cred.times.endtime;
1787 if ((endtime == 0 || cred.times.endtime < endtime) && now < cred.times.endtime)
1788 endtime
[all...]
H A Drd_cred.c285 if (kci->endtime)
286 creds->times.endtime = *kci->endtime;
/macosx-10.10.1/libxslt-13/libxslt/python/tests/
H A Dpyxsltproc.py33 endtime = 0 variable
41 global endtime
43 endtime = time.time()
44 print "%s took %d ms" % (msg, (endtime - begin) * 1000)
/macosx-10.10.1/Heimdal-398.1.2/kuser/
H A Dkimpersonate.c95 et.endtime = cred->times.endtime;
178 cred.times.endtime = time(NULL) + expiration_time;
H A Dkdecode_ticket.c151 in.times.endtime = 0;
/macosx-10.10.1/libxslt-13/libxslt/xsltproc/
H A Dxsltproc.c240 static struct timeval begin, endtime; variable in typeref:struct:
258 gettimeofday(&endtime, NULL);
259 msec = endtime.tv_sec - begin.tv_sec;
261 msec += (endtime.tv_usec - begin.tv_usec) / 1000;
282 clock_t begin, endtime; variable
292 endtime=clock();
293 msec = ((endtime-begin) * 1000) / CLOCKS_PER_SEC;
/macosx-10.10.1/MITKerberosShim-66/Kerberos/
H A Dgssapi_krb5.h135 OM_uint32 endtime; /* expiration time of context */ member in struct:gss_krb5_lucid_context_v1

Completed in 207 milliseconds

1234