Lines Matching refs:dstrp
2481 register struct rule * dstrp; in stringzone() local
2498 stdrp = dstrp = NULL; in stringzone()
2510 if (dstrp == NULL) in stringzone()
2511 dstrp = rp; in stringzone()
2515 if (stdrp == NULL && dstrp == NULL) { in stringzone()
2548 dstrp = &dstr; in stringzone()
2562 if (dstrp == NULL) in stringzone()
2564 len += doabbr(result + len, zp, dstrp->r_abbrvar, in stringzone()
2565 dstrp->r_isdst, dstrp->r_save, true); in stringzone()
2566 if (dstrp->r_save != SECSPERMIN * MINSPERHOUR) { in stringzone()
2568 - (zp->z_stdoff + dstrp->r_save)); in stringzone()
2576 c = stringrule(result + len, dstrp, dstrp->r_save, zp->z_stdoff); in stringzone()
2585 c = stringrule(result + len, stdrp, dstrp->r_save, zp->z_stdoff); in stringzone()