Searched refs:now (Results 51 - 75 of 1517) sorted by relevance

1234567891011>>

/macosx-10.10/postfix-255/postfix/src/global/
H A Dlog_adhoc.c95 struct timeval now; local
161 now = stats->deliver_done;
163 GETTIMEOFDAY(&now);
165 DELTA(delay, now, stats->incoming_arrival);
175 DELTA(xdelay, now, stats->conn_setup_done);
178 DELTA(xdelay, now, stats->agent_handoff);
182 DELTA(adelay, now, stats->active_arrival);
186 DELTA(pdelay, now, stats->incoming_arrival);
/macosx-10.10/postfix-255/postfix/src/master/
H A Dmaster_avail.c89 time_t now; local
113 now = event_time();
114 if (serv->stress_expire_time < now)
116 serv->stress_expire_time = now + 1000;
128 time_t now; local
152 now = event_time();
153 if (serv->busy_warn_time < now - 1000) {
154 serv->busy_warn_time = now;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/include/example/
H A Dparser_use.inc12 ... now process the returned abstract syntax tree ...
/macosx-10.10/vim-55/runtime/syntax/
H A Dxhtml.vim6 " Load the HTML syntax for now.
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dclock.c251 uint64_t now; local
257 now = mach_absolute_time();
259 *abstime = now;
268 * If the delta has not yet passed, now is set to the start
273 if (now > clock_calend.adjstart) {
274 t32 = (uint32_t)(now - clock_calend.adjstart);
277 now -= clock_calend.adjoffset;
279 now = clock_calend.adjstart;
283 now += clock_calend.offset;
285 absolutetime_to_microtime(now, sec
308 uint64_t now; local
357 uint64_t now; local
588 uint64_t now, t64; local
729 uint64_t now, t64; local
829 uint64_t now = mach_absolute_time(); local
951 uint64_t now; local
[all...]
/macosx-10.10/BerkeleyDB-21/db/os_windows/
H A Dos_clock.c72 struct _timeb now;
74 _ftime(&now);
75 tp->tv_sec = now.time;
76 tp->tv_nsec = now.millitm * NS_PER_MS;
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A Dupsshutdown33 shutdown -hu now "${MSG}"
38 shutdown -h now "${MSG}"
/macosx-10.10/bind9-45.101/bind9/bin/tests/net/
H A Ddriver.c43 static char now[512]; local
48 strftime(now, sizeof(now) - 1,
52 return (now);
/macosx-10.10/bind9-45.101/bind9/lib/isccc/include/isccc/
H A Dcc.h69 isc_uint32_t serial, isccc_time_t now,
87 isccc_cc_createresponse(isccc_sexpr_t *message, isccc_time_t now,
113 isccc_cc_cleansymtab(isccc_symtab_t *symtab, isccc_time_t now);
118 isccc_time_t now);
/macosx-10.10/ntp-92/libntp/
H A Dsystime.c63 l_fp *now /* system time */
80 now->l_i = (int32)ts.tv_sec + JAN_1970;
89 now->l_i++;
92 now->l_i--;
94 now->l_uf = (u_int32)(dtemp * FRAC);
104 now->l_i = tv.tv_sec + JAN_1970;
113 now->l_i++;
116 now->l_i--;
118 now->l_uf = (u_int32)(dtemp * FRAC);
130 double now /* adjustmen
[all...]
/macosx-10.10/ruby-106/ruby/test/rake/
H A Dfile_creation.rb10 now = Time.now
12 create_file(oldfile, now - 60)
15 create_file(newfile, now)
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Ddatetime.c158 struct timespec now; local
160 if (clock_gettime(CLOCK_REALTIME, &now) < 0) {
165 return (double)now.tv_sec + (double)now.tv_nsec * 1e-9;
167 struct timeval now;
171 gettimeofday(&now, &dummy_tz);
173 return (double)now.tv_sec + (double)now.tv_usec * 1e-6;
184 struct timespec now; local
186 if (clock_gettime(CLOCK_REALTIME, &now) <
[all...]
/macosx-10.10/ruby-106/ruby/test/-ext-/old_thread_select/
H A Dtest_old_thread_select.rb21 t0 = Time.now
23 diff = Time.now - t0
32 t0 = Time.now
34 diff = Time.now - t0
44 t0 = Time.now
85 t0 = Time.now
87 diff = Time.now - t0
/macosx-10.10/bind9-45.101/bind9/contrib/
H A Dcheck-secure-delegation.pl.in33 # Get "now" in a RRSIG datestamp format.
34 $now = strftime "%Y%m%d%H%M%S", gmtime;
49 next if ($words[8] >= $now && $words[9] <= $now);
79 if ($words[8] >= $now && $words[9] <= $now) {
/macosx-10.10/top-100.1.2/
H A Duinteger.c115 struct top_uinteger top_uinteger_calc_result(uint64_t now, uint64_t prev, argument
119 result = top_init_uinteger(now, false);
137 bool top_uinteger_format_result(char *buf, size_t bufsize, uint64_t now, argument
142 i = top_uinteger_calc_result(now, prev, beg);
150 if(now < prev) {
153 } else if(now > prev) {
170 bool top_uinteger_format_mem_result(char *buf, size_t bufsize, uint64_t now, argument
175 i = top_uinteger_calc_result(now, prev, beg);
190 if(now < prev) {
193 } else if(now > pre
[all...]
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dthrottle.c99 time_t now; local
104 now = time(NULL);
111 if (te->penalty < now) {
146 remaining = te->penalty - now;
152 te->penalty = now + new;
/macosx-10.10/Libnotify-133.1.1/notifyd/
H A Dtimer.c47 timer_next(timer_t *t, time_t now) argument
63 if (t->start < now) return 0;
73 if ((t->end != 0) && (t->end < now)) return 0;
76 if (t->start >= now) return t->start;
81 x = ((t->freq - 1) + now - t->start) / t->freq;
97 if ((t->end != 0) && (t->end < now)) return 0;
100 if (t->start >= now) return t->start;
105 if ((t->next > 0) && (t->next < now)) next = t->next;
107 while (next < now)
123 /* we now hav
278 time_t now; local
326 time_t now; local
383 time_t next, now; local
[all...]
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsPrivate.h36 AbsoluteTime now; \
38 AbsoluteTime_to_scalar(&now) = mach_absolute_time(); \
39 absolutetime_to_nanoseconds(now, &nano); \
58 AbsoluteTime now; \
60 AbsoluteTime_to_scalar(&now) = mach_absolute_time(); \
61 absolutetime_to_nanoseconds( now, &nano ); \
79 AbsoluteTime now; \
81 AbsoluteTime_to_scalar(&now) = mach_absolute_time(); \
82 absolutetime_to_nanoseconds( now, &nano ); \
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DCalendarMatrix.py20 now = NSCalendarDate.date()
35 now.yearOfCommonEra(),
36 now.monthOfYear(),
37 now.dayOfMonth(),
145 now = NSCalendarDate.date()
148 if (selDate.yearOfCommonEra() == now.yearOfCommonEra()
149 and selDate.monthOfYear() == now.monthOfYear()
150 and selDate.dayOfMonth() == now.dayOfMonth()):
152 now.dayOfMonth() + self._startOffset - 1)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DCalendarMatrix.py20 now = NSCalendarDate.date()
35 now.yearOfCommonEra(),
36 now.monthOfYear(),
37 now.dayOfMonth(),
145 now = NSCalendarDate.date()
148 if (selDate.yearOfCommonEra() == now.yearOfCommonEra()
149 and selDate.monthOfYear() == now.monthOfYear()
150 and selDate.dayOfMonth() == now.dayOfMonth()):
152 now.dayOfMonth() + self._startOffset - 1)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/Todo/
H A DCalendarMatrix.py20 now = NSCalendarDate.date()
35 now.yearOfCommonEra(),
36 now.monthOfYear(),
37 now.dayOfMonth(),
145 now = NSCalendarDate.date()
148 if (selDate.yearOfCommonEra() == now.yearOfCommonEra()
149 and selDate.monthOfYear() == now.monthOfYear()
150 and selDate.dayOfMonth() == now.dayOfMonth()):
152 now.dayOfMonth() + self._startOffset - 1)
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dmeter.c78 lutil_get_now (double *now) argument
83 assert( now );
85 *now = ((double) tv.tv_sec) + (((double) tv.tv_usec) / 1000000.0);
90 assert( now );
92 *now = (double) tm;
139 double frac, cycle_length, speed, now; local
145 lutil_get_now( &now );
147 if ( !force && now - meter->last_update < display_rate ) return 0;
150 elapsed = now - meter->start_time;
166 cycle_length = now
355 double now; local
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/tm/
H A Dtvtouch.c94 Tv_t now; local
169 tvgettime(&now);
171 av = (const Tv_t*)&now;
173 mv = (const Tv_t*)&now;
198 if (errno != ENOENT && av == (const Tv_t*)&now && mv == (const Tv_t*)&now && !utimets(path, NiL))
227 if (errno != ENOENT && av == (const Tv_t*)&now && mv == (const Tv_t*)&now && !utimes(path, NiL))
239 if (errno != ENOENT && av == (const Tv_t*)&now && mv == (const Tv_t*)&now
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/compat/
H A Dtzdate.c110 time_t now; local
114 time(&now);
115 ts = *localtime(&now);
125 now = mktime(&ts);
126 ts = *localtime(&now);
132 return (double)now;
/macosx-10.10/ntp-92/util/
H A Djitter.c93 l_fp *now /* system time */
109 now->l_i = ts.tv_sec + JAN_1970;
119 now->l_i = tv.tv_sec + JAN_1970;
130 now->l_i++;
133 now->l_i--;
136 now->l_uf = (u_int32)dtemp;

Completed in 307 milliseconds

1234567891011>>