Searched refs:pathspec (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/atf/admin/
H A Dltmain.sh4286 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);
/freebsd-10.0-release/contrib/ldns/
H A Dltmain.sh4286 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);
/freebsd-10.0-release/contrib/libyaml/config/
H A Dltmain.sh3270 char *chase_symlinks (const char *pathspec);
3761 chase_symlinks (const char *pathspec)
3764 return xstrdup (pathspec);
3768 char *tmp_pathspec = xstrdup (pathspec);
3804 return xstrdup (pathspec);
3807 tmp_pathspec = realpath (pathspec, buf);
3810 lt_fatal ("Could not follow symlinks for %s", pathspec);
/freebsd-10.0-release/contrib/openbsm/config/
H A Dltmain.sh4319 char *chase_symlinks (const char *pathspec);
4762 chase_symlinks (const char *pathspec)
4765 return xstrdup (pathspec);
4769 char *tmp_pathspec = xstrdup (pathspec);
4807 return xstrdup (pathspec);
4810 tmp_pathspec = realpath (pathspec, buf);
4814 "could not follow symlinks for %s", pathspec);
/freebsd-10.0-release/contrib/openpam/
H A Dltmain.sh4319 char *chase_symlinks (const char *pathspec);
4762 chase_symlinks (const char *pathspec)
4765 return xstrdup (pathspec);
4769 char *tmp_pathspec = xstrdup (pathspec);
4807 return xstrdup (pathspec);
4810 tmp_pathspec = realpath (pathspec, buf);
4814 "could not follow symlinks for %s", pathspec);
/freebsd-10.0-release/contrib/unbound/
H A Dltmain.sh4286 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);
/freebsd-10.0-release/crypto/heimdal/
H A Dltmain.sh4280 char *chase_symlinks (const char *pathspec);
4723 chase_symlinks (const char *pathspec)
4726 return xstrdup (pathspec);
4730 char *tmp_pathspec = xstrdup (pathspec);
4768 return xstrdup (pathspec);
4771 tmp_pathspec = realpath (pathspec, buf);
4775 "could not follow symlinks for %s", pathspec);

Completed in 329 milliseconds