Searched refs:time (Results 176 - 200 of 3079) sorted by relevance

1234567891011>>

/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_entry_copy_bhfi.c37 fileTimeToUtc(const FILETIME *filetime, time_t *time, long *ns) argument
45 *time = (time_t)(utc.QuadPart / 10000000); /* milli seconds base */
48 *time = 0;
/macosx-10.10.1/ruby-106/ruby/
H A Dtime.c3 time.c -
14 #include <time.h>
31 #include <sys/time.h>
1305 now = time(NULL);
1527 /* 1901-12-13 20:45:52 UTC : The oldest time in 32-bit signed time_t. */
1540 /* 1970-01-01 00:00:00 UTC : The Unix epoch - the oldest time in portable time_t. */
1577 /* Use the current time offset as a last resort. */
1582 now = time(NULL);
1857 #define MAKE_TM(time, tobj) \
1860 time_get_tm((time), (tob
1930 time_modify(VALUE time) argument
1988 time_init_0(VALUE time) argument
2018 time_set_utc_offset(VALUE time, VALUE off) argument
2197 time_init_1(int argc, VALUE *argv, VALUE time) argument
2302 time_init(int argc, VALUE *argv, VALUE time) argument
2353 VALUE time = time_s_alloc(klass); local
2398 VALUE time = time_new_timew(rb_cTime, rb_time_magnify(v2w(timev))); local
2498 rb_time_timeval(VALUE time) argument
2515 rb_time_timespec(VALUE time) argument
2569 VALUE time, t; local
3140 VALUE time; local
3234 time_to_i(VALUE time) argument
3258 time_to_f(VALUE time) argument
3282 time_to_r(VALUE time) argument
3308 time_usec(VALUE time) argument
3339 time_nsec(VALUE time) argument
3367 time_subsec(VALUE time) argument
3459 time_utc_p(VALUE time) argument
3476 time_hash(VALUE time) argument
3486 time_init_copy(VALUE copy, VALUE time) argument
3499 time_dup(VALUE time) argument
3507 time_localtime(VALUE time) argument
3551 time_localtime_m(int argc, VALUE *argv, VALUE time) argument
3586 time_gmtime(VALUE time) argument
3610 time_fixoff(VALUE time) argument
3664 time_getlocaltime(int argc, VALUE *argv, VALUE time) argument
3696 time_getgmtime(VALUE time) argument
3702 time_get_tm(VALUE time, struct time_object *tobj) argument
3722 time_asctime(VALUE time) argument
3744 time_to_s(VALUE time) argument
3845 rb_time_succ(VALUE time) argument
3898 time_round(int argc, VALUE *argv, VALUE time) argument
3949 time_sec(VALUE time) argument
3969 time_min(VALUE time) argument
3989 time_hour(VALUE time) argument
4011 time_mday(VALUE time) argument
4033 time_mon(VALUE time) argument
4053 time_year(VALUE time) argument
4081 time_wday(VALUE time) argument
4108 time_sunday(VALUE time) argument
4124 time_monday(VALUE time) argument
4140 time_tuesday(VALUE time) argument
4156 time_wednesday(VALUE time) argument
4172 time_thursday(VALUE time) argument
4188 time_friday(VALUE time) argument
4204 time_saturday(VALUE time) argument
4220 time_yday(VALUE time) argument
4255 time_isdst(VALUE time) argument
4278 time_zone(VALUE time) argument
4309 time_utc_offset(VALUE time) argument
4342 time_to_a(VALUE time) argument
4410 strftimev(const char *fmt, VALUE time, rb_encoding *enc) argument
4610 time_strftime(VALUE time, VALUE format) argument
4662 time_mdump(VALUE time) argument
4763 time_dump(int argc, VALUE *argv, VALUE time) argument
4775 time_mload(VALUE time, VALUE str) argument
4902 VALUE time = time_s_alloc(klass); local
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_threading.py4 import time
39 time.sleep(2)
60 time.sleep(2)
89 time.sleep(2)
108 time.sleep(2)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_threading.py4 import time
46 time.sleep(2)
67 time.sleep(2)
96 time.sleep(2)
115 time.sleep(2)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_threading.py4 import time
46 time.sleep(2)
67 time.sleep(2)
96 time.sleep(2)
115 time.sleep(2)
/macosx-10.10.1/uucp-11/uucp/contrib/
H A Dtstout.c23 #include <sys/time.h>
92 time_t time();
103 (void)time((time_t *)&ut.ut_time);
143 time_t time();
152 (void)time((time_t *)&ut.ut_time);
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-demon.el43 (autoload 'parse-time-string "parse-time" nil nil)
62 time Emacs has been idle for IDLE `gnus-demon-timestep's."
83 (defvar gnus-demon-idle-time 0)
91 (defun gnus-demon-add-handler (function time idle)
96 (push (list function time idle) gnus-demon-handlers)
112 (nnheader-run-at-time
118 (list (car handler) (gnus-demon-time-to-step (nth 1 handler))
121 (setq gnus-demon-idle-time 0)
140 ;; with the ones we had last time
[all...]
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSPosix/
H A Dparselog.py88 time = line.split(' ')[0].split(':')
89 if (len(time)<3):
90 #print "bad time, skipping",time
94 #print (("getTime:%s" % (line)), time)
99 for t in time:
107 #print (("getIP:%s" % (line)), time, secs)
225 for time in range (int(minTime),int(maxTime)+1):
227 c.moveToPoint((time-minTime)*scale,pageRect.origin.y)
228 c.addLineToPoint((time
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclTimer.c21 * together in a list sorted by time (earliest event first).
25 Tcl_Time time; /* When timer is to fire. */ member in struct:TimerHandler
107 * each time Tcl_DoOneEvent starts calling
172 * This function is call at exit or unload time to remove the
210 * time in the future.
231 Tcl_Time time;
242 Tcl_GetTime(&time);
243 timerHandlerPtr->time.sec = time.sec + milliseconds/1000;
244 timerHandlerPtr->time
228 Tcl_Time time; local
475 Tcl_Time time; local
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/win/
H A DtclWinTime.c5 * obtain time values from the operating system.
41 struct tm tm; /* time information */
65 * is initialized for the first time */
76 * The following values are used for calculating virtual time.
77 * Virtual time is always equal to:
80 * and lastFileTime and lastCounter are updated any time that
81 * virtual time is returned to a caller.
93 /* Last 64 samples of system time */
179 * call this value a "click". The start time is also system
183 * Number of clicks from some start time
581 time_t time; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dtime-stamp.el0 ;;; time-stamp.el --- Maintain last change time stamps in files edited by Emacs
29 ;; A template in a file can be updated with a new time stamp when
32 ;; See the top of `time-stamp.el' for another example.
34 ;; To use time-stamping, add this line to your .emacs file:
35 ;; (add-hook 'before-save-hook 'time-stamp)
36 ;; Now any time-stamp templates in your files will be updated automatically.
38 ;; See the documentation for the functions `time-stamp'
39 ;; and `time-stamp-toggle-active' for details.
43 (defgroup time
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/calendar/
H A Dsolar.el70 (defcustom calendar-time-display-form
72 (if time-zone " (") time-zone (if time-zone ")"))
73 "*The pseudo-pattern that governs the way a time of day is formatted.
77 and `am-pm' and `time-zone', both alphabetic strings.
82 (if time-zone \" (\") time-zone (if time-zone \")\"))
197 (defvar solar-sidereal-time
[all...]
/macosx-10.10.1/libclosure-65/objectTests/
H A Dtest.h57 /* time-sensitive assertion, disabled under valgrind */
58 #define timecheck(name, time, fast, slow) \
61 } else if (time > slow) { \
63 name, (uint64_t)(time), (uint64_t)(fast), (uint64_t)(slow)); \
64 } else if (time < fast) { \
66 name, (uint64_t)(time), (uint64_t)(fast), (uint64_t)(slow)); \
68 testprintf("time: %s %llu, expected %llu..%llu\n", \
69 name, (uint64_t)(time), (uint64_t)(fast), (uint64_t)(slow)); \
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dsavescreen.c38 # include <sys/time.h>
39 # include <time.h>
42 # include <sys/time.h>
44 # include <time.h>
97 time_t now = time((time_t *) 0);
305 time_t now = time((time_t *) 0);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/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)
114 time.sleep(0.1)
119 time.sleep(0.5)
146 time.sleep(0.1)
151 time.sleep(0.5)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/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)
148 time.sleep(0.1)
153 time.sleep(0.5)
/macosx-10.10.1/remote_cmds-47/talkd.tproj/
H A Dtable.c48 * search on a double-linked list. A time is kept with each
54 #include <sys/time.h>
78 long time; member in struct:table_entry
102 if ((ptr->time - current_time) > MAX_LIFE) {
139 if ((ptr->time - current_time) > MAX_LIFE) {
153 /* update the time if we 'touch' it */
154 ptr->time = current_time;
177 ptr->time = current_time;
H A Dtalkd.c71 #include <time.h>
121 lastmsgtime = time(0);
141 if (time(0) - lastmsgtime >= MAXIDLE)
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dauth-shadow.c31 #include <time.h>
62 today = time(NULL) / DAY;
101 today = time(NULL) / DAY;
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/threadTest/
H A DtimeThread.cpp1 /* quick time() and gmtime() tester. */
2 /* As of Dec. 20, 2000, this test demonstrates that stdlib time() is thread-safe, but
4 #include <time.h>
42 /* process-wide time base */
47 /* init time base first time thru */
53 baseTime = time(NULL);
65 nowTime = time(NULL);
74 printf("\n***time() went backwards: base %d now %d\n",
/macosx-10.10.1/BerkeleyDB-21/db/common/
H A Dutil_log.c32 (void)time(&now);
/macosx-10.10.1/Heimdal-398.1.2/appl/rcp/
H A Drcp_locl.h43 #include <sys/time.h>
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dtelnetd.h55 #include <sys/time.h>
56 #include <time.h>
58 #include <sys/time.h>
60 #include <time.h>
/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A Dder_locl.h48 #include <time.h>
/macosx-10.10.1/Heimdal-398.1.2/lib/otp/
H A Dotp_locl.h40 #include <time.h>

Completed in 137 milliseconds

1234567891011>>