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

1234567891011>>

/freebsd-9.3-release/contrib/sendmail/mailstats/
H A Dmailstats.c63 time_t now; local
279 (void) time(&now);
281 (long) stats.stat_itime, (long) now);
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dap_list.c334 time_t now; local
343 time(&now);
348 now)
/freebsd-9.3-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dkrb4encpwd.c203 time_t now; local
256 time(&now);
257 snprintf(challenge, sizeof(challenge), "%x", now);
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Drevoke.c661 * @param now
675 time_t now,
702 ret = verify_ocsp(context, ocsp, now, certs, parent_cert);
749 now + context->ocsp_time_diff)
754 if (*ocsp->ocsp.tbsResponseData.responses.val[j].nextUpdate < now)
790 ret = verify_crl(context, ctx, &crl->crl, now, certs, parent_cert);
822 if (t > now)
1161 * @param now the time right now, if 0, use the current time.
1176 time_t now,
672 hx509_revoke_verify(hx509_context context, hx509_revoke_ctx ctx, hx509_certs certs, time_t now, hx509_cert cert, hx509_cert parent_cert) argument
1175 hx509_ocsp_verify(hx509_context context, time_t now, hx509_cert cert, int flags, const void *data, size_t length, time_t *expiration) argument
[all...]
/freebsd-9.3-release/release/picobsd/tinyware/simple_httpd/
H A Dsimple_httpd.c492 time_t now; local
494 time(&now);
495 t = localtime(&now);
/freebsd-9.3-release/sys/netgraph/bluetooth/hci/
H A Dng_hci_misc.c243 struct timeval now; local
245 getmicrotime(&now);
247 return (now.tv_sec - n->updated.tv_sec > bluetooth_hci_max_neighbor_age());
/freebsd-9.3-release/tools/tools/vhba/rptluns/
H A Dvhba_rptluns.c57 struct timeval now; local
65 getmicrotime(&now);
66 if (now.tv_usec & 0x1) {
/freebsd-9.3-release/usr.bin/at/
H A Dparsetime.c87 { "now", NOW,0 }, /* opt prefix for PLUS */
216 /* eat whitespace now - if we walk off the end of the argument,
280 * plus() parses a now + time
413 time_t now; local
415 time(&now);
416 lt = localtime(&now);
585 /* now is optional prefix for PLUS tree */
/freebsd-9.3-release/usr.bin/make/
H A Dmake.c319 * This child node is now "made", so we decrement the count of
346 * and its cmtime set to now.
366 * now -- some rules won't actually update the file. If the file still
367 * doesn't exist, make its mtime now.
398 cgn->mtime = now;
423 * the target is made now. Otherwise archives with ... rules
428 cgn->mtime = now;
493 * has been dealt with, we have to wait until now to fill in the
540 (cgn->mtime >= now && cgn->made == MADE)) {
557 * cgn->mtime is set to now i
[all...]
/freebsd-9.3-release/usr.sbin/fifolog/lib/
H A Dfifolog_reader.c52 time_t now; member in struct:fifolog_reader
222 fr->now = be32dec(p + 4);
237 func(priv, fr->now, u, p + w, v);
/freebsd-9.3-release/usr.sbin/pw/
H A Dpw_user.c376 * Handle deletions now
494 time_t now = time(NULL); local
495 time_t expire = parse_date(now, arg->val);
512 time_t now = time(NULL); local
513 time_t expire = parse_date(now, arg->val);
721 * Ok, user is created or changed - now edit group file
926 time_t now = time(NULL); local
930 if ((result = parse_date(now, arg->val)) == now)
933 result = now
942 time_t now = time(NULL); local
[all...]
/freebsd-9.3-release/usr.sbin/rtadvd/
H A Dconfig.c564 struct timeval now; local
565 gettimeofday(&now, 0);
567 now.tv_sec + pfx->pfx_validlifetime;
584 struct timeval now; local
585 gettimeofday(&now, 0);
587 now.tv_sec + pfx->pfx_preflifetime;
1416 struct timeval now; local
1433 gettimeofday(&now, NULL);
1437 vltime = ((time_t)pfx->pfx_vltimeexpire > now.tv_sec) ?
1438 pfx->pfx_vltimeexpire - now
[all...]
/freebsd-9.3-release/usr.sbin/yppush/
H A Dyppush_main.c159 yppush_exit(int now) argument
165 while (!now && still_pending) {
188 now = 1;
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_wwvb.c459 l_fp now; local
478 get_systime(&now);
480 printf("%c poll at %s\n", pollchar, prettydate(&now));
/freebsd-9.3-release/contrib/amd/amd/
H A Dinfo_ldap.c293 time_t now = clocktime(NULL); local
299 if ((a->timestamp - now) > AMD_LDAP_TTL) {
302 a->timestamp = now;
343 a->timestamp = now;
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dargv.c399 are now in the main ARGV. */
406 /* We're all done with the file now. */
/freebsd-9.3-release/contrib/libarchive/tar/
H A Dbsdtar.c141 time_t now; local
188 time(&now);
367 bsdtar->newer_ctime_sec = get_date(now, bsdtar->optarg);
381 bsdtar->newer_mtime_sec = get_date(now, bsdtar->optarg);
/freebsd-9.3-release/libexec/atrun/
H A Datrun.c454 time_t now, run_time; local
524 now = time(NULL);
543 if ((S_IXUSR & buf.st_mode) && (run_time <=now)) {
558 if ((run_time < now) && !(S_IXUSR & buf.st_mode) && (S_IRUSR & buf.st_mode))
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dmetaslab.h67 void metaslab_free(spa_t *spa, const blkptr_t *bp, uint64_t txg, boolean_t now);
/freebsd-9.3-release/sys/dev/drm/
H A Ddrm_irq.c471 struct timeval now; local
473 microtime(&now);
474 vblwait->reply.tval_sec = now.tv_sec;
475 vblwait->reply.tval_usec = now.tv_usec;
/freebsd-9.3-release/usr.bin/find/
H A Dextern.h119 extern time_t now;
/freebsd-9.3-release/usr.sbin/ac/
H A Dac.c328 * now lose it
408 struct timeval prev_secs, ut_timecopy, secs, clock_shift, now; local
476 (void)gettimeofday(&now, NULL);
480 usht.ut_tv = now;
498 * anyone still logged in gets time up to now
503 show_today(now);
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_hast/
H A Dhast_snmp.c275 static uint64_t now; local
280 now = get_ticks();
281 if (now - last_resources_update < UPDATE_INTERVAL)
284 last_resources_update = now;
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Decdb.c293 dns_rdatatype_t type, unsigned int options, isc_stdtime_t now,
305 UNUSED(now);
316 unsigned int options, isc_stdtime_t now,
326 UNUSED(now);
433 isc_stdtime_t now, dns_rdataset_t *rdataset, unsigned int options,
447 UNUSED(now);
519 isc_stdtime_t now, dns_rdatasetiter_t **iteratorp)
541 iterator->common.now = now;
292 find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version, dns_rdatatype_t type, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
315 findzonecut(dns_db_t *db, dns_name_t *name, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
432 addrdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, isc_stdtime_t now, dns_rdataset_t *rdataset, unsigned int options, dns_rdataset_t *addedrdataset) argument
518 allrdatasets(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, isc_stdtime_t now, dns_rdatasetiter_t **iteratorp) argument
/freebsd-9.3-release/sys/dev/acpica/
H A Dacpi_hpet.c156 uint32_t fdiv, now; local
177 now = bus_read_4(sc->mem_res, HPET_MAIN_COUNTER);
179 t->next = now + fdiv;
195 now = bus_read_4(sc->mem_res, HPET_MAIN_COUNTER);
196 if ((int32_t)(now - t->next + HPET_MIN_CYCLES) >= 0) {
223 uint32_t now; local
251 now = bus_read_4(sc->mem_res, HPET_MAIN_COUNTER);
252 if ((int32_t)((now + t->div / 2) - t->next) > 0)
253 t->next = now + t->div / 2;

Completed in 198 milliseconds

1234567891011>>