Searched refs:time (Results 251 - 275 of 3079) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/libarchive-30/libarchive/tar/test/
H A Dtest_getdate.c28 #include <time.h>
38 time_t now = time(NULL);
49 /* If we use the actual current time as the reference, then
51 * important to use a specific reference time here. */
56 /* Repeat the above for a different start time. */
/macosx-10.10.1/misc_cmds-33/calendar/
H A Dcalendar.c55 #include <time.h>
122 /* use current time */
124 (void)time(&f_time);
/macosx-10.10.1/ntp-92/lib/isc/include/isc/
H A Dfile.h33 isc_file_settime(const char *file, isc_time_t *time);
36 isc_file_getmodtime(const char *file, isc_time_t *time);
38 * \brief Get the time of last modification of a file.
41 *\li The time that is set is relative to the (OS-specific) epoch, as are
46 *\li time != NULL.
49 *\li If the file could not be accessed, 'time' is unchanged.
/macosx-10.10.1/ntp-92/lib/isc/
H A Drandom.c25 #include <time.h> /* Required for time(). */
49 * Xor them with the high bits of time which change slowly.
53 srand(time(NULL) ^ pid);
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Ddot_lockfile.c59 #include <time.h>
95 * at the same time succeed and fail with errno of EEXIST.
117 if (time((time_t *) 0) > st.st_ctime + var_flock_stale)
/macosx-10.10.1/postfix-255/postfix/src/postscreen/
H A Dpostscreen_expand.c20 /* psc_expand_init() performs one-time initialization
54 #include <time.h>
127 if (time(&now) == (time_t) - 1)
128 msg_fatal("time lookup failed: %m");
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dmsg_rate_delay.c25 /* Time stamp of last log output; specify a zero time stamp
30 /* The minimum time between log outputs; specify zero to log
57 #include <time.h>
97 now = time((time_t *) 0);
100 * Don't log if time is too early.
H A Dsane_time.c5 /* time(2) with backward time jump protection.
12 /* This module provides time(2) like call for applications
13 /* which need monotonically increasing time function rather
14 /* than the real exact time. It eliminates the need for various
16 /* potential problems if time suddenly jumps backward.
21 /* time(2) call, at least most of the time. In case this routine
22 /* detects that time has jumped backward, it keeps returning
24 /* and the time(
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-InstantMessage/PyObjCTest/
H A Dtest_imavmanager.py9 def renderIntoPixelBuffer_forTime_(self, buf, time):
15 def renderIntoOpenGLBuffer_onScreen_forTime_(self, buffer, screen, time):
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-InstantMessage/PyObjCTest/
H A Dtest_imavmanager.py9 def renderIntoPixelBuffer_forTime_(self, buf, time):
15 def renderIntoOpenGLBuffer_onScreen_forTime_(self, buffer, screen, time):
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-InstantMessage-2.5.1/PyObjCTest/
H A Dtest_imavmanager.py14 def renderIntoPixelBuffer_forTime_(self, buf, time):
20 def renderIntoOpenGLBuffer_onScreen_forTime_(self, buffer, screen, time):
/macosx-10.10.1/remote_cmds-47/ypserv.tproj/
H A Dyplog.c66 #include <time.h>
114 (void)time(&t);
/macosx-10.10.1/remote_cmds-47/ypxfr.tproj/
H A Dyplog.c66 #include <time.h>
114 (void)time(&t);
/macosx-10.10.1/shell_cmds-179/find/
H A Dmain.c59 #include <time.h>
64 time_t now; /* time find was run */
85 (void)time(&now); /* initialize the time-of-day */
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dpause.c35 #include <sys/time.h>
61 #include <time.h>
/macosx-10.10.1/xnu-2782.1.97/osfmk/chud/
H A Dchud_osfmk_callback.c62 uint32_t time,
66 clock_interval_to_deadline(time, units, &t_delay);
59 chudxnu_timer_callback_enter( chud_timer_t timer, thread_call_param_t param1, uint32_t time, uint32_t units) argument
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A Dmktime.c38 #include <time.h>
66 clock1 = time(NULL);
H A Dtattle.c35 #include <sys/time.h>
36 #include <time.h>
/macosx-10.10.1/DiskArbitration-268/diskarbitrationd/
H A DDACallback.c108 CFAbsoluteTime time = 0; local
114 time = CFDateGetAbsoluteTime( date );
117 return time;
185 void DACallbackSetTime( DACallbackRef callback, CFAbsoluteTime time )
189 date = CFDateCreate( kCFAllocatorDefault, time );
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dlogwtmp.c42 #include <sys/time.h>
43 #include <time.h>
45 #include <sys/time.h>
47 #include <time.h>
140 ut.ut_time = time(NULL);
/macosx-10.10.1/MITKerberosShim-66/mittestcc/
H A Dtest_ccapi_util.c2 #include <time.h>
67 v5creds->authtime = time (NULL);
68 v5creds->starttime = time (NULL);
69 v5creds->endtime = time(NULL) + 1000;
70 v5creds->renew_till = time(NULL) + 10000;
/macosx-10.10.1/OpenSSL098-52/src/crypto/
H A Dtmdiff.c80 # include <time.h>
220 ret= (double)(b->ms_timeb.time-a->ms_timeb.time)+
247 d= (double)(b->ms_timeb.time-a->ms_timeb.time)+
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/threadTest/
H A DgetCachedFields.cpp5 * cert; with a variety of fields; verify same results each time.
16 #include <time.h>
100 if(!appCompareCssmData(&cssmTime1->time, &cssmTime2->time)) {
108 if(!appCompareCssmData(&cssmTime1->time, &cssmTime2->time)) {
H A DgetFields.cpp5 * each time
16 #include <time.h>
92 if(!appCompareCssmData(&cssmTime1->time, &cssmTime2->time)) {
100 if(!appCompareCssmData(&cssmTime1->time, &cssmTime2->time)) {
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DDefaultDashboard.js31 // Necessary event required to track page load time and resource sizes.
86 get time()
91 set time(value)
147 // Only update the time if we are recording the timeline.
188 this.time = 0;
228 this.time = duration / 1000;
232 this.time = mainFrameLoadEventTime - mainFrameStartTime;

Completed in 157 milliseconds

<<11121314151617181920>>