Searched refs:YEAR (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A Dcopyright.pm22 my $YEAR = [localtime()]->[5] + 1900;
27 or return $YEAR;
31 $YEAR = $LINE if $LINE;
32 return $YEAR;
/freebsd-current/sys/kern/
H A Dsubr_fattime.c79 #define YEAR 365 /* Length of normal year */ macro
80 #define LYC (4 * YEAR + 1) /* Length of 4 year leap-year cycle */
106 { 0 + 0 * YEAR, ENC(0, 1) },
108 { JAN + 0 * YEAR, ENC(0, 2) }, { FEB + 0 * YEAR + 1, ENC(0, 3) },
109 { MAR + 0 * YEAR + 1, ENC(0, 4) }, { APR + 0 * YEAR + 1, ENC(0, 5) },
110 { MAY + 0 * YEAR + 1, ENC(0, 6) }, { JUN + 0 * YEAR + 1, ENC(0, 7) },
111 { JUL + 0 * YEAR
[all...]
/freebsd-current/lib/libc/stdio/
H A Dxprintf_time.c54 #define YEAR (365 * DAY) macro
93 if (t >= YEAR) {
94 p += sprintf(p, "%jdy", t / YEAR);
95 t %= YEAR;
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_prime.pl13 my $YEAR = OpenSSL::copyright::year_of($0);
20 * Copyright 1998-$YEAR The OpenSSL Project Authors. All Rights Reserved.
/freebsd-current/crypto/openssl/util/
H A Dmkrc.pl30 my $YEAR = [gmtime($ENV{SOURCE_DATE_EPOCH} || time())]->[5] + 1900;
63 VALUE "LegalCopyright", "Copyright 1998-$YEAR The OpenSSL Authors. All rights reserved.\\0"
H A Dmkerr.pl30 my $YEAR = $t[5] + 1900;
332 * Copyright 2020-$YEAR The OpenSSL Project Authors. All Rights Reserved.
423 * Copyright 1995-$YEAR The OpenSSL Project Authors. All Rights Reserved.
529 * Copyright 1995-$YEAR The OpenSSL Project Authors. All Rights Reserved.
672 # Copyright 1999-$YEAR The OpenSSL Project Authors. All Rights Reserved.
/freebsd-current/crypto/openssl/fuzz/
H A Dmkfuzzoids.pl13 my $YEAR = OpenSSL::copyright::latest(($0, $obj_dat_h));
18 # Copyright 2020-$YEAR The OpenSSL Project Authors. All Rights Reserved.
/freebsd-current/crypto/openssl/apps/
H A Dprogs.pl24 my $YEAR = [gmtime($ENV{SOURCE_DATE_EPOCH} || time())]->[5] + 1900;
52 * Copyright 1995-$YEAR The OpenSSL Project Authors. All Rights Reserved.
82 * Copyright 1995-$YEAR The OpenSSL Project Authors. All Rights Reserved.
/freebsd-current/crypto/openssl/crypto/objects/
H A Dobjxref.pl20 my $YEAR = OpenSSL::copyright::latest(($0, $mac_file, $xref_file));
79 * Copyright 1998-$YEAR The OpenSSL Project Authors. All Rights Reserved.
H A Dobj_dat.pl43 my $YEAR = OpenSSL::copyright::latest(($0, $ARGV[0]));
161 * Copyright 1995-$YEAR The OpenSSL Project Authors. All Rights Reserved.
H A Dobjects.pl18 my $YEAR = OpenSSL::copyright::latest(($0, $ARGV[1], $ARGV[0]));
143 * Copyright 2000-$YEAR The OpenSSL Project Authors. All Rights Reserved.
/freebsd-current/crypto/openssl/crypto/asn1/
H A Dcharmap.pl89 my $YEAR = OpenSSL::copyright::year_of($0);
96 * Copyright 2000-$YEAR The OpenSSL Project Authors. All Rights Reserved.
/freebsd-current/crypto/openssl/crypto/conf/
H A Dkeysets.pl64 my $YEAR = OpenSSL::copyright::year_of($0);
70 * Copyright 1995-$YEAR The OpenSSL Project Authors. All Rights Reserved.
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_crypto.c147 #define YEAR (60 * 60 * 24 * 365) /* seconds in year */ macro
3200 X509_gmtime_adj(X509_getm_notAfter(cert), YEAR); local

Completed in 193 milliseconds