Searched refs:now (Results 176 - 200 of 659) sorted by relevance

1234567891011>>

/external/dnsmasq/src/
H A Drfc1035.c639 int extract_addresses(HEADER *header, size_t qlen, char *name, time_t now) argument
720 cache_insert(name, &addr, now, cttl, name_encoding | F_REVERSE);
738 cache_insert(NULL, &addr, now, ttl, name_encoding | F_REVERSE | F_NEG | flags);
785 newc = cache_insert(name, NULL, now, attl, F_CNAME | F_FORWARD);
815 newc = cache_insert(name, &addr, now, attl, flags | F_FORWARD);
842 newc = cache_insert(name, NULL, now, ttl ? ttl : cttl, F_FORWARD | F_NEG | flags);
941 int check_for_local_domain(char *name, time_t now) argument
949 if ((crecp = cache_find_by_name(NULL, name, now, F_IPV4 | F_IPV6)) &&
976 struct bogus_addr *baddr, time_t now)
1008 cache_insert(name, NULL, now, tt
975 check_for_bogus_wildcard(HEADER *header, size_t qlen, char *name, struct bogus_addr *baddr, time_t now) argument
1115 crec_ttl(struct crec *crecp, time_t now) argument
1128 answer_request(HEADER *header, char *limit, size_t qlen, struct in_addr local_addr, struct in_addr local_netmask, time_t now) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Deloop_none.c317 struct os_time tv, now; local
322 os_get_time(&now);
323 if (os_time_before(&now, &eloop.timeout->time))
324 os_time_sub(&eloop.timeout->time, &now, &tv);
341 os_get_time(&now);
342 if (!os_time_before(&now, &eloop.timeout->time)) {
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_list.c224 struct os_time now; local
276 os_get_time(&now);
277 ap->last_beacon = now.sec;
314 struct os_time now; local
323 os_get_time(&now);
328 now.sec)
/external/wpa_supplicant_8/hostapd/src/utils/
H A Deloop_none.c308 struct os_time tv, now; local
313 os_get_time(&now);
314 if (os_time_before(&now, &eloop.timeout->time))
315 os_time_sub(&eloop.timeout->time, &now, &tv);
332 os_get_time(&now);
333 if (!os_time_before(&now, &eloop.timeout->time)) {
/external/wpa_supplicant_8/src/ap/
H A Dap_list.c224 struct os_time now; local
276 os_get_time(&now);
277 ap->last_beacon = now.sec;
314 struct os_time now; local
323 os_get_time(&now);
328 now.sec)
/external/wpa_supplicant_8/src/utils/
H A Deloop_none.c308 struct os_time tv, now; local
313 os_get_time(&now);
314 if (os_time_before(&now, &eloop.timeout->time))
315 os_time_sub(&eloop.timeout->time, &now, &tv);
332 os_get_time(&now);
333 if (!os_time_before(&now, &eloop.timeout->time)) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_list.c224 struct os_time now; local
276 os_get_time(&now);
277 ap->last_beacon = now.sec;
314 struct os_time now; local
323 os_get_time(&now);
328 now.sec)
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Deloop_none.c308 struct os_time tv, now; local
313 os_get_time(&now);
314 if (os_time_before(&now, &eloop.timeout->time))
315 os_time_sub(&eloop.timeout->time, &now, &tv);
332 os_get_time(&now);
333 if (!os_time_before(&now, &eloop.timeout->time)) {
/external/chromium/base/
H A Dtime_mac.cc50 CFAbsoluteTime now = local
52 return Time(static_cast<int64>(now * kMicrosecondsPerSecond) +
/external/valgrind/main/memcheck/tests/
H A Dwrap8.stderr.exp16 Valgrind has to exit now. Sorry.
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
H A Dcontext_menu_handler.js70 this.hideTimestamp_ = cr.isWindows ? Date.now() : 0;
153 (!this.hideTimestamp_ || Date.now() - this.hideTimestamp_ > 50))
/external/dbus/tools/
H A Ddbus-monitor.c69 } now; local
71 GetSystemTimeAsFileTime (&now.ft);
72 __p->tv_usec = (long) ((now.ns100 / 10LL) % DBUS_USEC_IN_SEC);
73 __p->tv_sec = (long)(((now.ns100 / 10LL) / DBUS_SECONDS_SINCE_1601) - DBUS_SECONDS_SINCE_1601);
/external/e2fsprogs/lib/ext2fs/
H A Dbb_inode.c127 inode.i_atime = inode.i_mtime = fs->now ? fs->now : time(0);
129 inode.i_ctime = fs->now ? fs->now : time(0);
H A Dres_gdt.c118 inode.i_ctime = fs->now ? fs->now : time(0);
210 inode.i_atime = inode.i_mtime = fs->now ? fs->now : time(0);
/external/icu4c/test/intltest/
H A Dtsdate.cpp121 UDate now = Calendar::getNow(); local
126 tryDate(now);
129 tryDate(now + 6.0*30*ONEDAY);
131 UDate limit = now * 10; // Arbitrary limit
/external/iproute2/misc/
H A Dlnstat_util.c68 struct timeval *now)
70 if (now->tv_sec > last->tv_sec + tout->tv_sec)
73 if (now->tv_sec == last->tv_sec + tout->tv_sec) {
74 if (now->tv_usec > last->tv_usec + tout->tv_usec)
66 time_after(struct timeval *last, struct timeval *tout, struct timeval *now) argument
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_uart.c211 TCSANOW Make changes now without waiting for data to complete
268 struct timespec now; local
270 clock_gettime(CLOCK_MONOTONIC, &now);
272 delta.tv_sec = timeout.tv_sec - now.tv_sec;
273 delta.tv_usec = (timeout.tv_nsec - now.tv_nsec) / (long)1000;
/external/skia/src/views/
H A DSkImageView.cpp170 SkMSec now = SkTime::GetMSecs(); local
172 SkAnimator::DifferenceType diff = fData.fAnim->draw(canvas, &paint, now);
174 SkDEBUGF(("SkImageView : now = %X[%12.3f], diff = %d\n", now, now/1000., diff));
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
H A D15.9.5.10-1.js47 var now = (new Date()).valueOf();
65 // We don't use |now| because it fails every night at midnight.
67 addTestCase( now );
H A D15.9.5.10-10.js47 var now = (new Date()).valueOf();
H A D15.9.5.10-11.js47 var now = (new Date()).valueOf();
H A D15.9.5.10-12.js47 var now = (new Date()).valueOf();
H A D15.9.5.10-13.js47 var now = (new Date()).valueOf();
H A D15.9.5.10-2.js47 var now = (new Date()).valueOf();
H A D15.9.5.10-3.js47 var now = (new Date()).valueOf();

Completed in 437 milliseconds

1234567891011>>