Searched refs:new_length (Results 1 – 1 of 1) sorted by relevance
397 size_t new_length = old_length + strlen(abbr) + 1; in add_abbr() local398 tz->timezone_abbr = (char*) timelib_realloc(tz->timezone_abbr, new_length); in add_abbr()400 tz->bit64.charcnt = new_length; in add_abbr()401 tz->timezone_abbr[new_length - 1] = '\0'; in add_abbr()
Completed in 8 milliseconds