Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssl/crypto/
HDo_time.c292 int time_sec, time_year, time_month, time_day; in OPENSSL_gmtime_adj() local
301 julian_to_date(time_jd, &time_year, &time_month, &time_day); in OPENSSL_gmtime_adj()
310 tm->tm_mday = time_day; in OPENSSL_gmtime_adj()
356 int time_year, time_month, time_day; in julian_adj() local
379 time_day = tm->tm_mday; in julian_adj()
381 time_jd = date_to_julian(time_year, time_month, time_day); in julian_adj()