Home
last modified time | relevance | path

Searched refs:attime (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/tzcode/
H A Dlocaltime.c1106 time_t attime in tzloadbody() local
1109 if (timecnt && attime <= sp->ats[timecnt - 1]) { in tzloadbody()
1110 if (attime < sp->ats[timecnt - 1]) in tzloadbody()
1115 sp->ats[timecnt++] = attime; in tzloadbody()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-verification-options.pod182 The B<-attime> flag may be used to use a reference time other than "now."
263 =item B<-attime> I<timestamp>
272 against the current time. If option B<-attime> is used to specify
/freebsd/crypto/openssl/
H A DCHANGES.md10143 * Add -attime option to openssl utilities.