Lines Matching defs:zstr
3022 struct zone zstr[2];
3061 stdzp = &zstr[0];
3062 dstzp = &zstr[1];
3063 zstr[0].z_stdoff = zp->z_stdoff + 2 * save;
3064 zstr[0].z_format = "XXX"; /* Any 3 letters will do. */
3065 zstr[0].z_format_specifier = 0;
3066 zstr[1].z_stdoff = zstr[0].z_stdoff;
3067 zstr[1].z_format = zp->z_format;
3068 zstr[1].z_format_specifier = zp->z_format_specifier;