Home | History | Annotate | Download | only in build-scripts

Lines Matching refs:pathspec

3270 char *chase_symlinks (const char *pathspec);
3762 chase_symlinks (const char *pathspec)
3765 return xstrdup (pathspec);
3769 char *tmp_pathspec = xstrdup (pathspec);
3805 return xstrdup (pathspec);
3808 tmp_pathspec = realpath (pathspec, buf);
3811 lt_fatal ("Could not follow symlinks for %s", pathspec);