Go to the source code of this file.
Defines | |
#define | _DAY_SEC (24UL * 60UL * 60UL) |
#define | _YEAR_SEC (365L * _DAY_SEC) |
#define | _FOUR_YEAR_SEC (1461L * _DAY_SEC) |
#define | _DEC_SEC 315532800UL |
#define | _BASE_YEAR 70L |
#define | _BASE_DOW 4 |
#define | _LEAP_YEAR_ADJUST 17L |
#define | _MAX_YEAR 138L |
Functions | |
int | _isindst (tm *tb) |
Variables | |
int | _lpdays [] |
int | _days [] |
tm | _tb |
#define _DAY_SEC (24UL * 60UL * 60UL) |
Definition at line 48 of file ctime.h.
Referenced by gmtime_r(), localtime_r(), and NutSNTPGetTime().
#define _YEAR_SEC (365L * _DAY_SEC) |
Definition at line 49 of file ctime.h.
Referenced by gmtime_r().
#define _FOUR_YEAR_SEC (1461L * _DAY_SEC) |
Definition at line 50 of file ctime.h.
Referenced by gmtime_r().
#define _BASE_DOW 4 |
Definition at line 53 of file ctime.h.
Referenced by gmtime_r().
#define _LEAP_YEAR_ADJUST 17L |
Definition at line 54 of file ctime.h.
Referenced by NutSNTPGetTime().
int _isindst | ( | tm * | tb | ) |
Definition at line 165 of file tzset.c.
References _daylight, transitiondate::ms, _tm::tm_hour, _tm::tm_min, _tm::tm_sec, _tm::tm_yday, _tm::tm_year, transitiondate::yd, and transitiondate::yr.
Referenced by localtime_r().
int _lpdays[] |
Definition at line 77 of file gmtime.c.
Referenced by gmtime_r().
int _days[] |
Definition at line 80 of file gmtime.c.
Referenced by gmtime_r().