Searched refs:stime (Results 1 - 25 of 55) sorted by relevance

123

/macosx-10.10/uucp-11/uucp/unix/
H A Dproctm.c119 struct timeval stime; local
122 (void) gettimeofday (&stime, &stz);
124 *pimicros = (long) stime.tv_usec;
125 return (long) stime.tv_sec;
133 struct timeb stime; local
136 (void) ftime (&stime);
141 && (stime.time < slast.time
142 || (stime.time == slast.time &&
143 stime.millitm < slast.millitm)))
147 slast = stime;
[all...]
/macosx-10.10/ruby-106/ruby/lib/
H A Dbenchmark.rb284 t1.stime - t0.stime,
392 attr_reader :stime
403 # Total time, that is +utime+ + +stime+ + +cutime+ + +cstime+
411 # +utime+ as the user CPU time, +stime+ as the system CPU time,
415 def initialize(utime = 0.0, stime = 0.0, cutime = 0.0, cstime = 0.0, real = 0.0, label = nil)
416 @utime, @stime, @cutime, @cstime, @real, @label = utime, stime, cutime, cstime, real, label.to_s
417 @total = @utime + @stime + @cutime + @cstime
434 @stime
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A DSecCmsSignerInfo.h122 SecCmsSignerInfoGetSigningTime(SecCmsSignerInfoRef sinfo, CFAbsoluteTime *stime);
132 SecCmsSignerInfoGetTimestampTime(SecCmsSignerInfoRef sinfo, CFAbsoluteTime *stime);
142 SecCmsSignerInfoGetTimestampTimeWithPolicy(SecCmsSignerInfoRef sinfo, CFTypeRef timeStampPolicy, CFAbsoluteTime *stime);
H A Dcmssiginfo.c502 CFAbsoluteTime stime; local
518 if (SecCmsSignerInfoGetTimestampTimeWithPolicy(signerinfo, timeStampPolicies, &stime) != SECSuccess)
519 if (SecCmsSignerInfoGetSigningTime(signerinfo, &stime) != SECSuccess)
520 stime = CFAbsoluteTimeGetCurrent();
527 rv = CERT_VerifyCert(keychainOrArray, cert, otherCerts, policies, stime, trustRef);
858 SecCmsSignerInfoGetSigningTime(SecCmsSignerInfoRef sinfo, CFAbsoluteTime *stime) argument
867 *stime = sinfo->signingTime; /* cached copy */
875 if (DER_UTCTimeToCFDate(value, stime) != SECSuccess)
877 sinfo->signingTime = *stime; /* make cached copy */
882 SecCmsSignerInfoGetTimestampTime(SecCmsSignerInfoRef sinfo, CFAbsoluteTime *stime) argument
888 SecCmsSignerInfoGetTimestampTimeWithPolicy(SecCmsSignerInfoRef sinfo, CFTypeRef timeStampPolicy, CFAbsoluteTime *stime) argument
1043 CSSM_DATA stime; local
[all...]
H A Dcert.h125 CFTypeRef policies, CFAbsoluteTime stime, SecTrustRef *trustRef);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A DSecCmsSignerInfo.h122 SecCmsSignerInfoGetSigningTime(SecCmsSignerInfoRef sinfo, CFAbsoluteTime *stime);
132 SecCmsSignerInfoGetTimestampTime(SecCmsSignerInfoRef sinfo, CFAbsoluteTime *stime);
142 SecCmsSignerInfoGetTimestampTimeWithPolicy(SecCmsSignerInfoRef sinfo, CFTypeRef timeStampPolicy, CFAbsoluteTime *stime);
H A Dcmssiginfo.c502 CFAbsoluteTime stime; local
518 if (SecCmsSignerInfoGetTimestampTimeWithPolicy(signerinfo, timeStampPolicies, &stime) != SECSuccess)
519 if (SecCmsSignerInfoGetSigningTime(signerinfo, &stime) != SECSuccess)
520 stime = CFAbsoluteTimeGetCurrent();
527 rv = CERT_VerifyCert(keychainOrArray, cert, otherCerts, policies, stime, trustRef);
858 SecCmsSignerInfoGetSigningTime(SecCmsSignerInfoRef sinfo, CFAbsoluteTime *stime) argument
867 *stime = sinfo->signingTime; /* cached copy */
875 if (DER_UTCTimeToCFDate(value, stime) != SECSuccess)
877 sinfo->signingTime = *stime; /* make cached copy */
882 SecCmsSignerInfoGetTimestampTime(SecCmsSignerInfoRef sinfo, CFAbsoluteTime *stime) argument
888 SecCmsSignerInfoGetTimestampTimeWithPolicy(SecCmsSignerInfoRef sinfo, CFTypeRef timeStampPolicy, CFAbsoluteTime *stime) argument
1043 CSSM_DATA stime; local
[all...]
H A Dcert.h125 CFTypeRef policies, CFAbsoluteTime stime, SecTrustRef *trustRef);
/macosx-10.10/ksh-23/ksh/src/lib/libast/tm/
H A Dtvsettime.c59 return stime(s);
/macosx-10.10/ntp-92/ntpd/
H A Djupiter.h79 u_short stime[2]; /* set time (10 ms ticks) */ member in struct:jgpos
123 u_short stime[2]; /* set time (10 ms ticks) */ member in struct:jchan
139 u_short stime[2]; /* set time (10 ms ticks) */ member in struct:jvis
157 u_short stime[2]; /* set time (10 ms ticks) */ member in struct:jid
169 u_short stime[2]; /* set time (10 ms ticks) */ member in struct:juser
186 u_short stime[2]; /* set time (10 ms ticks) */ member in struct:jpulse
200 u_short stime[2]; /* set time (10 ms ticks) */ member in struct:jeup
/macosx-10.10/uucp-11/uucp/
H A Duustat.c1387 struct tm stime;
1397 usysdep_localtime (itime, &stime);
1399 stime.tm_mon + 1, stime.tm_mday, stime.tm_hour, stime.tm_min);
1542 struct tm stime;
1550 usysdep_localtime (itime, &stime);
1552 stime.tm_mon + 1, stime
1383 struct tm stime; local
1537 struct tm stime; local
1693 struct tm stime; local
2263 struct tm stime; local
2415 struct tm stime; local
[all...]
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dcert.h114 CFTypeRef policies, CFAbsoluteTime stime, SecTrustRef *trustRef);
117 CFTypeRef policies, CFAbsoluteTime stime, SecTrustRef *trustRef);
H A DSecCmsSignerInfo.h91 SecCmsSignerInfoGetSigningTime(SecCmsSignerInfoRef sinfo, CFAbsoluteTime *stime);
H A Dcmssiginfo.c543 CFAbsoluteTime stime; local
563 if (SecCmsSignerInfoGetSigningTime(signerinfo, &stime) != SECSuccess)
564 stime = CFAbsoluteTimeGetCurrent();
567 rv = CERT_VerifyCert(keychainOrArray, cert, policies, stime, trustRef);
569 rv = CERT_VerifyCert(keychainOrArray, certs, policies, stime, trustRef);
794 SecCmsSignerInfoGetSigningTime(SecCmsSignerInfoRef sinfo, CFAbsoluteTime *stime) argument
803 *stime = sinfo->signingTime; /* cached copy */
811 if (DER_UTCTimeToCFDate(value, stime) != SECSuccess)
813 sinfo->signingTime = *stime; /* make cached copy */
998 SecAsn1Item stime; local
[all...]
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dcert.h114 CFTypeRef policies, CFAbsoluteTime stime, SecTrustRef *trustRef);
117 CFTypeRef policies, CFAbsoluteTime stime, SecTrustRef *trustRef);
H A DSecCmsSignerInfo.h91 SecCmsSignerInfoGetSigningTime(SecCmsSignerInfoRef sinfo, CFAbsoluteTime *stime);
H A Dcmssiginfo.c543 CFAbsoluteTime stime; local
563 if (SecCmsSignerInfoGetSigningTime(signerinfo, &stime) != SECSuccess)
564 stime = CFAbsoluteTimeGetCurrent();
567 rv = CERT_VerifyCert(keychainOrArray, cert, policies, stime, trustRef);
569 rv = CERT_VerifyCert(keychainOrArray, certs, policies, stime, trustRef);
794 SecCmsSignerInfoGetSigningTime(SecCmsSignerInfoRef sinfo, CFAbsoluteTime *stime) argument
803 *stime = sinfo->signingTime; /* cached copy */
811 if (DER_UTCTimeToCFDate(value, stime) != SECSuccess)
813 sinfo->signingTime = *stime; /* make cached copy */
998 SecAsn1Item stime; local
[all...]
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dcert.h114 CFTypeRef policies, CFAbsoluteTime stime, SecTrustRef *trustRef);
117 CFTypeRef policies, CFAbsoluteTime stime, SecTrustRef *trustRef);
H A DSecCmsSignerInfo.h91 SecCmsSignerInfoGetSigningTime(SecCmsSignerInfoRef sinfo, CFAbsoluteTime *stime);
H A Dcmssiginfo.c543 CFAbsoluteTime stime; local
563 if (SecCmsSignerInfoGetSigningTime(signerinfo, &stime) != SECSuccess)
564 stime = CFAbsoluteTimeGetCurrent();
567 rv = CERT_VerifyCert(keychainOrArray, cert, policies, stime, trustRef);
569 rv = CERT_VerifyCert(keychainOrArray, certs, policies, stime, trustRef);
794 SecCmsSignerInfoGetSigningTime(SecCmsSignerInfoRef sinfo, CFAbsoluteTime *stime) argument
803 *stime = sinfo->signingTime; /* cached copy */
811 if (DER_UTCTimeToCFDate(value, stime) != SECSuccess)
813 sinfo->signingTime = *stime; /* make cached copy */
998 SecAsn1Item stime; local
[all...]
/macosx-10.10/ntp-92/include/
H A Dl_stdlib.h174 extern int stime (const time_t *);
178 extern int stime (long *);
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dmk_error.c59 msg.stime = sec;
/macosx-10.10/ntp-92/scripts/monitoring/
H A Dntploopstat272 $stime = &time;
274 &msg("Sending request $stime...\n");
322 ;#$time = ($stime + $etime) / 2; # symmetric delay assumed
329 (unpack("SnC4",$ret))[$[+2 .. $[+5], ($etime - $stime)));
/macosx-10.10/system_cmds-643.1.1/sc_usage.tproj/
H A Dsc_usage.c116 double stime; member in struct:entry
1122 se->wtime_usecs += ((double)now - te->stime) / divisor;
1123 se->delta_wtime_usecs += ((double)now - te->stime) / divisor;
1124 te->stime = (double)now;
1527 te->ctime += (double)now - te->stime;
1536 utime_usecs += ((double)now - te->stime) / divisor;
1540 te->stime = (double)now;
1553 te->wtime += (double)now - te->stime;
1560 te->stime = (double)now;
1583 te->ctime += (double)now - te->stime;
[all...]
/macosx-10.10/tcl-105/tcl_ext/ffidl/ffidl/demos/
H A Dgetrusage.tcl55 proc stime {} { procedure

Completed in 360 milliseconds

123