HomeSort by relevance Sort by last modified time
    Searched full:time_month (Results 1 - 1 of 1) sorted by null

  /external/openssl/crypto/
o_time.c 242 int time_year, time_month, time_day; local
266 time_month = tm->tm_mon + 1;
269 time_jd = date_to_julian(time_year, time_month, time_day);
279 julian_to_date(time_jd, &time_year, &time_month, &time_day);
287 tm->tm_mon = time_month - 1;

Completed in 121 milliseconds