Home
last modified time | relevance | path

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

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