Home | History | Annotate | Download | only in tzcode

Lines Matching full:dstlen

967     size_t              dstlen;
1012 dstlen = name - dstname;
1017 dstlen = name - dstname; /* length of DST zone name */
1170 dstlen = 0;
1178 if (dstlen != 0)
1179 sp->charcnt += dstlen + 1;
1186 if (dstlen != 0) {
1187 (void) strncpy(cp, dstname, dstlen);
1188 *(cp + dstlen) = '\0';