Searched refs:time (Results 151 - 175 of 3222) sorted by relevance

1234567891011>>

/macosx-10.10/ksh-23/ksh/src/lib/libast/aso/
H A Dasorelax.c35 #include <time.h>
/macosx-10.10/libpcap-48/libpcap/msdos/
H A Dbin2c.c4 #include <time.h>
19 time_t now = time (NULL);
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Unix/
H A DUnix.h48 # include <sys/time.h>
50 #include <time.h>
/macosx-10.10/ntp-92/sntp/
H A Dlog.c12 time_t cur_time = time(NULL);
39 time_t cur_time = time(NULL);
/macosx-10.10/postfix-255/postfix/src/global/
H A Dmail_open_ok.c38 /* appreciable amount of time.
62 #include <time.h>
113 * time when the file has links to both the old and new name. We now log
122 else if (statp->st_ctime < time((time_t *) 0) - MINUTE_SECONDS)
H A Dmsg_stats.h17 #include <sys/time.h>
18 #include <time.h>
30 * This structure contains the time stamps from various mail delivery stages,
31 * as well as the connection reuse count. The time stamps provide additional
34 * For convenience, we record absolute time stamps instead of time differences.
36 * on program history. Since we prefer to compute time differences in one
39 * A zero time stamp or reuse count means the information is not supplied.
42 * reach the queue manager; and a zero agent_handoff time means that the
49 * clock time whe
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/GUITests/
H A Dtest_modalsession.py10 import time
22 time.sleep(1)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/GUITests/
H A Dtest_modalsession.py10 import time
22 time.sleep(1)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/GUITests/
H A Dtest_modalsession.py10 import time
22 time.sleep(1)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_locking.py4 These tests take an annoyingly long time to ensure that we'd hit a race condition when
11 import time
29 time.sleep(0.05)
36 time.sleep(0.5)
90 time.sleep(0.1)
115 time.sleep(0.1)
120 time.sleep(0.5)
143 time.sleep(0.1)
148 time.sleep(0.5)
/macosx-10.10/sudo-73/src/
H A Dnanosleep.c20 #include <sys/time.h>
25 # include <time.h>
H A Dutimes.c20 #include <sys/time.h>
23 # include <time.h>
/macosx-10.10/Chess-310.6/Sources/
H A DMBCAnimation.h48 #import <sys/time.h>
/macosx-10.10/Heimdal-398.1.2/appl/telnet/telnet/
H A Dtelnet_locl.h99 #include <sys/time.h>
100 #include <time.h>
102 #include <sys/time.h>
104 #include <time.h>
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dlocaltime_r.c37 #include <time.h>
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dztrans.cpp27 ztrans_open(UDate time, const void* from, const void* to){ argument
28 return (ZTrans*) new TimeZoneTransition(time,*(TimeZoneRule*)from,*(TimeZoneRule*)to);
57 ztrans_setTime(ZTrans* trans, UDate time) { argument
58 return ((TimeZoneTransition*)trans)->TimeZoneTransition::setTime(time);
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsDevice.h41 virtual void getVBLTime( AbsoluteTime * time, AbsoluteTime * delta ) = 0;
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dclock.c37 #include <sys/time.h>
H A Dusleep.c41 #include <time.h>
H A Dutime.c36 #include <sys/time.h>
H A Dwait3.c38 #include <sys/time.h>
/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dtypes.h92 #include <sys/time.h>
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dentropy.c25 #include <ac/time.h>
39 * Quality offerred is suitable for one-time uses, such as "once" keys.
40 * Values may not be suitable for multi-time uses.
125 time_t time;
146 (void) time( &rdata.time );
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_x509_tp/lib/
H A DtpTime.h20 * tpTime.h - cert related time functions
27 #include <time.h>
35 /* lengths of time strings without trailing NULL */
44 * Given a string containing either a UTC-style or "generalized time"
45 * time string, convert to a CFDateRef. Returns nonzero on
64 * Create a time string, in either UTC (2-digit) or or Generalized (4-digit)
80 * Convert a time string, which can be in any of three forms (UTC,
83 * Returns nonzero if incoming time string is badly formed.
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DtimeStr.h4 #include <time.h>
16 * Given a string containing either a UTC-style or "generalized time"
17 * time string, convert to a struct tm (in GMT/UTC). Returns nonzero on
38 * Malloc and return UTC (2-digit year) time string, for time with specified
48 * Same thing, generalized time (4-digit year).

Completed in 315 milliseconds

1234567891011>>