Searched refs:string_new (Results 1 – 1 of 1) sorted by relevance
3658 char *string_new; in substitute_path_component() local3660 string_new = xrealloc (string, (strlen (string) + to_len + 1)); in substitute_path_component()3663 s = s - string + string_new; in substitute_path_component()3664 string = string_new; in substitute_path_component()