Home
last modified time | relevance | path

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

/freebsd/usr.sbin/makefs/
H A Dmtree.c976 char pathspec[PATH_MAX], pathtmp[4*PATH_MAX + 1]; in read_mtree_spec() local
980 error = read_word(fp, pathtmp, sizeof(pathtmp)); in read_mtree_spec()
983 if (strnunvis(pathspec, PATH_MAX, pathtmp) == -1) { in read_mtree_spec()