Searched refs:time (Results 101 - 125 of 3222) sorted by relevance

1234567891011>>

/macosx-10.10/BerkeleyDB-21/db/clib/
H A Dtime.c6 * $Id: time.c,v 12.7 2008/04/17 01:25:33 alexg Exp $
14 * time --
17 * PUBLIC: time_t time __P((time_t *));
21 time(nowp) function
/macosx-10.10/BerkeleyDB-21/db/test/scr031/src/
H A Dhtimestampxa.c2 #include <sys/time.h>
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftp/
H A Dftp_locl.h52 #include <sys/time.h>
53 #include <time.h>
55 #include <sys/time.h>
57 #include <time.h>
/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Dbump_pw_expire.c56 *(ent->pw_end) = time(NULL) + life;
/macosx-10.10/Libc-1044.1.2/sys/
H A Dsettimeofday.c24 #include <sys/time.h>
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utils/
H A DcuTimeStr.h26 #include <time.h>
39 * Given a string containing either a UTC-style or "generalized time"
40 * time string, convert to a struct tm (in GMT/UTC). Returns nonzero on
55 * Return an APP_MALLOCd time string, specified format and time relative
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utils/lib/
H A DcuTimeStr.h26 #include <time.h>
39 * Given a string containing either a UTC-style or "generalized time"
40 * time string, convert to a struct tm (in GMT/UTC). Returns nonzero on
55 * Return an APP_MALLOCd time string, specified format and time relative
/macosx-10.10/WTF-7600.1.24/wtf/
H A DCurrentTime.h35 #include <time.h>
39 // Returns the current UTC time in seconds, counted from January 1, 1970.
42 // Use this function only if wall clock time is needed. For elapsed time
52 // Provides a monotonically increasing time in seconds since an arbitrary point in the past.
54 // Result of this function increases monotonically even when clock time goes back due to
55 // NTP or manual adjustments, so it is better suited for elapsed time measurement.
58 // Returns the current CPU time of the current thread in seconds.
63 // Returns the current CPU time of the current thread in milliseconds.
/macosx-10.10/WebCore-7600.1.25/Modules/vibration/
H A DNavigatorVibration.h39 static bool vibrate(Navigator*, unsigned time);
H A DVibrationClient.h31 virtual void vibrate(const unsigned& time) = 0;
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DPlatformClockCM.mm48 SOFT_LINK(CoreMedia, CMTimebaseSetTime, OSStatus, (CMTimebaseRef timebase, CMTime time), (timebase, time))
52 SOFT_LINK(CoreMedia, CMTimeGetSeconds, Float64, (CMTime time), (time))
56 // A default time scale of 1000 allows milli-second CMTime precision without scaling the timebase.
88 void PlatformClockCM::setCurrentTime(double time)
90 CMTime cmTime = CMTimeMakeWithSeconds(time, DefaultTimeScale);
100 void PlatformClockCM::setCurrentMediaTime(const MediaTime& time)
102 CMTimebaseSetTime(m_timebase.get(), toCMTime(time));
/macosx-10.10/apache-793/httpd/test/
H A Dtest_select.c28 #include <sys/time.h>
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dgettime.c25 #include <sys/time.h>
27 /* Get the system time into *TS. */
H A Dgettimeofday.c25 #include <sys/time.h>
27 #include <time.h>
125 tv->tv_sec = timebuf.time;
134 tv->tv_sec = time (NULL);
H A Dtimespec.h1 /* timespec -- System time interface
22 # include <time.h>
/macosx-10.10/lukemftp-14/tnftp/libnetbsd/
H A Dutimes.c42 #include <sys/time.h>
/macosx-10.10/ntp-92/libntp/
H A Dhumandate.c2 * humandate - convert an NTP (or the current) time to something readable
6 #include "ntp_unixtime.h" /* includes <sys/time.h> and <time.h> */
13 the year and day of the week, etc.; just the minimal date and time. */
19 time_t cursec = time((time_t *) 0);
/macosx-10.10/ntp-92/sntp/
H A Dkod_management.h4 #include <time.h>
/macosx-10.10/postfix-255/postfix/src/global/
H A Dbounce.h17 #include <time.h>
/macosx-10.10/postfix-255/postfix/src/trivial-rewrite/
H A Dtransport.h14 #include <time.h>
/macosx-10.10/tcl-105/tcl/tcl/compat/
H A Dgettod.c28 tp->tv_sec = t.time;
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A DtclUnixTime.c4 * Contains Unix specific versions of Tcl functions that obtain time
59 * TIP #233 (Virtualized Time): Data for the time hooks, if any.
87 return time(NULL);
99 * start time is also system dependant.
102 * Number of clicks from some start time.
117 Tcl_Time time;
119 (*tclGetTimeProcPtr) (&time, tclTimeClientData);
120 now = time.sec*1000000 + time.usec;
130 Tcl_Time time;
115 Tcl_Time time; local
128 Tcl_Time time; local
163 Tcl_Time time; local
388 TclpGetDate( CONST time_t *time, int useGMT) argument
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/compat/
H A Dgettod.c28 tp->tv_sec = t.time;
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dtimeb.h83 time_t time; /* [XSI] Seconds since the Epoch */ member in struct:timeb
/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/unix03/
H A Dgetrlimit.c29 #include <sys/time.h>

Completed in 398 milliseconds

1234567891011>>