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

/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c455 size_t len_tz, len_otz, len_coord, len_tzdesc; local
508 len_otz = strcspn(lp_otz, WHITESPACE);
511 lp_tz = skipwhite(lp_otz + len_otz);
531 if ((len_otz > _TZBUFLEN - 1) ||
551 (void) strncpy(tp->tz_oname, lp_otz, len_otz);
552 tp->tz_oname[len_otz] = '\0';
555 len_tz = len_otz;

Completed in 4248 milliseconds