Searched refs:timestamp (Results 251 - 275 of 741) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Ddgxq.c143 rpc_clock_t timestamp, wait_time; local
159 timestamp = xq->awaiting_ack_timestamp;
162 if (xq->awaiting_ack && rpc__clock_aged(timestamp, wait_time)
166 ("(rpc__dg_xmitq_awaiting_ack_tmo) timeout (timestamp=%lu, wait_time=%lu, now=%lu) [%s]\n",
167 (unsigned long)timestamp, (unsigned long)wait_time,
523 xq->timestamp = rpc__clock_stamp();
/macosx-10.10/ntp-92/ntpd/
H A Dkeyword-gen.c267 char timestamp[128]; local
281 if (!strftime(timestamp, sizeof(timestamp),
283 timestamp[0] = '\0';
285 printf(preamble, timestamp);
/macosx-10.10/emacs-93/emacs/src/
H A Dmacselect.c67 /* The timestamp of the last input event Emacs received from the
212 /* Put TIMESTAMP to the scrap SCRAP. The timestamp is used for
216 put_scrap_private_timestamp (scrap, timestamp)
218 unsigned long timestamp;
223 sizeof (timestamp), &timestamp);
225 return PutScrap (sizeof (timestamp), SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP,
226 &timestamp);
312 /* Get timestamp from the scrap SCRAP and set to *TIMPSTAMP. */
315 get_scrap_private_timestamp (scrap, timestamp)
854 unsigned long timestamp; variable
[all...]
H A Dtermhooks.h224 .timestamp gives a timestamp (in
240 .timestamp gives a timestamp (in
252 .timestamp gives a timestamp (in
264 .timestamp gives a timestamp (in
284 .timestamp gives a timestamp (i
372 unsigned long timestamp; member in struct:input_event
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dkdebug.h95 uint64_t timestamp,
826 uint64_t timestamp; member in struct:__anon14852
846 kp->timestamp = (kp->timestamp & KDBG_TIMESTAMP_MASK) |
852 return (int) (((kp)->timestamp & KDBG_CPU_MASK) >> KDBG_CPU_SHIFT);
857 kp->timestamp = thetime & KDBG_TIMESTAMP_MASK;
862 return kp->timestamp & KDBG_TIMESTAMP_MASK;
867 kp->timestamp = (thetime & KDBG_TIMESTAMP_MASK) |
885 kp->timestamp = thetime;
890 return kp->timestamp;
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldap/
H A Dmonitor.c411 struct berval timestamp; local
490 timestamp.bv_val = timebuf;
491 timestamp.bv_len = sizeof( timebuf );
492 slap_timestamp( &now, &timestamp );
518 timestamp.bv_val,
520 timestamp.bv_val );
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DScrollElasticityController.mm179 CFTimeInterval timeDelta = wheelEvent.timestamp() - m_lastMomentumScrollTimestamp;
184 m_lastMomentumScrollTimestamp = wheelEvent.timestamp();
186 m_lastMomentumScrollTimestamp = wheelEvent.timestamp();
/macosx-10.10/emacs-93/emacs/lisp/obsolete/
H A Dfast-lock.el128 ;; - Made `visited-file-modtime' be the basis of the timestamp (Stig)
264 (defvar fast-lock-cache-timestamp nil) ; For saving/reading.
364 properties, any associated Font Lock cache is used if its timestamp matches the
393 (set (make-local-variable 'fast-lock-cache-timestamp) nil)
405 - The buffer file's timestamp must match the cache's.
426 ;; of `fast-lock-cache-timestamp'.)
441 - The buffer file's timestamp must be the same as the file's on disk.
442 - The on disk file's timestamp must be different than the buffer's cache.
451 (file-timestamp (visited-file-modtime)) (saved nil))
460 ;; and the file's timestamp i
[all...]
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-canusb-linux.c72 uint32_t timestamp; member in struct:CAN_Msg
411 pkth.ts.tv_usec = firstpacket.tv_usec + (msg.timestamp % 100) * 10000;
412 pkth.ts.tv_sec = firstpacket.tv_usec + (msg.timestamp / 100);
/macosx-10.10/ruby-106/ruby/tool/
H A Dmkconfig.rb284 if $timestamp and f.stat.size == config.size and f.read == config
293 if String === $timestamp
294 FileUtils.touch($timestamp)
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dget_for_creds.c299 ALLOC(enc_krb_cred_part.timestamp, 1);
300 if (enc_krb_cred_part.timestamp == NULL) {
305 *enc_krb_cred_part.timestamp = sec;
314 enc_krb_cred_part.timestamp = NULL;
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dpolicydb.cpp452 CFTemp<CFDictionaryRef> info("{event=%s, timestamp=%O}", event, now.get());
462 CFDateRef timestamp = (CFDateRef)CFDictionaryGetValue(info, CFSTR("timestamp")); local
463 if (timestamp && CFGetTypeID(timestamp) == CFDateGetTypeID()) {
464 delta = CFAbsoluteTimeGetCurrent() - CFDateGetAbsoluteTime(timestamp);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dpolicydb.cpp452 CFTemp<CFDictionaryRef> info("{event=%s, timestamp=%O}", event, now.get());
462 CFDateRef timestamp = (CFDateRef)CFDictionaryGetValue(info, CFSTR("timestamp")); local
463 if (timestamp && CFGetTypeID(timestamp) == CFDateGetTypeID()) {
464 delta = CFAbsoluteTimeGetCurrent() - CFDateGetAbsoluteTime(timestamp);
/macosx-10.10/WebCore-7600.1.25/dom/
H A DWheelEvent.cpp68 : MouseEvent(eventNames().wheelEvent, true, true, event.timestamp(), view, 0, event.globalPosition().x(), event.globalPosition().y(), event.position().x(), event.position().y()
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Geolocation/
H A DWebGeolocationManager.cpp97 RefPtr<GeolocationPosition> position = GeolocationPosition::create(data.timestamp, data.latitude, data.longitude, data.accuracy, data.canProvideAltitude, data.altitude, data.canProvideAltitudeAccuracy, data.altitudeAccuracy, data.canProvideHeading, data.heading, data.canProvideSpeed, data.speed);
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dhostip.h68 /* timestamp == 0 -- entry not in hostcache
69 timestamp != 0 -- entry is in hostcache */
70 time_t timestamp; member in struct:Curl_dns_entry
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dpef.h31 unsigned long timestamp; member in struct:bfd_pef_header
/macosx-10.10/ruby-106/ruby/test/rake/
H A Dtest_rake_task.rb229 assert_in_delta Time.now, a.timestamp, 0.1, 'computer too slow?'
238 def b.timestamp() Time.now + 10 end singleton method in class:test_timestamp_returns_latest_prereq_timestamp
239 def c.timestamp() Time.now + 5 end singleton method in class:test_timestamp_returns_latest_prereq_timestamp
241 assert_in_delta now + 10, a.timestamp, 0.1, 'computer too slow?'
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOReportTypes.h200 uint64_t timestamp; // mach_absolute_time() member in struct:__anon15007
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/lastmod/
H A Dlastmod.c383 struct berval timestamp; local
393 timestamp.bv_val = tmbuf;
394 timestamp.bv_len = sizeof(tmbuf);
395 slap_timestamp( &currtime, &timestamp );
397 ber_dupbv( bv_modifyTimestamp, &timestamp );
429 /* FIXME: timestamp? modifier? */
841 struct berval timestamp; local
851 timestamp.bv_val = tmbuf;
852 timestamp.bv_len = sizeof(tmbuf);
853 slap_timestamp( &starttime, &timestamp );
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dmodify.c869 struct berval name, timestamp, csn = BER_BVNULL; local
878 timestamp.bv_val = timebuf;
921 timestamp.bv_len = STRLENOF("YYYYMMDDHHMMSSZ");
922 AC_MEMCPY( timebuf, csn.bv_val, timestamp.bv_len );
923 timebuf[timestamp.bv_len-1] = 'Z';
924 timebuf[timestamp.bv_len] = '\0';
929 timestamp.bv_len = sizeof(timebuf);
931 slap_timestamp( &now, &timestamp );
991 ber_dupbv( &mod->sml_values[0], &timestamp );
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dppolicy.c96 time_t t; /* timestamp of history entry */
825 * are definitely readable (a timestamp, an OID and an integer
911 struct berval timestamp; local
929 timestamp.bv_val = nowstr;
930 timestamp.bv_len = sizeof(nowstr);
931 slap_timestamp( &now, &timestamp );
945 ber_dupbv( &m->sml_values[0], &timestamp );
946 ber_dupbv( &m->sml_nvalues[0], &timestamp );
994 ber_dupbv( &m->sml_values[0], &timestamp );
995 ber_dupbv( &m->sml_nvalues[0], &timestamp );
1494 struct berval timestamp; local
1948 struct berval timestamp; local
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/
H A Drep078.tcl255 [$marker put PARENT1 [timestamp -r]] 0
276 [$marker put PARENT2 [timestamp -r]] 0
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDElementPrivate.h173 const AbsoluteTime * timestamp,
185 const AbsoluteTime * timestamp);
/macosx-10.10/WebCore-7600.1.25/platform/efl/
H A DGamepadsEfl.cpp228 gamepad->timestamp(gamepadDevice->timestamp());

Completed in 259 milliseconds

<<11121314151617181920>>