Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/makefs/
H A Dmtree.c975 char pathspec[PATH_MAX], pathtmp[4*PATH_MAX + 1]; in read_mtree_spec() local
982 if (strnunvis(pathspec, PATH_MAX, pathtmp) == -1) { in read_mtree_spec()
988 cp = strchr(pathspec, '/'); in read_mtree_spec()
997 if (IS_DOTDOT(pathspec)) { in read_mtree_spec()
1004 if (pathspec[0] != '\0' && !IS_DOT(pathspec)) in read_mtree_spec()
1005 error = read_mtree_spec1(fp, false, pathspec); in read_mtree_spec()
1006 memmove(pathspec, cp, strlen(cp) + 1); in read_mtree_spec()
1007 cp = strchr(pathspec, '/'); in read_mtree_spec()
1011 if (!error && (IS_DOT(pathspec) || IS_DOTDOT(pathspec))) { in read_mtree_spec()
1019 if (!error && pathspec[0] != '\0') in read_mtree_spec()
[all …]