Searched refs:times (Results 126 - 150 of 281) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/support/devel/sak/test/
H A Drun.tcl163 array set times $xtimes
167 foreach k [lsort -dict [array names times]] {
169 foreach {testnum delta score} $times($k) break
/macosx-10.10.1/file_cmds-242/gzip/
H A Dgzip.c1094 struct timeval times[2]; local
1123 TIMESPEC_TO_TIMEVAL(&times[0], &sb.st_atimespec);
1124 TIMESPEC_TO_TIMEVAL(&times[1], &sb.st_mtimespec);
1126 TIMESPEC_TO_TIMEVAL(&times[0], &sb.st_atim);
1127 TIMESPEC_TO_TIMEVAL(&times[1], &sb.st_mtim);
1129 if (futimes(fd, times) < 0)
/macosx-10.10.1/apache-793/httpd/server/
H A Dscoreboard.c379 times(&ws->times);
/macosx-10.10.1/swig-12/Lib/perl5/
H A Dperlkw.swg196 PERLBN(times);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Desterel.vim39 syn keyword esterelStatement repeat times combine with
/macosx-10.10.1/Heimdal-398.1.2/appl/kf/
H A Dkf.c235 creds.times.endtime = 0;
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dxcache.c317 if (creds->times.starttime) {
318 authtime = CFDateCreate(NULL, (CFTimeInterval)creds->times.starttime - kCFAbsoluteTimeIntervalSince1970);
319 } else if (creds->times.authtime) {
320 authtime = CFDateCreate(NULL, (CFTimeInterval)creds->times.authtime - kCFAbsoluteTimeIntervalSince1970);
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp172 double times[ITERATIONS]; local
175 subIterations = runTest(&times[i]);
177 fprintf(stderr, "trial: %d/%d = %.9fs\n", i, ITERATIONS,times[i]);
182 *subTime = uprv_getMeanTime(times,&iterations,marginOfError);
/macosx-10.10.1/MITKerberosShim-66/
H A Dkll.c648 (ocreds->times.starttime - 10 < t)
649 && (t < ocreds->times.endtime);
681 *outStartTime = creds->times.starttime;
704 *outExpirationTime = creds->times.endtime;
/macosx-10.10.1/adv_cmds-158/ps/
H A Dprint.c824 time_value_add(&total_time, &k->times.user_time);
825 time_value_add(&system_time, &k->times.system_time);
857 time_value_add(&user_time, &k->times.user_time);
893 time_value_add(&system_time, &k->times.system_time);
H A Dtasks.c132 error = task_info(ki->task, TASK_THREAD_TIMES_INFO, (task_info_t)&ki->times, &info_count);
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Ddst_internal.h124 isc_stdtime_t times[DST_MAX_TIMES + 1]; /*%< timing metadata */ member in struct:dst_key
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/tm/
H A Dtvtouch.c43 #include <times.h>
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Ddate.c62 "[a:access-time|atime?List file argument access times.]"
63 "[c:change-time|ctime?List file argument change times.]"
160 "[m:modify-time|mtime?List file argument modify times.]"
201 #include <times.h>
/macosx-10.10.1/libxml2-26/libxml2/
H A DtestHTML.c862 printf("\t--repeat : parse the file 100 times, for timing\n");
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DtestHTML.c862 printf("\t--repeat : parse the file 100 times, for timing\n");
/macosx-10.10.1/syslog-267/syslogd.tproj/
H A Dbsd_out.c483 * we need to write a "last message was repeated N times" log entry
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclUnixPort.h247 * gettimeofday call, then must use times() instead.
251 # include <sys/times.h>
H A DtclUnixTime.c127 now = (unsigned long) times(&dummy);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/mpformats/
H A D_html.tcl22 \xa7 &sect; \xb7 &middot; \xc7 &Ccedil; \xd7 &times; \xe7 &ccedil; \xf7 &divide;
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2base/
H A Dhtml.tcl178 \xa7 &sect; \xb7 &middot; \xc7 &Ccedil; \xd7 &times; \xe7 &ccedil; \xf7 &divide;
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dkssl.c1503 printf("\tstart/auth/end times: %d / %d / %d\n",
1504 krb5ticket->enc_part2->times.starttime,
1505 krb5ticket->enc_part2->times.authtime,
1506 krb5ticket->enc_part2->times.endtime);
1542 ttimes->authtime = krb5ticket->enc_part2->times.authtime;
1543 ttimes->starttime = krb5ticket->enc_part2->times.starttime;
1544 ttimes->endtime = krb5ticket->enc_part2->times.endtime;
1545 ttimes->renew_till = krb5ticket->enc_part2->times.renew_till;
1950 ** time is checked to be within the ticket start and expire times.
1952 ** Returns 0 for valid times, SSL_R_KRB
[all...]
/macosx-10.10.1/kext_tools-384.1.4/
H A Dbootcaches.c1246 _sutimes(int fdvol, char *path, int oflags, struct timeval times[2]) argument
1260 if ((bsderr = futimes(fd, times))) {
2228 struct timeval times[2] = {{ 0, 0 }, { 0, 0 }}; local
2247 times[0].tv_sec = (__darwin_time_t)timeStamp;
2248 times[1].tv_sec = (__darwin_time_t)timeStamp; // mdworker -> atime
2256 if ((errnum = _sutimes(caches->cachefd, erpath, O_CREAT, times))) {
2521 struct timeval times[2]; local
2549 // get current times (keeping access, overwriting mod)
2554 TIMESPEC_TO_TIMEVAL(&times[0], &cachesb.st_atimespec);
2555 TIMESPEC_TO_TIMEVAL(&times[
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Derror.c44 #include <times.h>
482 if ((d = times(&us)) < error_info.time || error_info.time == 1)
/macosx-10.10.1/remote_cmds-47/timed.tproj/timed.tproj/
H A Dmaster.c47 #include <sys/times.h>
537 this_time = times(&tm);

Completed in 505 milliseconds

1234567891011>>