OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:leap_year
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dev/ic/
mm58167.c
88
int
leap_year
, had_leap_day;
local
168
leap_year
= dt->dt_year;
179
leap_year
= dt_reasonable.dt_year;
190
leap_year
= dt_reasonable.dt_year;
197
leap_year
= 0;
202
if (
leap_year
> 0) {
203
if ((
leap_year
& 3) == 0) {
205
if ((
leap_year
% 100) == 0) {
207
if ((
leap_year
% 400) == 0)
/src/external/bsd/nsd/dist/simdzone/src/generic/
time.h
61
uint64_t
leap_year
= is_leap_year(year);
local
66
if (!mday || mday > days_in_month[mon] + (
leap_year
& (mon == 2)))
72
days += (mon > 2) &
leap_year
;
/src/crypto/external/apache2/openssl/dist/crypto/asn1/
a_time.c
37
static int
leap_year
(const int year)
function
63
tm->tm_yday +=
leap_year
(y);
167
md = mdays[1] +
leap_year
(tmp.tm_year + 1900);
/src/crypto/external/bsd/openssl/dist/crypto/asn1/
a_time.c
37
static int
leap_year
(const int year)
function
63
tm->tm_yday +=
leap_year
(y);
169
md = mdays[1] +
leap_year
(tmp.tm_year + 1900);
/src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
a_time.c
35
static int
leap_year
(const int year)
function
61
tm->tm_yday +=
leap_year
(y);
167
md = mdays[1] +
leap_year
(tmp.tm_year + 1900);
/src/external/bsd/ntp/dist/ntpd/
refclock_mx4200.c
1144
int
leap_year
;
local
1150
leap_year
= 0; /* FALSE */
1153
leap_year
= 1; /* TRUE */
1156
leap_year
= 0; /* FALSE */
1158
leap_year
= 1; /* TRUE */
1168
if (
leap_year
) {
/src/usr.bin/cal/
cal.c
106
#define
leap_year
(yr) \
macro
513
dm = days_in_month[
leap_year
(year)][month];
535
leap =
leap_year
(year);
Completed in 29 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026