Home
last modified time | relevance | path

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

/external/openssl/crypto/
Do_time.c235 static long date_to_julian(int y, int m, int d);
269 time_jd = date_to_julian(time_year, time_month, time_day); in OPENSSL_gmtime_adj()
301 static long date_to_julian(int y, int m, int d) in date_to_julian() function