Searched refs:tsabbr (Results 1 – 1 of 1) sorted by relevance
1245 char *tsabbr = ts->chars + ts->ttis[i].tt_desigidx; in tzloadbody() local1248 if (strcmp(sp->chars + j, tsabbr) == 0) { in tzloadbody()1254 int tsabbrlen = strnlen(tsabbr, TZ_MAX_CHARS - j); in tzloadbody()1257 cp = mempcpy(cp, tsabbr, tsabbrlen); in tzloadbody()