Lines Matching refs:len_coord
212 size_t len, len_coord, len_ctnt;
273 if (((len_coord = strcspn(lp_coord, WHITESPACE)) !=
275 (len_coord != COORD_FMTLEN2)) {
282 lp_tz = skipwhite(lp_coord + len_coord);
455 size_t len_tz, len_otz, len_coord, len_tzdesc;
499 if (((len_coord = strcspn(lp_coord, WHITESPACE)) !=
501 (len_coord != COORD_FMTLEN2)) {
507 lp_otz = skipwhite(lp_coord + len_coord);
600 if (get_coord(tp, lp_coord, len_coord) == -1) {
1225 get_coord(struct tz_timezone *tp, char *p_coord, size_t len_coord)
1235 if (len_coord == COORD_FMTLEN1) {
1238 } else if (len_coord == COORD_FMTLEN2) {