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

/netbsd-current/lib/libc/time/
H A Dlocaltime.c1836 register time_t tdays; local
1862 tdays = (time_t)(*timep / SECSPERDAY);
1868 + floor((tdays + dayoff) / DAYSPERREPEAT) * YEARSPERREPEAT),
1872 dayrem = (int)(tdays % DAYSPERREPEAT);
1877 + tdays / DAYSPERREPEAT)
1879 /* idays = (tdays + dayoff) mod DAYSPERREPEAT, sans overflow. */
1880 idays = (int)(tdays % DAYSPERREPEAT);
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dca.c1618 int tdays; local
1620 if (!ASN1_TIME_diff(&tdays, NULL, NULL, X509_get0_notAfter(ret)))
1622 days = tdays;
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dca.c1717 int tdays; local
1719 if (!ASN1_TIME_diff(&tdays, NULL, NULL, X509_get0_notAfter(ret)))
1721 days = tdays;

Completed in 111 milliseconds