Lines Matching refs:local
188 tm_info.local->type = (n && *v) ? ((zp = tmtype(v, NiL)) ? zp->type : strdup(v)) : 0; in tmopt()
219 static Tm_zone_t local; in tmlocal() local
251 local.standard = strdup(tzname[0]); in tmlocal()
252 local.daylight = strdup(tzname[1]); in tmlocal()
260 tm_info.zone = tm_info.local = &local; in tmlocal()
284 local.west = n; in tmlocal()
285 local.dst = m; in tmlocal()
298 if (!local.standard) in tmlocal()
299 local.standard = strdup(tzname[0]); in tmlocal()
300 if (!local.daylight) in tmlocal()
301 local.daylight = strdup(tzname[1]); in tmlocal()
311 local.standard = s; in tmlocal()
316 local.daylight = s; in tmlocal()
324 local.standard = s; in tmlocal()
334 local.daylight = s; in tmlocal()
349 local.type = t; in tmlocal()
350 local.standard = zp->standard; in tmlocal()
362 local.daylight = s; in tmlocal()
374 local.standard = strdup(buf); in tmlocal()
379 local.daylight = strdup(buf); in tmlocal()
394 if (!local.type) in tmlocal()
396 s = local.standard; in tmlocal()
404 local.type = t; in tmlocal()
423 s = local.standard; in tmlocal()
425 if (local.daylight) in tmlocal()
448 if (tm_info.local) in tminit()
450 memset(tm_info.local, 0, sizeof(*tm_info.local)); in tminit()
451 tm_info.local = 0; in tminit()
454 if (!tm_info.local) in tminit()
457 zp = tm_info.local; in tminit()