Searched refs:lp_tz (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libzoneinfo/common/ |
H A D | libzone.c | 208 char *lp, *lptr, *lp_coord, *lp_cc, *lp_tz; /* line pointer */ in get_tz_countries() local 282 lp_tz = skipwhite(lp_coord + len_coord); in get_tz_countries() 283 if ((len = strcspn(lp_tz, SLASH)) == 0) { in get_tz_countries() 290 (strncmp(cont->ctnt_name, lp_tz, len) == 0)) { in get_tz_countries() 454 char *lp_cc, *lp_tz, *lp_otz, *lp_coord, *lp_tzdesc, *ptr, *lptr; in get_timezones_by_country() local 511 lp_tz = skipwhite(lp_otz + len_otz); in get_timezones_by_country() 512 len_tz = strcspn(lp_tz, WHITESPACE_NL); in get_timezones_by_country() 513 if (*(lp_tz + len_tz - 1) == '\n') { in get_timezones_by_country() 520 lp_tzdesc = skipwhite(lp_tz + in get_timezones_by_country() 553 if (strncmp("-", lp_tz, len_tz) == 0) { in get_timezones_by_country() [all …]
|