Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Do_time.c67 static long date_to_julian(int y, int m, int d);
163 time_jd = date_to_julian(time_year, time_month, time_day); in julian_adj()
179 static long date_to_julian(int y, int m, int d) in date_to_julian() function