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

/freebsd-13-stable/contrib/unbound/
H A Dltmain.sh5659 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);
/freebsd-13-stable/contrib/sqlite3/
H A Dltmain.sh5659 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);
/freebsd-13-stable/contrib/ldns/
H A Dltmain.sh5659 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);
/freebsd-13-stable/contrib/libevent/
H A Dltmain.sh5659 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);
/freebsd-13-stable/contrib/file/
H A Dltmain.sh5662 char *chase_symlinks (const char *pathspec);
6110 chase_symlinks (const char *pathspec)
6113 return xstrdup (pathspec);
6117 char *tmp_pathspec = xstrdup (pathspec);
6155 return xstrdup (pathspec);
6158 tmp_pathspec = realpath (pathspec, buf);
6162 "could not follow symlinks for %s", pathspec);
/freebsd-13-stable/contrib/openbsm/config/
H A Dltmain.sh5659 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);
/freebsd-13-stable/contrib/openpam/
H A Dltmain.sh5659 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);
/freebsd-13-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh5659 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);
/freebsd-13-stable/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 232 milliseconds