Searched refs:new_allocd (Results 1 – 1 of 1) sorted by relevance
737 size_t allocd, new_allocd; in path_to_str() local758 new_allocd = allocd + strlen(name) + 1; in path_to_str()759 new = startd_alloc(new_allocd); in path_to_str()767 allocd = new_allocd; in path_to_str()