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

1234

/macosx-10.10.1/Heimdal-398.1.2/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.10.1/postfix-255/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.10.1/postfix-255/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.10.1/dcerpc-61/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.10.1/OpenSSL098-52/src/crypto/rand/
H A Drand_win.c466 DWORD starttime = 0; local
499 if (good) starttime = GetTickCount();
530 && (!good || (GetTickCount()-starttime)<MAXDELAY)
540 && (!good || (GetTickCount()-starttime)<MAXDELAY)
563 && (!good || (GetTickCount()-starttime)<MAXDELAY));
574 if (good) starttime = GetTickCount();
578 while (process_next(handle, &p) && (!good || (GetTickCount()-starttime)<MAXDELAY));
586 if (good) starttime = GetTickCount();
590 while (thread_next(handle, &t) && (!good || (GetTickCount()-starttime)<MAXDELAY));
598 if (good) starttime
[all...]
/macosx-10.10.1/Heimdal-398.1.2/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.10.1/MITKerberosShim-66/
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.10.1/tcpdump-61/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.10.1/ncurses-44/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.10.1/tcl-105/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.10.1/Heimdal-398.1.2/lib/krb5/
H A Drd_cred.c283 if (kci->starttime)
284 creds->times.starttime = *kci->starttime;
H A Dcreds.c176 return a->starttime == b->starttime &&
H A Dget_for_creds.c380 ALLOC(krb_cred_info->starttime, 1);
381 *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.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dschema.c136 slap_timestamp( &starttime, vals );
/macosx-10.10.1/system_cmds-643.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.10.1/Heimdal-398.1.2/kuser/
H A Dkimpersonate.c94 et.starttime = NULL;
177 cred.times.starttime = time(NULL);
H A Dklist.c102 if(cred->times.starttime)
104 printable_time(cred->times.starttime, do_json));
207 if(cred->times.authtime != cred->times.starttime)
209 printable_time_long(cred->times.starttime));
/macosx-10.10.1/Heimdal-398.1.2/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;
763 ALLOC(et.starttime);
764 *et.starttime = kdc_time;
816 life = et.endtime - *et.starttime;
821 et.endtime = *et.starttime
[all...]
/macosx-10.10.1/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.10.1/Heimdal-398.1.2/appl/dceutils/
H A Dk5dce.h98 krb5_timestamp starttime; member in struct:_krb5_ticket_times
/macosx-10.10.1/ICU-531.30/icuSources/tools/tzcode/
H A Dzic.c122 static void addtt(zic_t starttime, int type);
2104 register zic_t starttime, untiltime; local
2129 INITIALIZE(starttime);
2299 addtt(starttime, type);
2371 if (usestart && ktime == starttime)
2374 if (ktime < starttime) {
2440 else addtt(starttime,
2456 ** Now we may get to set starttime for the next zone line.
2461 starttime = zp->z_untiltime;
2463 starttime
[all...]
/macosx-10.10.1/MITKerberosShim-66/mittestcc/
H A Dtest_ccapi_util.c68 v5creds->starttime = time (NULL);

Completed in 372 milliseconds

1234