Searched defs:addtype (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zic/
H A Dzic.c90 static int addtype(long gmtoff, const char *abbr, int isdst,
1681 type = addtype(oadd(zp->z_gmtoff, stdoff),
1782 type = addtype(offset, buf, rp->r_stdoff != 0,
1798 addtype(startoff, startbuf,
1848 addtype(gmtoff, abbr, isdst, ttisstd, ttisgmt) function
1859 "internal error - addtype called with bad isdst"));
1864 "internal error - addtype called with bad ttisstd"));
1869 "internal error - addtype called with bad ttisgmt"));

Completed in 65 milliseconds