Home | History | Annotate | Download | only in sh

Lines Matching defs:zone

1503 	static timezone_t last_zone;		/* timezone data for tzs zone */
1508 timezone_t zone = NULL;
1528 last_zone = zone = tzalloc(tz);
1531 zone = tzalloc(tz);
1533 zone = last_zone;
1535 tmp = localtime_rz(zone, &now, &tm_now);
1545 if (zone && zone != last_zone) {
1546 tzfree(zone);
1554 if (zone != NULL) {
1555 if (strftime_z(zone, buf.b + vp->name_len + 1,
1557 if (zone != last_zone) {
1558 tzfree(zone);
1571 if (zone && zone != last_zone) {
1572 tzfree(zone);