Lines Matching refs:dstrp
2111 register struct rule * dstrp; in stringzone() local
2120 stdrp = dstrp = NULL; in stringzone()
2132 if (dstrp == NULL) in stringzone()
2133 dstrp = rp; in stringzone()
2137 if (stdrp == NULL && dstrp == NULL) { in stringzone()
2176 dstrp = &dstr; in stringzone()
2188 if (dstrp == NULL) in stringzone()
2190 doabbr(end(result), zp->z_format, dstrp->r_abbrvar, TRUE, TRUE); in stringzone()
2191 if (dstrp->r_stdoff != SECSPERMIN * MINSPERHOUR) in stringzone()
2193 -(zp->z_gmtoff + dstrp->r_stdoff)) != 0) { in stringzone()
2198 c = stringrule(result, dstrp, dstrp->r_stdoff, zp->z_gmtoff); in stringzone()
2206 c = stringrule(result, stdrp, dstrp->r_stdoff, zp->z_gmtoff); in stringzone()