Lines Matching defs:zstr
3053 struct zone zstr[2];
3092 stdzp = &zstr[0];
3093 dstzp = &zstr[1];
3094 zstr[0].z_stdoff = zp->z_stdoff + 2 * save;
3095 zstr[0].z_format = "XXX"; /* Any 3 letters will do. */
3096 zstr[0].z_format_specifier = 0;
3097 zstr[1].z_stdoff = zstr[0].z_stdoff;
3098 zstr[1].z_format = zp->z_format;
3099 zstr[1].z_format_specifier = zp->z_format_specifier;