Lines Matching refs:strcspn
137 if ((len = strcspn(lp, WHITESPACE)) > _TZBUFLEN -1) { in get_tz_continents()
154 len = strcspn(lp, NEWLINE); in get_tz_continents()
262 if (strcspn(lp_cc, WHITESPACE) != CCLEN) { in get_tz_countries()
273 if (((len_coord = strcspn(lp_coord, WHITESPACE)) != in get_tz_countries()
283 if ((len = strcspn(lp_tz, SLASH)) == 0) { in get_tz_countries()
341 if ((len = strcspn(buff, WHITESPACE)) != CCLEN) { in get_tz_countries()
356 len = strcspn(lp, NEWLINE); in get_tz_countries()
489 if (strcspn(lp_cc, WHITESPACE) != CCLEN) { in get_timezones_by_country()
499 if (((len_coord = strcspn(lp_coord, WHITESPACE)) != in get_timezones_by_country()
508 len_otz = strcspn(lp_otz, WHITESPACE); in get_timezones_by_country()
512 len_tz = strcspn(lp_tz, WHITESPACE_NL); in get_timezones_by_country()
522 len_tzdesc = strcspn(lp_tzdesc, in get_timezones_by_country()
558 if (strcspn(lp_tz, DIGITS) < len_tz) { in get_timezones_by_country()