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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dtimezone.c112 static time_t transtime OF((ZCONST time_t janfirst, ZCONST int year,
127 static time_t transtime(janfirst, year, rulep, offset)
128 ZCONST time_t janfirst;
150 value = janfirst + (rulep->r_day - 1) * SECSPERDAY;
161 value = janfirst + rulep->r_day * SECSPERDAY;
168 value = janfirst;
224 register time_t janfirst; local
238 janfirst = 0;
240 starttime = transtime(janfirst, year, start, stdoffset);
241 endtime = transtime(janfirst, yea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtimezone.c114 static time_t transtime OF((ZCONST time_t janfirst, ZCONST int year,
129 static time_t transtime(janfirst, year, rulep, offset)
130 ZCONST time_t janfirst;
152 value = janfirst + (rulep->r_day - 1) * SECSPERDAY;
163 value = janfirst + rulep->r_day * SECSPERDAY;
170 value = janfirst;
226 register time_t janfirst; local
240 janfirst = 0;
242 starttime = transtime(janfirst, year, start, stdoffset);
243 endtime = transtime(janfirst, yea
[all...]

Completed in 114 milliseconds