Lines Matching refs:pathspec
5659 char *chase_symlinks (const char *pathspec);6107 chase_symlinks (const char *pathspec)6110 return xstrdup (pathspec);6114 char *tmp_pathspec = xstrdup (pathspec);6152 return xstrdup (pathspec);6155 tmp_pathspec = realpath (pathspec, buf);6159 "could not follow symlinks for %s", pathspec);