Searched refs:date_to_julian (Results 1 – 1 of 1) sorted by relevance
67 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