Home
last modified time | relevance | path

Searched refs:tt_abbrind (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c105 int tt_abbrind; /* abbreviation list index */ member
278 (char *) &sp->chars[ttisp->tt_abbrind]; in settzname()
294 (char *) &sp->chars[ttisp->tt_abbrind]; in settzname()
398 ttisp->tt_abbrind = (unsigned char) *p++;
399 if (ttisp->tt_abbrind < 0 ||
400 ttisp->tt_abbrind > sp->charcnt)
811 sp->ttis[0].tt_abbrind = stdlen + 1;
814 sp->ttis[1].tt_abbrind = 0;
879 sp->ttis[i].tt_abbrind = stdlen + 1;
888 sp->ttis[i].tt_abbrind = 0;
[all …]
/titanic_41/usr/src/lib/libc/port/gen/
H A Dlocaltime.c221 int tt_abbrind; /* abbreviation list index */ member
1152 newtzname[0] = &lclzonep->chars[ttisp->tt_abbrind]; in set_zone_context()
1155 newtzname[1] = &lclzonep->chars[alt->tt_abbrind]; in set_zone_context()
1162 newtzname[1] = &lclzonep->chars[ttisp->tt_abbrind]; in set_zone_context()
1165 newtzname[0] = &lclzonep->chars[std->tt_abbrind]; in set_zone_context()
1556 ttisp->tt_abbrind = (uchar_t)*cp2++; in load_zoneinfo()
1557 if (ttisp->tt_abbrind < 0 || in load_zoneinfo()
1558 ttisp->tt_abbrind > sp->charcnt) { in load_zoneinfo()
1745 sp->ttis[i].tt_abbrind); in print_state()
1910 std->tt_abbrind = 0; in load_posixinfo()
[all …]