HomeSort by: relevance | last modified time | path
    Searched defs:zstr (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/time/
zic.c 3053 struct zone zstr[2]; local in function:stringzone
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
    [all...]
zic.c 3053 struct zone zstr[2]; local in function:stringzone
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
    [all...]

Completed in 25 milliseconds