Home | History | Annotate | Download | only in cpp

Lines Matching refs:pathspec

3771 char *chase_symlinks (const char *pathspec);
4262 chase_symlinks (const char *pathspec)
4265 return xstrdup (pathspec);
4269 char *tmp_pathspec = xstrdup (pathspec);
4305 return xstrdup (pathspec);
4308 tmp_pathspec = realpath (pathspec, buf);
4311 lt_fatal ("Could not follow symlinks for %s", pathspec);