Home | History | Annotate | Download | only in libcutils

Lines Matching refs:dstlen

936 	size_t				dstlen;
981 dstlen = name - dstname;
986 dstlen = name - dstname; /* length of DST zone name */
1139 dstlen = 0;
1147 if (dstlen != 0)
1148 sp->charcnt += dstlen + 1;
1155 if (dstlen != 0) {
1156 (void) strncpy(cp, dstname, dstlen);
1157 *(cp + dstlen) = '\0';