Home
last modified time | relevance | path

Searched refs:AVGSECSPERYEAR (Results 1 – 2 of 2) sorted by relevance

/dragonfly/lib/libc/stdtime/
H A Dprivate.h174 #ifndef AVGSECSPERYEAR
175 #define AVGSECSPERYEAR 31556952L macro
179 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
H A Dlocaltime.c1300 seconds = years * AVGSECSPERYEAR; in localsub()