Searched refs:xr (Results 1 – 1 of 1) sorted by relevance
/timezone/ |
A D | zic.c | 1278 char hhx, mmx, ssx, xr = '0', xs; in gethms() local 1290 &hh, &hhx, &mm, &mmx, &ss, &ssx, &tenths, &xr, &xs)) { in gethms() 1293 ok = '0' <= xr && xr <= '9'; in gethms() 1319 ss += 5 + ((ss ^ 1) & (xr == '0')) <= tenths; /* Round to even. */ in gethms() 2927 struct rule xr; in outzone() local 2929 xr.r_month = TM_JANUARY; in outzone() 2930 xr.r_dycode = DC_DOM; in outzone() 2931 xr.r_dayofmonth = 1; in outzone() 2932 xr.r_tod = 0; in outzone() 2936 if (!lastat || lastat->at < rpytime(&xr, max_year - 1)) { in outzone() [all …]
|
Completed in 11 milliseconds