Searched refs:pathspec (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/usr.sbin/makefs/ |
| H A D | mtree.c | 968 char pathspec[PATH_MAX], pathtmp[4*PATH_MAX + 1]; in read_mtree_spec() local 975 if (strnunvis(pathspec, PATH_MAX, pathtmp) == -1) { in read_mtree_spec() 981 cp = strchr(pathspec, '/'); in read_mtree_spec() 990 if (IS_DOTDOT(pathspec)) { in read_mtree_spec() 997 if (pathspec[0] != '\0' && !IS_DOT(pathspec)) in read_mtree_spec() 998 error = read_mtree_spec1(fp, false, pathspec); in read_mtree_spec() 999 memmove(pathspec, cp, strlen(cp) + 1); in read_mtree_spec() 1000 cp = strchr(pathspec, '/'); in read_mtree_spec() 1004 if (!error && (IS_DOT(pathspec) || IS_DOTDOT(pathspec))) { in read_mtree_spec() 1012 if (!error && pathspec[0] != '\0') in read_mtree_spec() [all …]
|
| /freebsd-12.1/crypto/heimdal/ |
| H A D | ltmain.sh | 4280 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-12.1/contrib/file/ |
| H A D | ltmain.sh | 4287 char *chase_symlinks (const char *pathspec); 4730 chase_symlinks (const char *pathspec) 4733 return xstrdup (pathspec); 4737 char *tmp_pathspec = xstrdup (pathspec); 4775 return xstrdup (pathspec); 4778 tmp_pathspec = realpath (pathspec, buf); 4782 "could not follow symlinks for %s", pathspec);
|
| /freebsd-12.1/contrib/ldns/ |
| H A D | ltmain.sh | 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);
|
| /freebsd-12.1/contrib/unbound/ |
| H A D | ltmain.sh | 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);
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | ltmain.sh | 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);
|
| /freebsd-12.1/contrib/openpam/ |
| H A D | ltmain.sh | 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);
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/build-aux/ |
| H A D | ltmain.sh | 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);
|
| /freebsd-12.1/contrib/libevent/ |
| H A D | ltmain.sh | 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);
|
| /freebsd-12.1/contrib/openbsm/config/ |
| H A D | ltmain.sh | 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);
|