Searched refs:tdays (Results 1 – 2 of 2) sorted by relevance
1852 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
1717 int tdays; in do_body() local1719 if (!ASN1_TIME_diff(&tdays, NULL, NULL, X509_get0_notAfter(ret))) in do_body()1721 days = tdays; in do_body()