Searched refs:now (Results 476 - 500 of 672) sorted by path

<<11121314151617181920>>

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c986 /* If copying perms, set the perms on dst_tmp now, so they will be
988 had to wait until now to set perms, because if they say
1370 apr_time_t now, then;
1379 now = apr_time_now();
1382 then = apr_time_make(apr_time_sec(now) + 1, APR_USEC_PER_SEC / 50);
1419 /* 10 milliseconds after now. */
1423 then = now + apr_time_from_msec(SVN_HI_RES_SLEEP_MS);
1427 now = apr_time_now();
1430 if (now >= then)
1434 if (then - now < 100
1366 apr_time_t now, then; local
[all...]
H A Dwin32_crashrpt.c694 time_t now; local
697 time(&now);
698 strftime(time_str, 64, "%Y%m%d%H%M%S", localtime(&now));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql712 number will be, however, so we're just marking it as 99 for now. */
H A Dwc-queries.sql43 /* All the columns until now must match those returned by
64 /* All the columns until now must match those returned by
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dlist-cmd.c136 apr_time_t now = apr_time_now();
151 if (apr_time_sec(now - dirent->time) < (365 * 86400 / 2)
152 && apr_time_sec(dirent->time - now) < (365 * 86400 / 2))
135 apr_time_t now = apr_time_now(); local
/freebsd-11-stable/contrib/tcsh/
H A Dsh.hist.c412 struct timeval now; local
413 gettimeofday(&now, NULL);
414 return (now.tv_sec-beginTime.tv_sec) +
415 (now.tv_usec-beginTime.tv_usec)/1e6;
663 /* Just hash statistics for now. */
732 return; /* good enough for now */
817 /* now peek ahead to see if the dummies are really necessary. */
1010 /* pp is now the last entry with time >= to np. */
1352 * Hnum and Href (because fastMergeErase is true). So now reset all the
H A Dtc.func.c1134 #undef RMDEBUG /* For now... */
1224 xprintf(CGETS(22, 10, "command line now is:\n"));
1237 #undef CNDEBUG /* For now */
1299 xprintf(CGETS(22, 13, "command line now is:\n"));
1312 struct wordent *now, *last; local
1324 now = pl;
1325 xfree(now->word);
1326 now->word = xcalloc(1, 5 * sizeof(Char));
1327 (void) Strcpy(now->word, STRecho);
1329 now
[all...]
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dkrb4encpwd.c203 time_t now; local
256 time(&now);
257 sprintf(challenge, "%x", now);
H A Drsaencpwd.c201 time_t now; local
254 time(&now);
255 if ((now % 2) == 0) {
256 sprintf(challenge, "%x", now);
/freebsd-11-stable/contrib/unbound/cachedb/
H A Dcachedb.c412 timestamp = (uint64_t)*qstate->env->now;
444 if((time_t)expiry < *qstate->env->now &&
447 *qstate->env->now - (time_t)expiry > SERVE_EXPIRED_TTL)))
536 if(*qstate->env->now <= (time_t)timestamp) {
540 adjust = *qstate->env->now - (time_t)timestamp;
556 * 'now' should be redundant given how these values were calculated,
559 (adjust == -1 || (time_t)expiry < *qstate->env->now)) {
634 *qstate->env->now, 1/*add SOA*/, NULL,
/freebsd-11-stable/contrib/unbound/
H A Dconfigure1541 --enable-relro-now Enable full relocation binding at load-time (RELRO
6119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wl,-z,relro,-z,now" >&5
6120 $as_echo_n "checking if $CC supports -Wl,-z,relro,-z,now... " >&6; }
6122 LDFLAGS="$LDFLAGS -Wl,-z,relro,-z,now"
10894 # AIX 5 now supports IA64 processor
11001 # AIX 5 now supports IA64 processor
13004 # Ok, now we have the path, separated by spaces, we can step through it
16044 /* now we want to get EAGAIN: nonblocking goodness */
18958 # we now know we have ECDSA and the required curves.
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound-querycachedb.py38 now = int(time.time())
42 (now, timestamp, expire, max(expire - now, 0)))
H A Dunbound_munin_157 now=`date +%s`
158 get_value "time.now"
160 if test $now -lt `expr $value + $lee`; then
/freebsd-11-stable/contrib/unbound/daemon/
H A Dcachedump.c65 dump_rrset_line(RES* ssl, struct ub_packed_rrset_key* k, time_t now, size_t i) argument
68 if(!packed_rr_to_string(k, i, now, s, sizeof(s))) {
77 struct packed_rrset_data* d, time_t now)
83 if(d->ttl < now) return 1; /* expired */
88 (long long)(d->ttl - now),
94 if(!dump_rrset_line(ssl, k, now, i))
102 dump_rrset_lruhash(RES* ssl, struct lruhash* h, time_t now) argument
110 (struct packed_rrset_data*)e->data, now)) {
129 *worker->env.now)) {
168 time_t now)
76 dump_rrset(RES* ssl, struct ub_packed_rrset_key* k, struct packed_rrset_data* d, time_t now) argument
167 dump_msg(RES* ssl, struct query_info* k, struct reply_info* d, time_t now) argument
321 load_rr(RES* ssl, sldns_buffer* buf, struct regional* region, struct ub_packed_rrset_key* rk, struct packed_rrset_data* d, unsigned int i, int is_rrsig, int* go_on, time_t now) argument
[all...]
H A Dremote.c865 struct timeval now = *worker->env.now_tv; local
867 timeval_subtract(&up, &now, &worker->daemon->time_boot);
868 timeval_subtract(&dt, &now, &worker->daemon->time_last_stat);
870 worker->daemon->time_last_stat = now;
871 if(!ssl_printf(ssl, "time.now"SQ ARG_LL "d.%6.6d\n",
872 (long long)now.tv_sec, (unsigned)now.tv_usec)) return 0;
1658 inf.expired = *worker->env.now;
1745 inf.expired = *worker->env.now;
1814 inf.expired = *worker->env.now;
2432 time_t now; member in struct:infra_arg
2786 time_t now; member in struct:ratelimit_list_arg
[all...]
H A Dunbound.c106 struct timeval now; local
110 base = ub_default_event_base(0,&t,&now);
H A Dworker.c310 if(worker->err_limit_time == *worker->env.now) {
316 worker->err_limit_time = *worker->env.now;
486 time_t timenow = *worker->env.now;
639 time_t timenow = *worker->env.now;
649 /* Check if we need to serve expired now */
768 /* cannot send the reply right now, because blocking network syscall
1198 *worker->env.now, c->buffer)) {
1411 * might need to bail out based on ACLs now. */
1498 if((worker->env.cfg->prefetch && *worker->env.now >=
1501 *worker->env.now >
[all...]
/freebsd-11-stable/contrib/unbound/dnstap/
H A Ddtstream.c259 /* if list contains more than wakeupnum elements, wakeup now,
1587 struct timeval* now)
1589 memset(now, 0, sizeof(*now));
1590 dtio->event_base = ub_default_event_base(0, secs, now);
1765 struct timeval now; local
1781 memset(&now, 0, sizeof(now));
1783 info.base = ub_default_event_base(0, &secs, &now);
2090 struct timeval now; local
1586 dtio_setup_base(struct dt_io_thread* dtio, time_t* secs, struct timeval* now) argument
[all...]
H A Dunbound-dnstap-socket.c982 /* we want to read the full length now */
1186 struct timeval now; local
1193 memset(&now, 0, sizeof(now));
1194 base = ub_default_event_base(1, &secs, &now);
/freebsd-11-stable/contrib/unbound/edns-subnet/
H A Daddrtree.c361 time_t now)
394 if (!edge->node->elem || edge->node->ttl >= now)
475 addrlen_t sourcemask, time_t now)
486 if (node->elem && node->ttl >= now) {
359 addrtree_insert(struct addrtree *tree, const addrkey_t *addr, addrlen_t sourcemask, addrlen_t scope, void *elem, time_t ttl, time_t now) argument
474 addrtree_find(struct addrtree *tree, const addrkey_t *addr, addrlen_t sourcemask, time_t now) argument
H A Daddrtree.h151 * longer access elem, it could be free'd now or later during future
160 * @param now: Current time in seconds.
164 time_t now);
172 * @param now: Current time in seconds.
176 const addrkey_t *addr, addrlen_t sourcemask, time_t now);
H A Dsubnetmod.c385 reply_info_set_ttls(rep, *qstate->env->now);
390 rep->ttl, *qstate->env->now);
426 ecs->subnet_source_mask, *env->now);
433 (struct reply_info *)node->elem, qstate->region, *env->now, 0,
658 /* CNAME response for QNAME. From now on keep track of
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_scrub.c623 time_t now = *env->now; local
634 packed_rrset_ttl_add(d, now);
638 (void)rrset_cache_update(env->rrset_cache, &ref, env->alloc, now);
H A Diter_utils.c187 * @param now: current time
227 uint8_t* name, size_t namelen, uint16_t qtype, time_t now,
247 &rtt, now)) {
284 uint8_t* name, size_t namelen, uint16_t qtype, time_t now,
296 name, namelen, qtype, now, a);
363 uint8_t* name, size_t namelen, uint16_t qtype, time_t now,
372 got_num = iter_fill_rtt(iter_env, env, name, namelen, qtype, now, dp,
559 *env->now, dp, &selrtt, open_target, blacklist, prefetch);
825 dp->name, dp->namelen, dclass, env->scratch, *env->now);
1071 rrset = packed_rrset_copy_alloc(rrset, env->alloc, *env->now);
226 iter_filter_unsuitable(struct iter_env* iter_env, struct module_env* env, uint8_t* name, size_t namelen, uint16_t qtype, time_t now, struct delegpt_addr* a) argument
283 iter_fill_rtt(struct iter_env* iter_env, struct module_env* env, uint8_t* name, size_t namelen, uint16_t qtype, time_t now, struct delegpt* dp, int* best_rtt, struct sock_list* blacklist, size_t* num_suitable_results) argument
362 iter_filter_order(struct iter_env* iter_env, struct module_env* env, uint8_t* name, size_t namelen, uint16_t qtype, time_t now, struct delegpt* dp, int* selected_rtt, int open_target, struct sock_list* blacklist, time_t prefetch) argument
[all...]
H A Diterator.c324 if(rep && *qstate->env->now +
328 *qstate->env->now +
345 qstate->query_flags, *qstate->env->now, 0))
802 * copy dp, it is now part of the root prime query.
1133 * the roundtrip incurred by the DNSKEY query. The DNSKEY query is now
1309 *qstate->env->now, 1/*add SOA*/, NULL,
1425 *qstate->env->now+qstate->prefetch_leeway);
1483 iq->dp->namelen, *qstate->env->now)) {
1485 * now will also exceed the rate, keeping cache fresh */
1488 *qstate->env->now,
[all...]

Completed in 513 milliseconds

<<11121314151617181920>>