Home
last modified time | relevance | path

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

/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/time/
H A Dgmtime_r.c32 #define ADJUSTED_EPOCH_WDAY 3 macro
73 if ((weekday = ((ADJUSTED_EPOCH_WDAY + days) % DAYSPERWEEK)) < 0) in gmtime_r()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/time/
H A Dgmtime_r.c32 #define ADJUSTED_EPOCH_WDAY 3 macro
74 if ((weekday = ((ADJUSTED_EPOCH_WDAY + days) % DAYSPERWEEK)) < 0)
/dports/www/kcgi/kcgi-0.13.0/
H A Ddatetime.c216 #define ADJUSTED_EPOCH_WDAY 3 macro
284 if ((weekday = ((ADJUSTED_EPOCH_WDAY + days) % DAYSPERWEEK)) < 0) in khttp_gmtime_r()