Home
last modified time | relevance | path

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

/freebsd/lib/libutil/
H A Dmntopts.h106 int checkpath_allow_file(const char *, char resolved_path[]);
H A DSymbol.map10 checkpath_allow_file;
H A Dmntopts.c135 checkpath_allow_file(const char *path, char *resolved) in checkpath_allow_file() function
/freebsd/sbin/mount/
H A Dmount.c550 if (checkpath_allow_file(name, mntpath) != 0) { in mountfs()