Home
last modified time | relevance | path

Searched refs:__YEAR_BASE__ (Results 1 - 1 of 1) sorted by relevance

/third_party/musl/porting/linux/user/src/time/
H A Dstrftime.c26 #define __YEAR_BASE__ 1900 macro
40 if (y > INT_MAX - __YEAR_BASE__) { in is_leap()
43 y += __YEAR_BASE__; in is_leap()

Completed in 1 milliseconds