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

1234567891011>>

/macosx-10.9.5/Security-55471.14.18/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.9.5/WebCore-7537.78.1/Modules/vibration/
H A DNavigatorVibration.h37 static void vibrate(Navigator*, unsigned time, ExceptionCode&);
H A DVibrationClient.h31 virtual void vibrate(const unsigned& time) = 0;
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DVibrationClientEfl.h35 virtual void vibrate(const unsigned& time);
/macosx-10.9.5/apache-786.1/httpd/test/
H A Dtest_select.c28 #include <sys/time.h>
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dcurl_rand.c56 randseed = (unsigned int) time(NULL);
/macosx-10.9.5/gnutar-452/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.9.5/lukemftp-13.92.1/tnftp/libnetbsd/
H A Dutimes.c42 #include <sys/time.h>
/macosx-10.9.5/ntp-88/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.9.5/ntp-88/libsntp/
H A Dlibsntp.h44 * A block to be invoked when an NTP time is retrieved.
49 * @param time
50 * If successful, the time retrieved from the NTP server.
53 * If successful, the time taken, in seconds, for the packet to be sent and a response received from the.
54 * server. This does not include the processing time on the other end (compensated for in the response).
65 typedef bool (^sntp_query_result_handler_t) (sntp_query_result_t query_result, struct timeval time, double delay, double dispersion, bool more_servers); variable in typeref:struct:timeval
/macosx-10.9.5/ntp-88/sntp/
H A Dkod_management.h4 #include <time.h>
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dbounce.h17 #include <time.h>
/macosx-10.9.5/postfix-252/postfix/src/trivial-rewrite/
H A Dtransport.h14 #include <time.h>
/macosx-10.9.5/tcl-102/tcl/tcl/compat/
H A Dgettod.c28 tp->tv_sec = t.time;
/macosx-10.9.5/tcl-102/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.9.5/tcl-102/tcl84/tcl/compat/
H A Dgettod.c28 tp->tv_sec = t.time;
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dtimeb.h83 time_t time; /* [XSI] Seconds since the Epoch */ member in struct:timeb
/macosx-10.9.5/xnu-2422.115.4/libsyscall/wrappers/unix03/
H A Dgetrlimit.c29 #include <sys/time.h>
H A Dsetrlimit.c29 #include <sys/time.h>
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gstreamer/
H A DFullscreenVideoControllerGStreamer.cpp137 String FullscreenVideoControllerGStreamer::timeToString(float time) argument
139 if (!std::isfinite(time))
140 time = 0;
141 int seconds = fabsf(time);
148 return String::format("%s%02d:%02d:%02d", (time < 0 ? "-" : ""), hours, minutes, seconds);
149 return String::format("%s%01d:%02d:%02d", (time < 0 ? "-" : ""), hours, minutes, seconds);
152 return String::format("%s%02d:%02d", (time < 0 ? "-" : ""), minutes, seconds);
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DSStubs.c30 #include <sys/time.h>
44 * GetTimeUTC - get the GMT Mac OS time (in seconds since 1/1/1904)
49 struct timeval time; local
52 (void) gettimeofday(&time, &zone);
54 return time.tv_sec + MAC_GMT_FACTOR;
58 * GetTimeLocal - get the local Mac OS time (in seconds since 1/1/1904)
63 struct timeval time; local
67 (void) gettimeofday(&time, &zone);
68 localTime = time.tv_sec + MAC_GMT_FACTOR - (zone.tz_minuteswest * 60);
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dschedule.c38 #include <sys/time.h>
46 #include <time.h>
67 static time_t launched; /* time when the program launched. */
122 /* get current time.
123 * if defined FIXY2038PROBLEM, base time is the time when called sched_init().
124 * Otherwise, conform to time(3).
133 time(&n);
140 return time(&n);
163 sched_get_time(schedule_ref ref, time_t *time) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftpd/
H A Dftpd_locl.h65 #include <sys/time.h>
66 #include <time.h>
68 #include <sys/time.h>
70 #include <time.h>
122 #include <time.h>

Completed in 242 milliseconds

1234567891011>>