Lines Matching refs:len_coord
214 size_t len, len_coord, len_ctnt; in get_tz_countries() local
271 if (((len_coord = strcspn(lp_coord, WHITESPACE)) != in get_tz_countries()
273 (len_coord != COORD_FMTLEN2)) { in get_tz_countries()
280 lp_tz = skipwhite(lp_coord + len_coord); in get_tz_countries()
453 size_t len_tz, len_otz, len_coord, len_tzdesc; in get_timezones_by_country() local
497 if (((len_coord = strcspn(lp_coord, WHITESPACE)) != in get_timezones_by_country()
499 (len_coord != COORD_FMTLEN2)) { in get_timezones_by_country()
505 lp_otz = skipwhite(lp_coord + len_coord); in get_timezones_by_country()
598 if (get_coord(tp, lp_coord, len_coord) == -1) { in get_timezones_by_country()
1223 get_coord(struct tz_timezone *tp, char *p_coord, size_t len_coord) in get_coord() argument
1233 if (len_coord == COORD_FMTLEN1) { in get_coord()
1236 } else if (len_coord == COORD_FMTLEN2) { in get_coord()