Home | History | Annotate | Download | only in tzcode

Lines Matching refs:TZ_MAX_CHARS

177     char        chars[BIGGEST(BIGGEST(TZ_MAX_CHARS + 1, sizeof gmt),
526 sp->charcnt < 0 || sp->charcnt > TZ_MAX_CHARS ||
652 sp->charcnt + ts.charcnt <= TZ_MAX_CHARS) {