Searched refs:len_otz (Results 1 – 1 of 1) sorted by relevance
455 size_t len_tz, len_otz, len_coord, len_tzdesc; in get_timezones_by_country() local508 len_otz = strcspn(lp_otz, WHITESPACE); in get_timezones_by_country()511 lp_tz = skipwhite(lp_otz + len_otz); in get_timezones_by_country()531 if ((len_otz > _TZBUFLEN - 1) || in get_timezones_by_country()551 (void) strncpy(tp->tz_oname, lp_otz, len_otz); in get_timezones_by_country()552 tp->tz_oname[len_otz] = '\0'; in get_timezones_by_country()555 len_tz = len_otz; in get_timezones_by_country()