Lines Matching defs:zstr
3300 struct zone zstr[2];
3339 stdzp = &zstr[0];
3340 dstzp = &zstr[1];
3341 zstr[0].z_stdoff = zp->z_stdoff + 2 * save;
3342 zstr[0].z_format = "XXX"; /* Any 3 letters will do. */
3343 zstr[0].z_format_specifier = 0;
3344 zstr[1].z_stdoff = zstr[0].z_stdoff;
3345 zstr[1].z_format = zp->z_format;
3346 zstr[1].z_format_specifier = zp->z_format_specifier;