Lines Matching refs:janfirst
213 static time_t transtime(time_t janfirst, int year,
874 transtime(janfirst, year, rulep, offset) in transtime() argument
875 const time_t janfirst; in transtime()
897 value = janfirst + (rulep->r_day - 1) * SECSPERDAY;
908 value = janfirst + rulep->r_day * SECSPERDAY;
915 value = janfirst;
1041 time_t janfirst; local
1066 janfirst = 0;
1073 starttime = transtime(janfirst, year, &start,
1075 endtime = transtime(janfirst, year, &end,
1089 newfirst = janfirst;
1092 if (newfirst <= janfirst)
1094 janfirst = newfirst;