Home | History | Annotate | Download | only in tzcode

Lines Matching refs:r_todisstd

79 	int		r_todisstd;	/* above is standard time if TRUE */
548 r->r_tod, r->r_todisstd, r->r_todisgmt, r->r_stdoff
560 fprintf(f, ", isstd %d", r->r_todisstd);
1406 rp->r_todisstd = FALSE;
1413 rp->r_todisstd = TRUE;
1418 rp->r_todisstd = FALSE;
1425 rp->r_todisstd = TRUE;
1998 if (rp->r_todisstd && rp->r_stdoff == 0)
2306 if (!zp->z_untilrule.r_todisstd)
2322 if (!rp->r_todisstd)
2397 rp->r_todisstd, rp->r_todisgmt);
2400 rp->r_todisstd, rp->r_todisgmt);
2433 startttisstd = zp->z_untilrule.r_todisstd;