Home
last modified time | relevance | path

Searched refs:stdzp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zic/
H A Dzic.c3023 struct zone const *stdzp; in stringzone() local
3048 stdzp = dstzp = zp; in stringzone()
3061 stdzp = &zstr[0]; in stringzone()
3089 len = doabbr(result, stdzp, stdrp ? stdrp->r_abbrvar : NULL, in stringzone()
3091 offsetlen = stringoffset(result + len, - stdzp->z_stdoff); in stringzone()
3111 c = stringrule(result + len, dstrp, dstrp->r_save, stdzp->z_stdoff); in stringzone()
3120 c = stringrule(result + len, stdrp, dstrp->r_save, stdzp->z_stdoff); in stringzone()