Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zic/
H A Dzic.c188 static int addtype(zic_t, char const *, bool, bool, bool);
2636 type = addtype(utoffs[mrudst], in writezone()
2647 type = addtype(utoffs[mrustd], in writezone()
3230 unspecifiedtype = addtype(0, "-00", false, false, false); in outzone()
3250 type = addtype(oadd(zp->z_stdoff, save), in outzone()
3386 type = addtype(offset, ab, rp->r_isdst, in outzone()
3409 int type = addtype(startoff, startbuf, isdst, in outzone()
3502 addtype(zic_t utoff, char const *abbr, bool isdst, bool ttisstd, bool ttisut) in addtype() function