Home | History | Annotate | Download | only in src

Lines Matching refs:pathspec

3277 char *chase_symlinks (const char *pathspec);
3768 chase_symlinks (const char *pathspec)
3771 return xstrdup (pathspec);
3775 char *tmp_pathspec = xstrdup (pathspec);
3811 return xstrdup (pathspec);
3814 tmp_pathspec = realpath (pathspec, buf);
3817 lt_fatal ("Could not follow symlinks for %s", pathspec);