Searched refs:now (Results 201 - 225 of 672) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/dma/
H A Dlocal.c138 time_t now = time(NULL); local
199 error = snprintf(line, sizeof(line), "%sFrom %s %s", newline, sender, ctime(&now));
H A Dutil.c313 time_t now; local
315 now = time(NULL);
317 localtime(&now));
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dsender.c528 time_t lastcheck, now; local
541 now = time(NULL);
542 if (lastcheck + ADIST_KEEPALIVE <= now) {
544 lastcheck = now;
711 time_t lastcheck, now; local
738 now = time(NULL);
739 if (lastcheck + ADIST_KEEPALIVE <= now) {
741 lastcheck = now;
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dbounce-resender.pl80 my($now);
81 $now = localtime;
82 print STDERR "$myname: Working... $now\n";
/freebsd-11-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c265 struct timeval now; local
286 if (gettimeofday(&now, NULL) == -1) {
292 ((double) now.tv_sec - real_start.tv_sec)/60.0);
1934 struct timeval now; local
1937 if (gettimeofday(&now, NULL) == -1) {
1942 sec = now.tv_sec - last_ip.tv_sec;
2278 int elapsedd(struct timeval *past, struct timeval *now) argument
2282 el = now->tv_sec - past->tv_sec;
2285 el = now->tv_usec - past->tv_usec;
2289 el += now
2392 struct timeval now; local
[all...]
/freebsd-11-stable/usr.bin/finger/
H A Dsprint.c130 if (now - w->loginat < SECSPERDAY * (DAYSPERWEEK - 1)) {
137 if (now - w->loginat >= SECSPERDAY * DAYSPERNYEAR / 2) {
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dstartautoinstall.sh126 shutdown -r now
/freebsd-11-stable/bin/ps/
H A Dextern.h41 extern time_t now;
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.debug.mk18 # will apply DEBUG_MAKE_FLAGS now.
/freebsd-11-stable/sys/net/altq/
H A Daltq_rmclass.h74 #define RM_GETTIME(now) microtime(&now)
/freebsd-11-stable/sbin/camcontrol/
H A Dprogress.c92 prog->now = time(NULL);
93 prog->elapsed = prog->now - prog->start;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Deapol_test.py67 now = os.times()[4]
68 remaining = start + timeout - now
/freebsd-11-stable/contrib/llvm-project/lld/docs/
H A Dmake.bat75 echo.Build finished; now you can process the pickle files.
83 echo.Build finished; now you can process the JSON files.
91 echo.Build finished; now you can run HTML Help Workshop with the ^
100 echo.Build finished; now you can run "qcollectiongenerator" with the ^
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DTimer.cpp55 : m_category(category), m_total_start(std::chrono::steady_clock::now()) {
78 auto stop_time = steady_clock::now();
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_rtc.c326 uint32_t now, previous; local
344 now = CSR_READ_4(sc, AML_RTC_2_REG);
345 if (now != previous)
352 if (now == previous)
/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Drsaencpwd.c205 time_t now; local
258 time(&now);
259 if ((now % 2) == 0) {
260 snprintf(challenge, sizeof(challenge), "%x", now);
/freebsd-11-stable/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c376 int elapsed(struct timeval *past, struct timeval *now) argument
380 el = now->tv_sec - past->tv_sec;
383 el = now->tv_usec - past->tv_usec;
387 el += now->tv_usec;
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_lm75/
H A Dsnmp_lm75.c253 static uint64_t now; local
255 now = get_ticks();
256 if (now - last_sensors_update < UPDATE_INTERVAL)
259 last_sensors_update = now;
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Drsaencpwd.c201 time_t now; local
254 time(&now);
255 if ((now % 2) == 0) {
256 sprintf(challenge, "%x", now);
/freebsd-11-stable/sys/dev/random/
H A Dfortuna.c344 sbintime_t now; local
354 now = getsbinuptime();
361 && (now - fortuna_state.fs_lasttime > SBT_1S/10)
365 fortuna_state.fs_lasttime = now;
/freebsd-11-stable/sys/amd64/vmm/io/
H A Dvatpit.c183 struct bintime now, delta; local
198 binuptime(&now);
199 if (bintime_cmp(&c->callout_bt, &now, <)) {
200 c->callout_bt = now;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_powerpc64.cpp23 #error powerpc64 big endian is not supported for now.
/freebsd-11-stable/contrib/unbound/util/
H A Dlog.c225 time_t now; local
272 now = (time_t)time(NULL);
275 localtime_r(&now, &tm))%(sizeof(tmbuf)) != 0) {
288 fprintf(logfile, "[" ARG_LL "d] %s[%d:%x] %s: %s\n", (long long)now,
450 case WSAEINPROGRESS: return "Operation now in progress.";
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_neg.h229 * @param now: to check TTLs against.
246 struct rrset_cache* rrset_cache, struct sldns_buffer* buf, time_t now,
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dprintstate.c14 printstate(sp, opts, now)
17 u_long now;
53 PRINTF(" %ld", sp->is_die - now);

Completed in 410 milliseconds

1234567891011>>