Home
last modified time | relevance | path

Searched refs:string_new (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
HDutils.c3658 char *string_new; in substitute_path_component() local
3660 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()