Lines Matching refs:chars
124 char chars[BIGGEST(BIGGEST(TZ_MAX_CHARS + 1, sizeof gmt), member
291 tzname[ttisp->tt_isdst] = &sp->chars[ttisp->tt_abbrind]; in settzname()
299 &sp->chars[ttisp->tt_abbrind]; in settzname()
316 if (strchr(TZ_ABBR_CHAR_SET, sp->chars[i]) == NULL) in settzname()
317 sp->chars[i] = TZ_ABBR_ERR_CHAR; in settzname()
323 register char * cp = &sp->chars[ttisp->tt_abbrind]; in settzname()
476 sp->chars[i] = *p++; in tzload()
477 sp->chars[i] = '\0'; /* ensure '\0' at end */ in tzload()
542 sp->chars[sp->charcnt++] = in tzload()
543 ts->chars[i]; in tzload()
640 strcmp(&sp->chars[ap->tt_abbrind], in typesequiv()
641 &sp->chars[bp->tt_abbrind]) == 0; in typesequiv()
952 if (stdlen >= sizeof sp->chars) in tzparse()
953 stdlen = (sizeof sp->chars) - 1; in tzparse()
1166 if ((size_t) sp->charcnt > sizeof sp->chars) in tzparse()
1168 cp = sp->chars; in tzparse()
1259 (void) strcpy(lclptr->chars, gmt); in tzset_locked()
1357 tzname[tmp->tm_isdst] = &sp->chars[ttisp->tt_abbrind]; in localsub()
1359 tmp->TM_ZONE = &sp->chars[ttisp->tt_abbrind]; in localsub()
1414 tmp->TM_ZONE = offset ? wildabbr : gmtptr ? gmtptr->chars : gmt; in gmtsub()