Searched refs:starttime (Results 51 - 75 of 85) sorted by relevance

1234

/macosx-10.10/ntp-92/include/
H A Dntp.h191 u_long starttime; /* current_time as of creation of interface structure */ member in struct:interface
/macosx-10.10/CPANInternal-159.1/Krb5-1.9/
H A DKrb5.pm567 =item o starttime()
569 Returns the starttime time property of the credential.
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Drd_req.c207 if(t.starttime)
208 start = *t.starttime;
H A Dstore.c1078 ret = krb5_store_int32(sp, (int32_t)times.starttime);
1106 times->starttime = tmp;
H A Dxcache.c317 if (creds->times.starttime) {
318 authtime = CFDateCreate(NULL, (CFTimeInterval)creds->times.starttime - kCFAbsoluteTimeIntervalSince1970);
H A Dkrb5.h416 krb5_timestamp starttime; member in struct:krb5_times
H A Dinit_creds_pw.c249 cred->times.starttime = now + start_time;
714 if(creds->times.starttime) {
721 *a->req_body.from = creds->times.starttime;
/macosx-10.10/MITKerberosShim-66/
H A Dkll.c648 (ocreds->times.starttime - 10 < t)
681 *outStartTime = creds->times.starttime;
/macosx-10.10/bind9-45.101/bind9/bin/dnssec/
H A Ddnssec-signzone.c127 static isc_stdtime_t starttime = 0, endtime = 0, now; variable
221 result = dns_dnssec_sign(name, rdataset, key, &starttime, &jendtime,
423 ttl = ISC_MIN(set->ttl, endtime - starttime);
3682 starttime = strtotime(startstr, now, now);
3684 starttime = now - 3600; /* Allow for some clock skew. */
3687 endtime = strtotime(endstr, now, starttime);
3689 endtime = starttime + (30 * 24 * 60 * 60);
3692 cycle = (endtime - starttime) / 4;
/macosx-10.10/MITKerberosShim-66/mittestcc/
H A Dtest_ccapi_v2.c47 a->cred.pV5Cred->starttime == b->cred.pV5Cred->starttime) {
105 v5creds->starttime = time (NULL);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dbackglue.c395 long stoptime = 0, starttime; local
405 starttime = op->o_time;
701 op->o_time = starttime;
H A Dmain.c1036 time( &starttime );
/macosx-10.10/CPANInternal-159.1/Authen-Krb5/
H A DKrb5.xs330 cr.times.starttime = now;
357 cr.times.starttime = now;
/macosx-10.10/MITKerberosShim-66/Kerberos/
H A DCredentialsCache.h592 cc_time_t starttime; member in struct:cc_credentials_v5_t
/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb_iod.c87 static int smb_iod_check_timeout(struct timespec *starttime, int SecondsTillTimeout) argument
93 timespecadd(&waittime, starttime);
/macosx-10.10/vim-55/src/
H A Dundo.c2065 /* When doing computations with time_t subtract starttime, because
2068 target = (long)(curbuf->b_u_time_cur - starttime) + step;
2117 closest = (long)(time(NULL) - starttime + 1);
2155 val = (long)(uhp->uh_time - starttime);
H A Dglobals.h1592 EXTERN time_t starttime; variable
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dtask.c3591 uint64_t starttime, end; local
3595 starttime = mach_absolute_time();
3610 absolutetime_to_microtime(end - starttime, &secs, &microsecs);
/macosx-10.10/vim-55/runtime/syntax/
H A Dmush.vim75 syntax keyword mushFunction contained starttime stats stddev step strcat strinsert
/macosx-10.10/Heimdal-398.1.2/kuser/
H A Dkinit.c759 timeout = cred->times.endtime - cred->times.starttime;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/lastmod/
H A Dlastmod.c853 slap_timestamp( &starttime, &timestamp );
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/autosign/
H A Dtests.sh769 starttime=`$PERL -e 'print time(), "\n";'`
921 sleep=`expr $starttime + 29 - $now`
/macosx-10.10/ntp-92/ntpd/
H A Dntp_io.c822 iface->starttime = current_time;
885 current_time - iface->starttime);
/macosx-10.10/ntp-92/scripts/monitoring/
H A Dntploopwatch47 -S +starttime
/macosx-10.10/BootCache-109/
H A Dkext.c589 static void wait_for_extent(struct BC_cache_extent *ce, struct timeval starttime) ;
1628 static void wait_for_extent(struct BC_cache_extent *ce, struct timeval starttime) { argument
1633 &starttime,

Completed in 501 milliseconds

1234