Home
last modified time | relevance | path

Searched refs:tsabbr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/tzcode/
H A Dlocaltime.c1245 char *tsabbr = ts->chars + ts->ttis[i].tt_desigidx; in tzloadbody() local
1248 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()