Searched refs:len_coord (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libzoneinfo/common/ |
H A D | libzone.c | 212 size_t len, len_coord, len_ctnt; in get_tz_countries() local 273 if (((len_coord = strcspn(lp_coord, WHITESPACE)) != in get_tz_countries() 275 (len_coord != COORD_FMTLEN2)) { in get_tz_countries() 282 lp_tz = skipwhite(lp_coord + len_coord); in get_tz_countries() 455 size_t len_tz, len_otz, len_coord, len_tzdesc; in get_timezones_by_country() local 499 if (((len_coord = strcspn(lp_coord, WHITESPACE)) != in get_timezones_by_country() 501 (len_coord != COORD_FMTLEN2)) { 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() 1225 get_coord(struct tz_timezone *tp, char *p_coord, size_t len_coord) in get_coord() argument [all …]
|