Searched refs:time_jd (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Do_time.c255 long time_jd; local
258 if (!julian_adj(tm, off_day, offset_sec, &time_jd, &time_sec))
263 julian_to_date(time_jd, &time_year, &time_month, &time_day);
317 long time_jd; local
343 time_jd = date_to_julian(time_year, time_month, time_day);
346 time_jd += offset_day;
348 if (time_jd < 0)
351 *pday = time_jd;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Do_time.c255 long time_jd; local
258 if (!julian_adj(tm, off_day, offset_sec, &time_jd, &time_sec))
263 julian_to_date(time_jd, &time_year, &time_month, &time_day);
317 long time_jd; local
343 time_jd = date_to_julian(time_year, time_month, time_day);
346 time_jd += offset_day;
348 if (time_jd < 0)
351 *pday = time_jd;

Completed in 78 milliseconds