Home
last modified time | relevance | path

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

/freebsd/usr.sbin/mountd/
H A Dmountd.c1594 char unvis_dir[PATH_MAX + 1]; in get_exportlist_one() local
1599 unvis_dir[0] = '\0'; in get_exportlist_one()
1661 &exflags, &anon, unvis_dir)) { in get_exportlist_one()
1668 unvis_len = strnunvis(unvis_dir, sizeof(unvis_dir), in get_exportlist_one()
1681 if (check_dirpath(unvis_dir, &err_msg) && in get_exportlist_one()
1682 check_statfs(unvis_dir, &fsb, &err_msg)) { in get_exportlist_one()
1686 unvis_dir); in get_exportlist_one()
1697 strlcpy(v4root_dirpath, unvis_dir, in get_exportlist_one()
1699 } else if (strcmp(v4root_dirpath, unvis_dir) in get_exportlist_one()
1703 unvis_dir); in get_exportlist_one()
[all …]