Lines Matching refs:calendar
12 struct calendar { struct
22 typedef struct calendar TCivilDate; argument
23 typedef struct calendar const TcCivilDate;
116 extern char * ntpcal_iso8601std(char*, size_t, struct calendar const*);
117 extern void caljulian (uint32_t, struct calendar *);
118 extern uint32_t caltontp (const struct calendar *);
133 ntpcal_get_build_date(struct calendar * /* jd */);
240 ntpcal_date_to_rd(const struct calendar * /* jt */);
271 ntpcal_rd_to_date(struct calendar * /* jt */, int32_t /* rd */);
286 ntpcal_daysec_to_date(struct calendar * /* jt */, int32_t /* secs */);
293 ntpcal_date_to_daysec(const struct calendar *);
326 ntpcal_daysplit_to_date(struct calendar * /* jt */,
334 ntpcal_time_to_date(struct calendar * /* jd */, const vint64 * /* ts */);
341 ntpcal_ntp64_to_date(struct calendar * /* jd */, const vint64 * /* ntp */);
344 ntpcal_ntp_to_date(struct calendar * /* jd */, uint32_t /* ntp */,
348 ntpcal_date_to_ntp64(const struct calendar * /* jd */);
351 ntpcal_date_to_ntp(const struct calendar * /* jd */);
354 ntpcal_date_to_time(const struct calendar * /* jd */);