Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dlocaltime.c1852 register time_t tdays; in offtime_key_init()
1878 tdays = *timep / SECSPERDAY; in offtime()
1884 + floor((tdays + dayoff) / DAYSPERREPEAT) * YEARSPERREPEAT),
1888 dayrem = tdays % DAYSPERREPEAT;
1893 + tdays / DAYSPERREPEAT) in leaps_thru_end_of_nonneg()
1895 /* idays = (tdays + dayoff) mod DAYSPERREPEAT, sans overflow. */ in leaps_thru_end_of_nonneg()
1896 idays = tdays % DAYSPERREPEAT; in leaps_thru_end_of_nonneg()
1911 register time_t tdays; timesub() local
/freebsd/crypto/openssl/apps/
H A Dca.c1717 int tdays; in do_body() local
1719 if (!ASN1_TIME_diff(&tdays, NULL, NULL, X509_get0_notAfter(ret))) in do_body()
1721 days = tdays; in do_body()