Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c454 char *lp_cc, *lp_tz, *lp_otz, *lp_coord, *lp_tzdesc, *ptr, *lptr; in get_timezones_by_country() local
507 lp_otz = skipwhite(lp_coord + len_coord); in get_timezones_by_country()
508 len_otz = strcspn(lp_otz, WHITESPACE); in get_timezones_by_country()
511 lp_tz = skipwhite(lp_otz + len_otz); in get_timezones_by_country()
551 (void) strncpy(tp->tz_oname, lp_otz, len_otz); in get_timezones_by_country()
554 lp_tz = lp_otz; in get_timezones_by_country()