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

Lines Matching refs:pathspec

4286 char *chase_symlinks (const char *pathspec);
4729 chase_symlinks (const char *pathspec)
4732 return xstrdup (pathspec);
4736 char *tmp_pathspec = xstrdup (pathspec);
4774 return xstrdup (pathspec);
4777 tmp_pathspec = realpath (pathspec, buf);
4781 "could not follow symlinks for %s", pathspec);