Lines Matching defs:std
53 * <std><offset1>[<dst>[<offset2>]][,<start>[/<time>],<end>[/<time>]
62 * but, basically, <std> is the abbreviation for the timezone in standard
163 char tt_ttisstd; /* TRUE if trans is std time */
173 ttinfo_t *std; /* Most recent std type */
1142 ttinfo_t *ttisp, *std, *alt;
1238 if ((is_in_dst = ttisp->tt_isdst) == 0) { /* std. time */
1251 if ((std = prevp->std) != NULL) {
1252 timezone = -std->tt_gmtoff;
1253 newtzname[0] = &lclzonep->chars[std->tt_abbrind];
1749 * std zone and alternate zone transitions such that timezone,
1754 * so prev->std and prev->alt will be null, but that's OK,
1755 * because null prev->std/prev->alt effectively
1765 prevp->std = most_recent_std;
1891 prevp->std = most_recent_std;
2000 i1 = (pp->std == NULL) ? 0 : pp->std - &sp->ttis[0];
2071 * Timecnt set to 0 and typecnt set to 1, reflecting std time only.
2078 * std. time minus one hour.
2108 ttinfo_t *std;
2188 std = &sp->ttis[1];
2196 std = &sp->ttis[0];
2197 std->tt_gmtoff = -stdoff;
2198 std->tt_isdst = 0;
2219 * If either or both std. or alt. zone name < 3 chars,
2223 std->tt_abbrind = 0;
2247 sp->default_timezone = -std->tt_gmtoff;
2249 sp->default_tzname0 = &sp->chars[std->tt_abbrind];
2308 prevp->std = rstd;
2355 ttinfo_t *std, *dst;
2366 * year transitioning to their respective std and dst zones.
2382 std = &sp->ttis[1];
2383 std->tt_gmtoff = -stdoff;
2384 std->tt_isdst = 0;
2386 sp->prev[0].std = NULL;
2425 * previous std and alt are always set to
2430 prevp->std = std;
2436 prevp->std = std;