Searched refs:pathspec (Results 1 – 10 of 10) sorted by relevance
| /freebsd/usr.sbin/makefs/ |
| H A D | mtree.c | 979 char pathspec[PATH_MAX], pathtmp[4*PATH_MAX + 1]; in read_mtree_spec() local 986 if (strnunvis(pathspec, PATH_MAX, pathtmp) == -1) { in read_mtree_spec() 992 cp = strchr(pathspec, '/'); in read_mtree_spec() 1001 if (IS_DOTDOT(pathspec)) { in read_mtree_spec() 1008 if (pathspec[0] != '\0' && !IS_DOT(pathspec)) in read_mtree_spec() 1009 error = read_mtree_spec1(fp, false, pathspec); in read_mtree_spec() 1010 memmove(pathspec, cp, strlen(cp) + 1); in read_mtree_spec() 1011 cp = strchr(pathspec, '/'); in read_mtree_spec() 1015 if (!error && (IS_DOT(pathspec) || IS_DOTDOT(pathspec))) { in read_mtree_spec() 1023 if (!error && pathspec[0] != '\0') in read_mtree_spec() [all …]
|
| /freebsd/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/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);
|
| /freebsd/contrib/ntp/sntp/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/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/contrib/libevent/build-aux/ |
| H A D | ltmain.sh | 5874 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/contrib/ldns/ |
| H A D | ltmain.sh | 5751 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/contrib/openpam/ |
| H A D | ltmain.sh | 6064 char *chase_symlinks (const char *pathspec); 6512 chase_symlinks (const char *pathspec) 6515 return xstrdup (pathspec); 6519 char *tmp_pathspec = xstrdup (pathspec); 6557 return xstrdup (pathspec); 6560 tmp_pathspec = realpath (pathspec, buf); 6564 "could not follow symlinks for %s", pathspec);
|
| /freebsd/contrib/file/ |
| H A D | ltmain.sh | 5919 char *chase_symlinks (const char *pathspec); 6367 chase_symlinks (const char *pathspec) 6370 return xstrdup (pathspec); 6374 char *tmp_pathspec = xstrdup (pathspec); 6412 return xstrdup (pathspec); 6415 tmp_pathspec = realpath (pathspec, buf); 6419 "could not follow symlinks for %s", pathspec);
|
| /freebsd/contrib/unbound/ |
| H A D | ltmain.sh | 6057 char *chase_symlinks (const char *pathspec); 6505 chase_symlinks (const char *pathspec) 6508 return xstrdup (pathspec); 6512 char *tmp_pathspec = xstrdup (pathspec); 6550 return xstrdup (pathspec); 6553 tmp_pathspec = realpath (pathspec, buf); 6557 "could not follow symlinks for %s", pathspec);
|