Home
last modified time | relevance | path

Searched refs:pathspec (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/usr.sbin/makefs/
H A Dmtree.c977 char pathspec[PATH_MAX], pathtmp[4*PATH_MAX + 1]; in read_mtree_spec() local
984 if (strnunvis(pathspec, PATH_MAX, pathtmp) == -1) { in read_mtree_spec()
990 cp = strchr(pathspec, '/'); in read_mtree_spec()
999 if (IS_DOTDOT(pathspec)) { in read_mtree_spec()
1006 if (pathspec[0] != '\0' && !IS_DOT(pathspec)) in read_mtree_spec()
1007 error = read_mtree_spec1(fp, false, pathspec); in read_mtree_spec()
1008 memmove(pathspec, cp, strlen(cp) + 1); in read_mtree_spec()
1009 cp = strchr(pathspec, '/'); in read_mtree_spec()
1013 if (!error && (IS_DOT(pathspec) || IS_DOTDOT(pathspec))) { in read_mtree_spec()
1021 if (!error && pathspec[0] != '\0') in read_mtree_spec()
[all …]
/freebsd-14.2/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);
/freebsd-14.2/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-14.2/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-14.2/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-14.2/contrib/ntp/sntp/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-14.2/contrib/sqlite3/
H A Dltmain.sh5751 char *chase_symlinks (const char *pathspec);
6199 chase_symlinks (const char *pathspec)
6202 return xstrdup (pathspec);
6206 char *tmp_pathspec = xstrdup (pathspec);
6244 return xstrdup (pathspec);
6247 tmp_pathspec = realpath (pathspec, buf);
6251 "could not follow symlinks for %s", pathspec);
/freebsd-14.2/contrib/openpam/
H A Dltmain.sh5916 char *chase_symlinks (const char *pathspec);
6364 chase_symlinks (const char *pathspec)
6367 return xstrdup (pathspec);
6371 char *tmp_pathspec = xstrdup (pathspec);
6409 return xstrdup (pathspec);
6412 tmp_pathspec = realpath (pathspec, buf);
6416 "could not follow symlinks for %s", pathspec);
/freebsd-14.2/contrib/libevent/build-aux/
H A Dltmain.sh5874 char *chase_symlinks (const char *pathspec);
6322 chase_symlinks (const char *pathspec)
6325 return xstrdup (pathspec);
6329 char *tmp_pathspec = xstrdup (pathspec);
6367 return xstrdup (pathspec);
6370 tmp_pathspec = realpath (pathspec, buf);
6374 "could not follow symlinks for %s", pathspec);
/freebsd-14.2/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-14.2/contrib/ldns/
H A Dltmain.sh5751 char *chase_symlinks (const char *pathspec);
6199 chase_symlinks (const char *pathspec)
6202 return xstrdup (pathspec);
6206 char *tmp_pathspec = xstrdup (pathspec);
6244 return xstrdup (pathspec);
6247 tmp_pathspec = realpath (pathspec, buf);
6251 "could not follow symlinks for %s", pathspec);