Searched refs:starttime (Results 1 - 25 of 89) sorted by relevance

1234

/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/Fortune.wdgt/
H A DFortune.js104 var animation = {duration:0, starttime:0, to:1.0, now:1.0, from:0.0, firstElement:null, timer:null}; property in class:animation
115 var starttime = (new Date).getTime() - 13; // set it back one frame
118 animation.starttime = starttime; // specify the start time
137 var starttime = (new Date).getTime() - 13;
140 animation.starttime = starttime;
157 T = limit_3(time-animation.starttime, 0, animation.duration);
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dpretty.build13 my $starttime = time;
55 if (time != $starttime) {
56 my $delay = time - $starttime;
62 printf("\nFinished building source (%d seconds, %3.2f files per second).\n", time - $starttime, $rate);
/macosx-10.9.5/postfix-252/postfix/src/local/
H A Dmaildir.c93 struct timeval starttime; local
95 GETTIMEOFDAY(&starttime);
141 * use starttime.pid_count.host, where starttime is the time that your
185 (unsigned long) starttime.tv_sec, var_pid, get_hostname());
204 (unsigned long) starttime.tv_sec,
207 (unsigned long) starttime.tv_usec,
/macosx-10.9.5/postfix-252/postfix/src/virtual/
H A Dmaildir.c88 struct timeval starttime; local
90 GETTIMEOFDAY(&starttime);
135 * use starttime.pid_count.host, where starttime is the time that your
179 (unsigned long) starttime.tv_sec, var_pid, get_hostname());
198 (unsigned long) starttime.tv_sec,
201 (unsigned long) starttime.tv_usec,
/macosx-10.9.5/dcerpc-58/dcerpc/rpcd/
H A Drpcdutil.h137 struct timeval *starttime,
H A Drpcdutil.c241 /* Sleep until starttime + nsecs
243 PRIVATE void ru_sleep_until(starttime, nsecs)
244 struct timeval *starttime;
252 waketime = starttime->tv_sec + nsecs;
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftpd/
H A Dklist.c47 if(cred->times.starttime)
48 krb5_format_time(context, cred->times.starttime, t1, sizeof(t1), 1);
/macosx-10.9.5/MITKerberosShim-62.1/
H A Dcreds.c123 c->times.starttime = from->times.starttime;
H A Drd_req.c98 m->enc_part2->times.starttime =
99 h->ticket.starttime ? *h->ticket.starttime : 0 ;
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/CredentialsCache/
H A DCredentialsCache2.h63 /* * This is backwards compatibility for CCache API v2 clients to be able to run * against the CCache API v3 library */ #ifndef __CREDENTIALSCACHE2__ #define __CREDENTIALSCACHE2__ #include <CredentialsCache/CredentialsCache.h> #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #include <KerberosSupport/KerberosConditionalMacros.h> #if PRAGMA_IMPORT # pragma import on #endif /* This stuff is to make sure that we always use the same compiler options for this header file. Otherwise we get really exciting failure modes -- meeroh */ /* Sadly, the v2 APi didn't specify the alignment, so we use the default except on MacOS (where our implementation defined it to be 2-byte aligned) */ #if TARGET_OS_MAC #if PRAGMA_STRUCT_ALIGN #pragma options align=mac68k #elif PRAGMA_STRUCT_PACKPUSH #pragma pack(push, 2) #elif PRAGMA_STRUCT_PACK #pragma pack(2) #endif #endif #if PRAGMA_ENUM_ALWAYSINT #pragma enumsalwaysint on #endif #if TARGET_CPU_68K #pragma fourbyteints on #endif /* Some old types get directly mapped to new types */ typedef cc_context_d apiCB; typedef cc_ccache_d ccache_p; typedef cc_credentials_iterator_d ccache_cit_creds; typedef cc_ccache_iterator_d ccache_cit_ccache; typedef cc_data cc_data_compat; typedef cc_int32 cc_cred_vers; typedef cc_int32 cc_result; /* This doesn't exist in API v3 */ typedef cc_uint32 cc_flags; /* Credentials types are visible to the caller so we have to keep binary compatibility */ typedef struct cc_credentials_v5_compat { char* client; char* server; cc_data_compat keyblock; cc_time_t authtime; cc_time_t starttime; cc_time_t endtime; cc_time_t renew_till; cc_uint32 is_skey; cc_uint32 ticket_flags; (…)
1 / member in struct:cc_credentials_v5_compat
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-mpcp.c77 u_int8_t starttime[MPCP_TIMESTAMP_LEN]; member in struct:mpcp_grant_t
189 EXTRACT_32BITS(mpcp.grant->starttime),
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tty/
H A Dlib_twait.c171 long starttime, returntime; local
191 starttime = _nc_gettime(&t0, TRUE);
373 milliseconds -= (returntime - starttime);
382 long diff = (returntime - starttime);
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DFastMotionMovieMaker.tcl109 set starttime 0
116 $wmovie tracks add picture $trackID $starttime $duration $imageList
119 incr starttime [expr $nbatch * $duration]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Drd_cred.c288 if (kci->starttime)
289 creds->times.starttime = *kci->starttime;
H A Dcreds.c176 return a->starttime == b->starttime &&
H A Dget_for_creds.c374 ALLOC(krb_cred_info->starttime, 1);
375 *krb_cred_info->starttime = out_creds->times.starttime;
H A Dkrb5_ccapi.h112 cc_time_t starttime; member in struct:cc_credentials_v5_t
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dschema.c136 slap_timestamp( &starttime, vals );
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/zic.tproj/
H A Dzic.c84 static void addtt P((time_t starttime, int type));
1567 register time_t starttime, untiltime; local
1578 INITIALIZE(starttime);
1613 addtt(starttime, type);
1686 if (usestart && ktime == starttime)
1689 if (ktime < starttime) {
1724 else addtt(starttime,
1731 ** Now we may get to set starttime for the next zone line.
1736 starttime = zp->z_untiltime;
1738 starttime
[all...]
/macosx-10.9.5/system_cmds-597.90.1/zic.tproj/
H A Dzic.c84 static void addtt P((time_t starttime, int type));
1567 register time_t starttime, untiltime; local
1578 INITIALIZE(starttime);
1613 addtt(starttime, type);
1686 if (usestart && ktime == starttime)
1689 if (ktime < starttime) {
1724 else addtt(starttime,
1731 ** Now we may get to set starttime for the next zone line.
1736 starttime = zp->z_untiltime;
1738 starttime
[all...]
/macosx-10.9.5/Heimdal-323.92.1/kuser/
H A Dkimpersonate.c94 et.starttime = NULL;
177 cred.times.starttime = time(NULL);
H A Dklist.c85 if(cred->times.starttime)
87 printable_time(cred->times.starttime));
190 if(cred->times.authtime != cred->times.starttime)
192 printable_time_long(cred->times.starttime));
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dkrb5tgs.c383 if(!tgt->flags.invalid || tgt->starttime == NULL){
388 if(*tgt->starttime > kdc_time){
456 *et->starttime = *b->from;
483 if(tgt->starttime)
484 old_life -= *tgt->starttime;
487 et->endtime = *et->starttime + old_life;
767 ALLOC(et.starttime);
768 *et.starttime = kdc_time;
820 life = et.endtime - *et.starttime;
825 et.endtime = *et.starttime
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dparallel.tcl202 set starttime [timestamp -r]
219 set elapsed_secs [expr $now - $starttime]
255 set elapsed [expr $now - $starttime]
/macosx-10.9.5/Heimdal-323.92.1/appl/dceutils/
H A Dk5dce.h98 krb5_timestamp starttime; member in struct:_krb5_ticket_times

Completed in 337 milliseconds

1234