Searched refs:time (Results 26 - 50 of 3079) sorted by relevance

1234567891011>>

/macosx-10.10.1/uucp-11/uucp/unix/
H A Dproctm.c2 Get the time spent in the process.
51 #include <time.h>
55 #include <sys/time.h>
101 #ifndef time
102 extern time_t time ();
110 /* Get the time in seconds and microseconds; this need only work
139 time. If we detect this, we switch to using time. */
140 if (slast.time != 0
141 && (stime.time < slas
[all...]
H A Dloctim.c2 Turn a time epoch into a struct tm. This is trivial on Unix. */
7 #include <sys/time.h>
9 #include <time.h>
/macosx-10.10.1/Libc-1044.1.2/stdtime/
H A Dtimezone_unix03.c24 #include <time.h>
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DTimelineMarker.js26 WebInspector.TimelineMarker = function(time, type)
32 this._time = time || 0;
37 TimeChanged: "timeline-marker-time-changed"
41 CurrentTime: "current-time",
53 get time()
58 set time(x)
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dwchar_.h32 BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
36 #include <time.h>
H A Dsys_time_.h1 /* Provide a more complete sys/time.h.
26 # include_next <sys/time.h>
31 # include <time.h>
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dlog_adhoc.h17 #include <time.h>
/macosx-10.10.1/text_cmds-88/sort/
H A Dtimespec.h1 /* timespec -- System time interface
24 # include <sys/time.h>
25 # include <time.h>
28 # include <sys/time.h>
30 # include <time.h>
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/
H A Dstdtime.c22 #include <time.h>
36 (void)time(t);
/macosx-10.10.1/dtrace-147/DTTk/Bin/
H A Dlockbydist.d10 lockstat:::adaptive-block { @time[execname] = quantize(arg1); }
H A Dlockbyproc.d3 * lockbyproc.d - lock time by process name. DTrace OneLiner.
10 lockstat:::adaptive-block { @time[execname] = sum(arg1); }
/macosx-10.10.1/dtrace-147/DTTk/Locks/
H A Dlockbydist.d10 lockstat:::adaptive-block { @time[execname] = quantize(arg1); }
H A Dlockbyproc.d3 * lockbyproc.d - lock time by process name. DTrace OneLiner.
10 lockstat:::adaptive-block { @time[execname] = sum(arg1); }
/macosx-10.10.1/llvmCore-3425.0.34/unittests/Support/
H A DTimeValue.cpp12 #include <time.h>
19 time_t now_t = time(NULL);
/macosx-10.10.1/lsof-53/lsof/
H A Dutil.c4 * the conflict between <time.h> and <sys/time.h> for the time(2)
46 #include <time.h>
66 tm = time((time_t *)NULL);
/macosx-10.10.1/ntp-92/lib/isc/win32/
H A Dstdtime.c22 #include <time.h>
36 (void)time(t);
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dmyrand.c21 /* ex-or-ed with the time of day in seconds.
40 #include <time.h>
61 mysrand(getpid() ^ time((time_t *) 0));
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/iClass/
H A Dmain.py3 import time
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/iClass/
H A Dmain.py3 import time
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/iClass/
H A Dmain.py3 import time
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dgetdtablesize.c42 #include <sys/time.h>
43 #include <time.h>
45 #include <sys/time.h>
47 #include <time.h>
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dgetruntime.c1 /* Return time used so far, in microseconds.
26 to get the definition of "time_t" before you include <time.h>. */
29 /* There are several ways to get elapsed execution time; unfortunately no
34 # include <sys/time.h>
35 # include <time.h>
38 # include <sys/time.h>
41 # include <time.h>
84 Returns the time used so far, in microseconds. If possible, this is
85 the time used by this process, else it is the elapsed time sinc
[all...]
/macosx-10.10.1/emacs-93/emacs/mac/inc/
H A Dutime.h27 #include <time.h>
32 time_t actime; /* access time (ignored on the Mac) */
33 time_t modtime; /* modification time */
/macosx-10.10.1/emacs-93/emacs/src/
H A Dw32inevt.h31 unsigned long *time);
/macosx-10.10.1/ntp-92/sntp/
H A Dlog.h10 #include <time.h>

Completed in 186 milliseconds

1234567891011>>