Home
last modified time | relevance | path

Searched refs:now (Results 1 – 5 of 5) sorted by relevance

/bionic/tests/
Dstring_posix_strerror_r_test.cpp30 # error check whether we can build this now...
/bionic/libc/upstream-netbsd/lib/libc/isc/
Dev_timers.c125 struct timeval now; in evNowTime() local
139 if (gettimeofday(&now, NULL) < 0) in evNowTime()
141 return (evTimeSpec(now)); in evNowTime()
146 struct timeval now; in evUTCTime() local
152 if (gettimeofday(&now, NULL) < 0) in evUTCTime()
154 return (evTimeSpec(now)); in evUTCTime()
/bionic/libc/dns/resolv/
Dres_send.c948 struct timespec now, timeout, finish; in connect_with_timeout() local
959 now = evNowTime(); in connect_with_timeout()
961 finish = evAddTime(now, timeout); in connect_with_timeout()
983 struct timespec now, timeout; in retrying_select() local
993 now = evNowTime(); in retrying_select()
1002 if (evCmpTime(*finish, now) > 0) in retrying_select()
1003 timeout = evSubTime(*finish, now); in retrying_select()
1055 struct timespec now, timeout, finish; in send_dg() local
1141 now = evNowTime(); in send_dg()
1143 finish = evAddTime(now, timeout); in send_dg()
Dres_cache.c1592 time_t now = _time_now(); in _cache_remove_expired() local
1596 if (now >= e->expires) { in _cache_remove_expired()
1621 time_t now; in _resolv_cache_lookup() local
1665 now = _time_now(); in _resolv_cache_lookup()
1668 if (now >= e->expires) { in _resolv_cache_lookup()
/bionic/
DREADME.md256 The coverage report is now available at `covreport/index.html`.