pathname_tail     540 maint/gnulib/lib/relocatable.c           const char *pathname_tail = &pathname[orig_prefix_len];
pathname_tail     542 maint/gnulib/lib/relocatable.c             (char *) xmalloc (curr_prefix_len + strlen (pathname_tail) + 1);
pathname_tail     549 maint/gnulib/lib/relocatable.c               strcpy (result + curr_prefix_len, pathname_tail);