Searched refs:timestamp (Results 251 - 275 of 371) sorted by relevance

<<1112131415

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DWriter.cpp115 // "the timestamp field is really a hash", or a 4-byte size field
117 // lowest 4 bytes usually being the timestamp in little-endian order).
1773 // timestamp as well as a Guid and Age of the PDB.
1774 // 2) In all cases, the PE COFF file header also contains a timestamp.
1775 // For reproducibility, instead of a timestamp we want to use a hash of the
1783 // "timestamp" in the COFF file header, and the ones in the coff debug
1785 // timestamp fields in the file.
1790 uint32_t timestamp = config->timestamp; local
1799 timestamp
[all...]
H A DDriver.cpp1356 // Handle /timestamp
1359 config->timestamp = 0;
1364 if (value.getAsInteger(0, config->timestamp))
1365 fatal(Twine("invalid timestamp: ") + value +
1370 config->timestamp = time(nullptr);
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_db.c323 int timestamp; /* Time link was last accessed */ member in struct:alias_link
841 if (la->timeStamp - lnk->timestamp > lnk->expire_time)
953 lnk->timestamp = la->timeStamp;
1111 lnk->timestamp = la->timeStamp;
1248 lnk_fully_specified->timestamp = la->timeStamp;
/freebsd-11-stable/contrib/unbound/
H A Dconfig.guess5 timestamp='2021-01-25'
50 GNU config.guess ($timestamp)
65 echo "$timestamp" ; exit ;;
1651 This script (version $timestamp), has failed to recognize the
1660 year=$(echo $timestamp | sed 's,-.*,,')
1669 config.guess timestamp = $timestamp
1697 # time-stamp-start: "timestamp='"
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_main.c6217 "TCP timestamp tick (us)");
7666 if (e->timestamp == 0)
7669 e->timestamp = be64toh(e->timestamp);
7674 if (e->timestamp < ftstamp) {
7675 ftstamp = e->timestamp;
7680 if (buf[first].timestamp == 0)
7689 if (e->timestamp == 0)
7693 e->seqno, e->timestamp,
9257 /* TCP timestamp tic
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibcoff.h105 /* The timestamp from the COFF file header. */
106 long timestamp; member in struct:coff_tdata
/freebsd-11-stable/sys/dev/ciss/
H A Dcissreg.h364 u_int32_t timestamp; /* seconds since controller power-on */ member in struct:ciss_notify
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_adapter.h394 int timestamp; member in struct:adapter
/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Dmkey.c80 (*mkey)->keytab.timestamp = time(NULL);
/freebsd-11-stable/sys/geom/part/
H A Dg_part_vtoc8.c194 be32enc(&table->vtoc.timestamp[index], 0);
/freebsd-11-stable/contrib/wpa/src/common/
H A Ddpp.h446 int dpp_key_expired(const char *timestamp, os_time_t *expiry);
H A Dieee802_11_defs.h902 u8 timestamp[8]; member in struct:ieee80211_mgmt::__anon3633::__anon3640
911 u8 timestamp[8]; member in struct:ieee80211_mgmt::__anon3633::__anon3641
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dieee802_1x.c171 /* NTP timestamp did not increment from last EAPOL-Key frame;
815 be32 timestamp; local
827 timestamp = host_to_be32(hapd->conf->t_c_timestamp);
831 (const u8 *) &timestamp,
832 sizeof(timestamp))) {
/freebsd-11-stable/contrib/unbound/validator/
H A Dautotrust.c168 int len = (int)strlen(str), pos = 0, timestamp = 0; local
248 timestamp = atoi(comments);
250 if (pos < 0 || !timestamp)
253 ta->last_change = (time_t)timestamp;
/freebsd-11-stable/sys/sys/
H A Dsoundcard.h1810 int timestamp; member in struct:oss_mixext
1846 int timestamp; /* Must be set to oss_mixext.timestamp */ member in struct:oss_mixer_value
/freebsd-11-stable/sbin/ping/
H A Dping.c1222 if (timing) { /* don't check variable timestamp */
1749 pr_ntime(n_time timestamp) argument
1754 sec = ntohl(timestamp) / 1000;
/freebsd-11-stable/sys/compat/linprocfs/
H A Dlinprocfs.c1004 last_timestamp = map->timestamp;
1060 if (last_timestamp != map->timestamp) {
/freebsd-11-stable/contrib/apr-util/
H A Dbuild-outputs.mk152 @echo timestamp > $@
/freebsd-11-stable/contrib/ncurses/
H A Dconfig.sub5 timestamp='2013-10-01'
69 GNU config.sub ($timestamp)
83 echo "$timestamp" ; exit ;;
1790 # time-stamp-start: "timestamp='"
/freebsd-11-stable/contrib/dialog/
H A Dconfig.sub5 timestamp='2013-09-05'
69 GNU config.sub ($timestamp)
83 echo "$timestamp" ; exit ;;
1788 # time-stamp-start: "timestamp='"
/freebsd-11-stable/contrib/ldns/
H A Dconfig.sub7 timestamp='2012-02-10'
74 GNU config.sub ($timestamp)
90 echo "$timestamp" ; exit ;;
1770 # time-stamp-start: "timestamp='"
/freebsd-11-stable/contrib/byacc/
H A Dconfig.sub5 timestamp='2017-01-01'
68 GNU config.sub ($timestamp)
82 echo "$timestamp" ; exit ;;
1825 # time-stamp-start: "timestamp='"
/freebsd-11-stable/contrib/tcsh/
H A Dconfig.sub5 timestamp='2013-04-24'
69 GNU config.sub ($timestamp)
83 echo "$timestamp" ; exit ;;
1785 # time-stamp-start: "timestamp='"
/freebsd-11-stable/crypto/openssh/
H A Dconfig.sub5 timestamp='2016-06-20'
68 GNU config.sub ($timestamp)
82 echo "$timestamp" ; exit ;;
1820 # time-stamp-start: "timestamp='"
/freebsd-11-stable/contrib/sqlite3/
H A Dconfig.sub5 timestamp='2018-02-22'
68 GNU config.sub ($timestamp)
82 echo "$timestamp" ; exit ;;
1798 # time-stamp-start: "timestamp='"

Completed in 367 milliseconds

<<1112131415