Searched refs:now (Results 76 - 100 of 1517) sorted by relevance

1234567891011>>

/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma/Date/
H A D15.9.5.11-1.js47 var now = (new Date()).valueOf();
49 addTestCase( now );
H A D15.9.5.13-1.js47 var now = (new Date()).valueOf();
49 addTestCase( now );
H A D15.9.5.21-1.js47 var now = (new Date()).valueOf();
58 addTestCase( now );
/macosx-10.10/WebCore-7600.1.25/loader/
H A DFTPDirectoryParser.h93 : now(0)
102 double now; /* needed for year determination */ member in struct:WebCore::ListState
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/metadata/
H A Dsetup.sh45 inact=`$KEYGEN -q -r $RANDFILE -P now-24h -A now-24h -I now $czone`
54 $SETTIME -A now+15s $rolling > /dev/null
/macosx-10.10/dcerpc-61/dcerpc/rpcd/
H A Drpcdsliv.c180 struct timeval now;
191 gettimeofday(&now, &tz);
195 ru_sleep_until(&now, slive_c_long_wait);
197 gettimeofday(&now, &tz);
206 * Point to next entry in list now because
271 struct timeval now;
289 gettimeofday(&now, &tz);
300 waketime.tv_sec = now.tv_sec + waitsecs + 1;
310 /* have lock now
313 gettimeofday(&now,
179 struct timeval now; local
270 struct timeval now; local
[all...]
/macosx-10.10/libarchive-30/libarchive/cpio/test/
H A Dtest_option_c.c60 time_t t, now; local
89 now = time(NULL); /* They were all created w/in last two seconds. */
136 assert(t <= now); /* File wasn't created in future. */
137 assert(t >= now - 2); /* File was created w/in last 2 secs. */
162 assert(t <= now); /* File wasn't created in future. */
163 assert(t >= now - 2); /* File was created w/in last 2 secs. */
196 assert(t <= now); /* File wasn't created in future. */
197 assert(t >= now - 2); /* File was created w/in last 2 secs. */
/macosx-10.10/libpcap-48/libpcap/msdos/
H A Dbin2c.c19 time_t now = time (NULL); local
31 argv[1], ctime(&now));
/macosx-10.10/remote_cmds-47/timed.tproj/timed.tproj/
H A Dcorrect.c114 * adjust our own clock now that we are not sending it out
128 struct timeval now; local
173 (void) gettimeofday(&now, 0);
174 timevaladd(&now, corr);
175 if (settimeofday(&now, 0) < 0)
185 adj_msg_time(msg, now)
187 struct timeval *now;
189 msg->tsp_time.tv_sec += (now->tv_sec - from_when.tv_sec);
190 msg->tsp_time.tv_usec += (now->tv_usec - from_when.tv_usec);
/macosx-10.10/ruby-106/ruby/test/openssl/
H A Dtest_pkcs12.rb12 now = Time.now
20 @cacert = issue_cert(ca, TEST_KEY_RSA2048, 1, now, now+3600, ca_exts,
42 @inter_cacert = issue_cert(inter_ca, inter_ca_key, 2, now, now+3600, ca_exts,
50 @mycert = issue_cert(ee, TEST_KEY_RSA1024, 3, now, now+3600, exts,
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dautomake.vim3 " Maintainer: Nikolai Weibull <now@bitwi.se>
/macosx-10.10/vim-55/runtime/indent/
H A Ddictconf.vim3 " Maintainer: Nikolai Weibull <now@bitwi.se>
H A Ddictdconf.vim3 " Maintainer: Nikolai Weibull <now@bitwi.se>
/macosx-10.10/adv_cmds-158/finger/
H A Dextern.h47 extern time_t now;
/macosx-10.10/apr-32/apr/apr/test/
H A Dtesttime.c33 static apr_time_t now = APR_INT64_C(1032030336186711); variable
78 rv = apr_time_exp_gmt(&xt, now);
92 test_times[0] = now;
130 rv = apr_time_exp_gmt(&xt, now);
138 ABTS_TRUE(tc, now + hr_off_64 == imp);
148 rv = apr_time_exp_lt(&xt, now);
156 ABTS_TRUE(tc, now + hr_off_64 == imp);
165 rv = apr_time_exp_gmt(&xt, now);
172 ABTS_TRUE(tc, now == imp);
180 rv = apr_rfc822_date(str, now);
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/virtual-time/
H A Dvtwrapper.c133 struct timeval now, tv; local
135 (void) gettimeofday(&now, NULL);
137 absolute_deflate(&now, &tv);
148 rt->tv_sec -= now.tv_sec;
149 rt->tv_usec -= now.tv_usec;
159 struct timeval now, tv; local
167 (void) gettimeofday(&now, NULL);
169 tv.tv_sec = now.tv_sec + rt->tv_sec;
170 tv.tv_usec = now.tv_usec + rt->tv_usec;
176 absolute_deflate(&now,
195 struct timeval now; local
[all...]
/macosx-10.10/curl-83.1.2/curl/docs/examples/
H A Dimap-multi.c36 struct timeval now; local
39 now.tv_sec = (long)time(NULL);
40 now.tv_usec = 0;
42 return now;
H A Dpop3-multi.c36 struct timeval now; local
39 now.tv_sec = (long)time(NULL);
40 now.tv_usec = 0;
42 return now;
/macosx-10.10/curl-83.1.2/curl/tests/unit/
H A Dunit1303.c48 #define NOW(x,y) now.tv_sec = x; now.tv_usec = y
58 * N various values of now
73 struct timeval now; variable in typeref:struct:timeval
140 timeout = Curl_timeleft(data, &now, run[i].connecting);
/macosx-10.10/tcl-105/tcl_ext/memchan/memchan/tools/
H A Dhtdocs_get_sf_stats18 set now [clock format [clock seconds]]
29 puts [set fh [open state/sn.time w]] $now; close $fh
/macosx-10.10/tcl-105/tcl_ext/trf/trf/tools/
H A Dhtdocs_get_sf_stats18 set now [clock format [clock seconds]]
29 puts [set fh [open state/sn.time w]] $now; close $fh
/macosx-10.10/top-100.1.2/
H A Dtop.c197 return COMP(a_a->faults.now, a_b->faults.now);
200 return COMP(a_a->cow_faults.now, a_b->cow_faults.now);
203 return COMP(a_a->messages_sent.now, a_b->messages_sent.now);
206 return COMP(a_a->messages_recv.now, a_b->messages_recv.now);
209 return COMP(a_a->syscalls_bsd.now, a_b->syscalls_bsd.now);
[all...]
/macosx-10.10/zsh-61/zsh/Etc/
H A Dchangelog2html.pl61 my $now = gmtime(time);
66 Automatically generated from ChangeLog at $now
/macosx-10.10/BerkeleyDB-21/db/os/
H A Dos_clock.c55 time_t now; local
57 RETRY_CHK((time(&now) == (time_t)-1 ? 1 : 0), ret);
63 tp->tv_sec = now;
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/
H A DMakefile.PL27 now! (This also applies to before_create triggers, where
37 - runtime database errors now throw exceptions
39 - objects now overload in string or boolean context
41 0.90 - hasa is now deprecated in favour of has_a. Therefore
45 - hasa_list is now deprecated in favour of has_many
48 0.32 - delete() now removes any foreign elements, to avoid orphans

Completed in 536 milliseconds

1234567891011>>