Searched refs:lp_tz (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libzoneinfo/common/ |
H A D | libzone.c | 210 char *lp, *lptr, *lp_coord, *lp_cc, *lp_tz; /* line pointer */ in get_tz_countries() local 280 lp_tz = skipwhite(lp_coord + len_coord); in get_tz_countries() 281 if ((len = strcspn(lp_tz, SLASH)) == 0) { in get_tz_countries() 288 (strncmp(cont->ctnt_name, lp_tz, len) == 0)) { in get_tz_countries() 452 char *lp_cc, *lp_tz, *lp_otz, *lp_coord, *lp_tzdesc, *ptr, *lptr; in get_timezones_by_country() local 509 lp_tz = skipwhite(lp_otz + len_otz); in get_timezones_by_country() 510 len_tz = strcspn(lp_tz, WHITESPACE_NL); in get_timezones_by_country() 511 if (*(lp_tz + len_tz - 1) == '\n') { in get_timezones_by_country() 518 lp_tzdesc = skipwhite(lp_tz + in get_timezones_by_country() 551 if (strncmp("-", lp_tz, len_tz) == 0) { in get_timezones_by_country() [all …]
|