Searched refs:now (Results 401 - 425 of 672) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersRestore.S42 # we now have ret and eax pushed onto where new stack will be
145 // skip r0 for now
146 // skip r1 for now
148 // skip r3 for now
149 // skip r4 for now
150 // skip r5 for now
326 // r4 is now a 16-byte aligned pointer into the red zone
406 // skip r0 for now
407 // skip r1 for now
409 // skip r3 for now
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
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/sendmail/vacation/
H A Dvacation.c451 time_t now; local
453 (void) time(&now);
454 setreply(From, now);
/freebsd-11-stable/contrib/unbound/validator/
H A Dvalidator.c810 env->alloc, *env->now);
1103 * here, which won't all be signed. Right now, this routine relies on the
1584 vq->qchase.qclass, qstate->region, *qstate->env->now);
2316 *qstate->env->now);
2319 *qstate->env->now);
2351 *qstate->env->now);
2354 *qstate->env->now);
2434 ub_packed_rrset_ttl(ds), *qstate->env->now);
2442 NULL, *qstate->env->now);
2474 *qstate->env->now);
[all...]
H A Dval_nsec.c185 rrset_check_sec_status(env->rrset_cache, nsec, *env->now);
191 rrset_update_sec_status(env->rrset_cache, nsec, *env->now);
/freebsd-11-stable/usr.bin/find/
H A Dfunction.c257 COMPARE((now - entry->fts_statp->st_ctime +
260 COMPARE((now - entry->fts_statp->st_atime +
263 COMPARE((now - entry->fts_statp->st_birthtime +
266 COMPARE((now - entry->fts_statp->st_mtime +
313 COMPARE(now - xtime, plan->t_data.tv_sec);
315 COMPARE((now - xtime + 86400 - 1) / 86400, plan->t_data.tv_sec);
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_rx.c442 static void sfxge_lro_purge_idle(struct sfxge_rxq *rxq, unsigned now) argument
450 rxq->lro.last_purge_ticks = now;
456 if (now - c->last_pkt_ticks > lro_idle_ticks) {
491 /* Pass packet up now if another segment could overflow the IP
532 unsigned now; local
576 now = ticks;
577 if (now - c->last_pkt_ticks > lro_idle_ticks) {
666 /* Process mbuf and decide whether to dispatch it to the stack now or
/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_calendar.c61 /* For now, let's take the conservative approach: if the target property
99 static inline time_t now(void);
119 now(void) function
586 : now();
598 : now();
635 : now();
647 : now();
934 * away from integer overflow trouble now. */
1970 /* days is RDN of ISO date now */
/freebsd-11-stable/share/mk/
H A Dbsd.sys.mk13 # the default is gnu99 for now
71 # XXX Delete -Wuninitialized by default for now -- the compiler doesn't
188 # Don't emit .cfi directives, since we must use GNU as on sparc64, for now.
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dvmsbuild.com42 $ ECHO " now checking run-time library for missing functionality"
64 $! we now have a file with one entry per line of unresolvable symbols
H A Dalloca.c282 long now; /* Current total stack size. */ member in struct:stk_stat
/freebsd-11-stable/usr.sbin/rtadvd/
H A Drtadvd.c767 * If we happen to receive data on an interface which is now gone
999 struct timespec interval, now, min_delay, tm_tmp, *rest; local
1027 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
1028 TS_SUB(&now, &ifi->ifi_ra_lastsent, &tm_tmp);
1237 struct timespec now; local
1280 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
1281 preferred_time += now.tv_sec;
1313 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
1314 valid_time += now.tv_sec;
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.mk146 # will apply DEBUG_MAKE_FLAGS, now.
/freebsd-11-stable/usr.sbin/cron/crontab/
H A Dcrontab.c510 time_t now = time(NULL); local
531 fprintf(tmp, "# (%s installed on %-24.24s)\n", Filename, ctime(&now));
/freebsd-11-stable/sys/dev/usb/input/
H A Dukbd.c382 sbintime_t delay, now, prec; local
384 now = sbinuptime();
395 if (sc->sc_co_basetime < now)
396 sc->sc_co_basetime = now;
518 const uint32_t now = sc->sc_time_ms; local
565 sc->sc_repeat_time = now + sc->sc_kbd.kb_delay1;
576 const int32_t dtime = (sc->sc_repeat_time - now);
581 sc->sc_repeat_time = now + sc->sc_kbd.kb_delay2;
/freebsd-11-stable/usr.sbin/pw/
H A Dpw_user.c1197 time_t now; local
1211 now = time(NULL);
1244 cmdcnf->expire_days = parse_date(now, optarg);
1250 cmdcnf->password_days = parse_date(now, optarg);
1440 * in both cases we want to skip now.
1527 time_t expire_time, password_time, now; local
1535 now = time(NULL);
1565 expire_time = parse_date(now, optarg);
1568 password_time = parse_date(now, optarg);
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c464 ** we need something to point to now for the mailer setup,
1011 time_t now = curtime(); local
1016 if ((now - servicecachetime) > (time_t) ServiceCacheMaxAge)
1027 servicecachetime = now;
2256 ** (for now).
2287 time_t now; local
2289 now = curtime();
2292 if (now != lastconn[dn])
2294 lastconn[dn] = now;
2311 else if (now !
2334 time_t now; local
2364 time_t now; local
[all...]
H A Ddaemon.c235 time_t now; local
251 now = curtime();
252 if (now < Daemons[idx].d_refuse_connections_until)
266 Daemons[idx].d_refuse_connections_until = now + 15;
375 lastrun = now;
380 lastrun + QueueIntvl + CheckQueueRunners < now)
391 lastrun = now;
618 RAND_seed((void *) &now, sizeof(now));
999 time_t now; local
4056 time_t now; local
[all...]
/freebsd-11-stable/contrib/unbound/contrib/
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/gdb/gdb/
H A Dp-lang.c261 distinction to be passed on to a debugger. For now, we always just
271 because it mainly reflects Free Pascal Compiler setup for now PM */
282 /* FIXME: For now, if we are asked to produce a type not in this
/freebsd-11-stable/contrib/ldns/
H A Ddnssec_sign.c28 time_t now; local
72 now = time(NULL);
82 ldns_native2rdf_int32(LDNS_RDF_TYPE_TIME, now));
95 now + LDNS_DEFAULT_EXP_TIME));
254 /* right now, we have: a key, a semi-sig and an rrset. For
H A Dresolver.c1157 struct timeval now; local
1188 now.tv_sec = time(NULL);
1189 now.tv_usec = 0;
1190 ldns_pkt_set_timestamp(*query_pkt, now);
1327 /* we must now also close the socket, otherwise subsequent uses of the
1351 /* we must now also close the socket, otherwise subsequent uses of the
/freebsd-11-stable/contrib/ldns/ldns/
H A Dutil.h277 * with respect to now using serial arithmitics (rfc1982).
283 * to be intepreted as a serial arithmitics number relative to now.
284 * \param[in] now number of seconds since epoch (midnight, January 1st, 1970)
289 struct tm * ldns_serial_arithmitics_gmtime_r(int32_t time, time_t now, struct tm *result);
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsol2-c1.asm64 ! shared object termination. Just push it onto the stack for now
83 ! now conveniently saved on the stack as the argument to pass to
H A Dsol2-gc1.asm67 ! shared object termination. Just push it onto the stack for now
86 ! now conveniently saved on the stack as the argument to pass to

Completed in 386 milliseconds

<<11121314151617181920>>