OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iso_week_days
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/diffutils/dist/lib/
strftime.c
394
static int
iso_week_days
__P ((int, int));
399
iso_week_days
(yday, wday)
function
1196
int days =
iso_week_days
(tp->tm_yday, tp->tm_wday);
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
327
iso_week_days
(int yday, int wday)
function
1151
int days =
iso_week_days
(tp->tm_yday, tp->tm_wday);
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 53 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026