OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__isleap
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/diffutils/dist/lib/
strftime.c
164
#ifndef
__isleap
167
# define
__isleap
(year) \
macro
1202
days = iso_week_days (tp->tm_yday + (365 +
__isleap
(year)),
1207
int d = iso_week_days (tp->tm_yday - (365 +
__isleap
(year)),
/src/external/gpl2/xcvs/dist/lib/
strftime.c
135
#ifndef
__isleap
138
# define
__isleap
(year) \
macro
1157
days = iso_week_days (tp->tm_yday + (365 +
__isleap
(year - 1)),
1162
int d = iso_week_days (tp->tm_yday - (365 +
__isleap
(year)),
Completed in 15 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026