Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Drelocate.cpp218 char *relocated_path = new char[curr_prefix_len + relative_path_len + 1]; in relocatep() local
219 strcpy(relocated_path, curr_prefix); in relocatep()
220 strcat(relocated_path, relative_path); in relocatep()
222 fprintf(stderr, "relocated_path: %s\n", relocated_path); in relocatep()
224 return relocated_path; in relocatep()