Searched refs:lclzonep (Results 1 – 1 of 1) sorted by relevance
311 static state_t *lclzonep; variable632 if (lclzonep == NULL) { in localtime_r()1012 lclzonep = entry; in ltzset_u()1058 altzone = lclzonep->default_altzone; in set_zone_default_context()1059 timezone = lclzonep->default_timezone; in set_zone_default_context()1060 newtzname[0] = (char *)lclzonep->default_tzname0; in set_zone_default_context()1061 newtzname[1] = (char *)lclzonep->default_tzname1; in set_zone_default_context()1076 if (lclzonep == NULL || curr_zonerules == ZONERULES_INVALID) { in set_zone_context()1085 if (lclzonep->timecnt <= 0 || lclzonep->typecnt < 2) { in set_zone_context()1096 hi = lclzonep->timecnt - 1; in set_zone_context()[all …]