Lines Matching refs:zp
51 register Tm_zone_t* zp; in tmzone() local
68 zp = tm_info.local; in tmzone()
72 if (zp->type) in tmzone()
73 prev = zp->type; in tmzone()
76 if (tmword(name, end, zp->standard, NiL, 0)) in tmzone()
80 return zp; in tmzone()
82 if (zp->dst && zp->daylight && tmword(name, end, zp->daylight, NiL, 0)) in tmzone()
85 *dst = zp->dst; in tmzone()
86 return zp; in tmzone()
89 if (zp == tm_info.local) in tmzone()
90 zp = tm_data.zone; in tmzone()
92 zp++; in tmzone()
93 } while (zp->standard); in tmzone()