Home | History | Annotate | Download | only in tzcode

Lines Matching refs:t1

141 static int		differ_by_repeat(time_t t1, time_t t0);
325 differ_by_repeat(t1, t0)
326 const time_t t1;
332 return t1 - t0 == SECSPERREPEAT;