HomeSort by: relevance | last modified time | path
    Searched defs:ttisp (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/time/
localtime.c 436 const struct ttinfo *const ttisp = &sp->ttis[i]; local in function:tzgetname
437 if (ttisp->tt_isdst == isdst)
438 name = &sp->chars[ttisp->tt_desigidx];
452 const struct ttinfo *const ttisp = &sp->ttis[i]; local in function:tzgetgmtoff
454 if (ttisp->tt_isdst == isdst) {
455 l = ttisp->tt_utoff;
466 update_tzname_etc(struct state const *sp, struct ttinfo const *ttisp)
469 tzname[ttisp->tt_isdst] = UNCONST(&sp->chars[ttisp->tt_desigidx]);
472 if (!ttisp->tt_isdst
488 struct ttinfo *ttisp = &sp->ttis[type]; local in function:may_update_tzname_etc
765 register struct ttinfo * ttisp; local in function:tzloadbody
821 register struct ttinfo * ttisp; local in function:tzloadbody
833 register struct ttinfo * ttisp; local in function:tzloadbody
1696 register const struct ttinfo * ttisp; local in function:localsub
    [all...]
localtime.c 436 const struct ttinfo *const ttisp = &sp->ttis[i]; local in function:tzgetname
437 if (ttisp->tt_isdst == isdst)
438 name = &sp->chars[ttisp->tt_desigidx];
452 const struct ttinfo *const ttisp = &sp->ttis[i]; local in function:tzgetgmtoff
454 if (ttisp->tt_isdst == isdst) {
455 l = ttisp->tt_utoff;
466 update_tzname_etc(struct state const *sp, struct ttinfo const *ttisp)
469 tzname[ttisp->tt_isdst] = UNCONST(&sp->chars[ttisp->tt_desigidx]);
472 if (!ttisp->tt_isdst
488 struct ttinfo *ttisp = &sp->ttis[type]; local in function:may_update_tzname_etc
765 register struct ttinfo * ttisp; local in function:tzloadbody
821 register struct ttinfo * ttisp; local in function:tzloadbody
833 register struct ttinfo * ttisp; local in function:tzloadbody
1696 register const struct ttinfo * ttisp; local in function:localsub
    [all...]

Completed in 27 milliseconds