Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c208 char *lp, *lptr, *lp_coord, *lp_cc, *lp_tz; /* line pointer */ in get_tz_countries() local
272 lp_coord = skipwhite(lp_cc + CCLEN); in get_tz_countries()
273 if (((len_coord = strcspn(lp_coord, WHITESPACE)) != in get_tz_countries()
282 lp_tz = skipwhite(lp_coord + len_coord); in get_tz_countries()
454 char *lp_cc, *lp_tz, *lp_otz, *lp_coord, *lp_tzdesc, *ptr, *lptr; in get_timezones_by_country() local
498 lp_coord = skipwhite(lp_cc + CCLEN); in get_timezones_by_country()
499 if (((len_coord = strcspn(lp_coord, WHITESPACE)) != in get_timezones_by_country()
507 lp_otz = skipwhite(lp_coord + len_coord); in get_timezones_by_country()
600 if (get_coord(tp, lp_coord, len_coord) == -1) { in get_timezones_by_country()