zic.c | 3054 struct zone const *stdzp; local in function:stringzone 3079 stdzp = dstzp = zp; 3092 stdzp = &zstr[0]; 3120 len = doabbr(result, resultlen, stdzp, stdrp ? stdrp->r_abbrvar : NULL, 3123 -stdzp->z_stdoff); 3143 c = stringrule(result + len, resultlen - len, dstrp, dstrp->r_save, stdzp->z_stdoff); 3152 c = stringrule(result + len, resultlen - len, stdrp, dstrp->r_save, stdzp->z_stdoff);
|