Searched refs:len_otz (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c453 size_t len_tz, len_otz, len_coord, len_tzdesc; local
506 len_otz = strcspn(lp_otz, WHITESPACE);
509 lp_tz = skipwhite(lp_otz + len_otz);
529 if ((len_otz > _TZBUFLEN - 1) ||
549 (void) strncpy(tp->tz_oname, lp_otz, len_otz);
550 tp->tz_oname[len_otz] = '\0';
553 len_tz = len_otz;

Completed in 22 milliseconds