Lines Matching refs:jt
37 const struct calendar *jt in caltontp() argument
43 if (NULL == jt) { in caltontp()
48 if ( (jt->month > 13) /* permit month 0..13! */ in caltontp()
49 || (jt->monthday > 32) in caltontp()
50 || (jt->yearday > 366) in caltontp()
51 || (jt->hour > 24) in caltontp()
52 || (jt->minute > MINSPERHR) in caltontp()
53 || (jt->second > SECSPERMIN)) in caltontp()
62 if (jt->yearday) in caltontp()
63 eraday = ntpcal_year_to_ystart(jt->year) in caltontp()
64 + jt->yearday - 1; in caltontp()
66 eraday = ntpcal_date_to_rd(jt); in caltontp()
69 ntpcal_etime_to_seconds(jt->hour, jt->minute, in caltontp()
70 jt->second)); in caltontp()