Searched refs:now (Results 226 - 250 of 677) sorted by relevance

1234567891011>>

/openbsd-current/usr.sbin/smtpd/
H A Dmta.c607 log_debug("debug: mta-routing: route %s is now valid.",
1231 time_t nextconn, now; local
1269 nextconn = now = time(NULL);
1274 (unsigned long long) c->relay->domain->lastconn + l->conndelay_domain - now);
1285 (unsigned long long) c->source->lastconn + l->conndelay_source - now);
1296 (unsigned long long) c->lastconn + l->conndelay_connector - now);
1307 (unsigned long long) c->relay->lastconn + l->conndelay_relay - now);
1315 /* We can connect now, find a route */
1316 if (!limits && nextconn <= now)
1317 route = mta_find_route(c, now,
1592 mta_find_route(struct mta_connector *c, time_t now, int *limits, time_t *nextconn, struct mta_mx **pmx) argument
2468 time_t sched, now; local
[all...]
/openbsd-current/usr.sbin/bgpd/
H A Drde_peer.c492 /* this dump must run synchronous, too much depends on that right now */
515 time_t now; local
517 /* flush the now even staler routes out */
521 peer->staletime[aid] = now = getmonotime();
541 while (now >= getmonotime())
583 time_t now; local
585 /* flush the now even staler routes out */
589 peer->staletime[aid] = now = getmonotime();
592 while (now >= getmonotime())
H A Drtr.c78 * all elements where the expires timestamp is smaller or equal to now.
82 rtr_expire_roas(time_t now) argument
88 if (roa->expires != 0 && roa->expires <= now) {
100 rtr_expire_aspa(time_t now) argument
106 if (aspa->expires != 0 && aspa->expires <= now) {
491 * This could be made a fair bit faster but for now this is good enough.
535 /* XXX prevent oversized IMSG for now */
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dgetdate.c141 ** yacc had the %union construct.) Maybe someday; right now we only use
1174 fprintf (stderr, "state stack now");
1314 fprintf (stderr, "Error: state stack now");
1434 { "now", tMINUTE_UNIT, 0 },
1690 time_t now;
1692 now = Start;
1693 tm = localtime(&now);
1694 now += SECSPERDAY * ((DayNumber - tm->tm_wday + 7) % 7);
1695 now += 7 * SECSPERDAY * (DayOrdinal <= 0 ? DayOrdinal : DayOrdinal - 1);
1696 return DSTcorrect(Start, now);
1686 time_t now; local
1908 time_t now; local
[all...]
/openbsd-current/usr.sbin/unbound/testcode/
H A Dunitzonemd.c252 time_t now = 0; local
270 env.now = &now;
/openbsd-current/usr.bin/systat/
H A Dmain.c96 time_t now; local
115 time(&now);
116 ctim = ctime(&now);
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DFTP.pm53 my $now = localtime();
54 $CPAN::Frontend->mywarn("$now: waiting for read lock on '$file' (since $waitstart)\n");
428 my $now = time;
429 utime $now, $now, $aslocal; # download time is more
670 my $now = time;
671 # utime $now, $now, $aslocal; # too bad, if we do that, we
834 my $now = time;
835 utime $now,
[all...]
/openbsd-current/usr.bin/ssh/
H A Dauth2-pubkeyfile.c58 time_t now = time(NULL); local
65 if (opts->valid_before && now > 0 &&
66 opts->valid_before < (uint64_t)now) {
299 /* Parse key options now; we need to know if this is a CA key */
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DStatistics.cpp160 m_launch_or_attach_time = StatsClock::now();
169 m_first_private_stop_time = StatsClock::now();
177 m_first_public_stop_time = StatsClock::now();
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_utils.h314 u64 now = local_clock(); \
323 if (now - base >= timeout) { \
331 timeout -= now - base; \
368 * CI results are now unreliable as the HW is very suspect.
/openbsd-current/usr.sbin/dhcpleasectl/
H A Ddhcpleasectl.c224 struct timespec now, diff; local
236 clock_gettime(CLOCK_MONOTONIC, &now);
237 timespecsub(&now, &cei->request_time, &diff);
/openbsd-current/gnu/lib/libiberty/src/
H A Dargv.c397 are now in the main ARGV. */
404 /* We're all done with the file now. */
/openbsd-current/libexec/rpc.rusersd/
H A Drusers_proc.c79 time_t now; local
89 time(&now);
91 printf("%s: now=%lld atime=%lld\n", devname, (long long)now,
94 idle = now - st.st_atime;
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DTimer.cpp171 sys::TimePoint<> now; local
177 sys::Process::GetTimeUsage(now, user, sys);
179 sys::Process::GetTimeUsage(now, user, sys);
184 Result.WallTime = Seconds(now.time_since_epoch()).count();
H A DTimeProfiler.cpp99 : BeginningOfTime(system_clock::now()), StartTime(ClockType::now()),
106 Stack.emplace_back(ClockType::now(), TimePointType(), std::move(Name),
113 E.End = ClockType::now();
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DBuildSystem.cpp28 return llvm::sys::toTimeT(std::chrono::system_clock::now());
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_vblank.h240 ktime_t *now);
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc109 // for now.
115 // for now.
/openbsd-current/usr.sbin/snmpd/
H A Dsmi.c68 struct timeval now, run; local
71 gettimeofday(&now, NULL);
72 if (timercmp(&now, &snmpd_env->sc_starttime, <=))
74 timersub(&now, &snmpd_env->sc_starttime, &run);
/openbsd-current/sbin/unwind/libunbound/validator/
H A Dval_sigcrypt.h299 * @param now: current time for validation (can be overridden).
317 struct sldns_buffer* buf, struct val_env* ve, time_t now,
/openbsd-current/usr.sbin/unbound/validator/
H A Dval_sigcrypt.h299 * @param now: current time for validation (can be overridden).
317 struct sldns_buffer* buf, struct val_env* ve, time_t now,
/openbsd-current/sys/dev/pci/drm/amd/pm/swsmu/smu13/
H A Daldebaran_ppt.c745 int i, now, size = 0; local
771 ret = aldebaran_get_current_clk_freq_by_table(smu, SMU_GFXCLK, &now);
793 if (now > min_clk && now < max_clk) {
796 freq_values[1] = now;
805 freq_values[i], now) ?
815 ret = aldebaran_get_current_clk_freq_by_table(smu, SMU_UCLK, &now);
834 now) ? "*" : ""));
838 ret = aldebaran_get_current_clk_freq_by_table(smu, SMU_SOCCLK, &now);
857 now)
[all...]
/openbsd-current/lib/libtls/
H A Dtls_server.c146 time_t now; local
149 now = time(NULL);
151 if (now - 3 * (config->session_lifetime / 4) >
159 if (now - config->session_lifetime > tk->time)
/openbsd-current/sbin/shutdown/
H A Dshutdown.c501 time_t minutes, now; local
504 if (!strcasecmp(timearg, "now")) { /* now */
530 time(&now);
531 lt = localtime(&now); /* current time val */
570 if ((offset = shuttime - now) < 0) {
/openbsd-current/sys/dev/gpio/
H A Dgpiodcf.c248 struct timespec now; local
276 nanotime(&now);
278 sc->sc_sensor.value = (int64_t)(now.tv_sec -
279 sc->sc_current) * 1000000000LL + now.tv_nsec;

Completed in 177 milliseconds

1234567891011>>