Lines Matching refs:chars
132 char chars[BIGGEST(BIGGEST(TZ_MAX_CHARS + 1, sizeof gmt), member
266 tzname[ttisp->tt_isdst] = (char *) &sp->chars[ttisp->tt_abbrind]; in update_tzname_etc()
322 if (strchr(TZ_ABBR_CHAR_SET, sp->chars[i]) == NULL) in scrub_abbrs()
323 sp->chars[i] = TZ_ABBR_ERR_CHAR; in scrub_abbrs()
329 register char * cp = &sp->chars[ttisp->tt_abbrind]; in scrub_abbrs()
518 sp->chars[i] = *p++; in tzloadbody()
519 sp->chars[i] = '\0'; /* ensure '\0' at end */ in tzloadbody()
594 char *tsabbr = ts->chars + ts->ttis[i].tt_abbrind; in tzloadbody()
597 if (strcmp(sp->chars + j, tsabbr) == 0) { in tzloadbody()
605 strcpy(sp->chars + j, tsabbr); in tzloadbody()
719 strcmp(&sp->chars[ap->tt_abbrind], in typesequiv()
720 &sp->chars[bp->tt_abbrind]) == 0; in typesequiv()
1051 if (sizeof sp->chars < charcnt) in tzparse()
1072 if (sizeof sp->chars < charcnt) in tzparse()
1235 cp = sp->chars; in tzparse()
1268 strcpy(sp->chars, gmt); in zoneinit()
1472 result->TM_ZONE = (char *) &sp->chars[ttisp->tt_abbrind]; in localsub()
1541 (offset ? wildabbr : gmtptr ? gmtptr->chars : gmt)); in gmtsub()