Searched refs:checkpath (Results 1 - 12 of 12) sorted by path

/freebsd-11-stable/sbin/mount/
H A Dgetmntopts.c127 checkpath(const char *path, char *resolved) function
H A Dmntopts.h98 int checkpath(const char *, char resolved_path[]);
H A Dmount_fs.c120 if (checkpath(dir, mntpath) != 0) {
H A Dmount.c574 if (checkpath(name, mntpath) != 0) {
/freebsd-11-stable/sbin/mount_cd9660/
H A Dmount_cd9660.c152 if (checkpath(dir, mntpath) != 0)
/freebsd-11-stable/sbin/mount_fusefs/
H A Dmount_fusefs.c325 if (checkpath(dir, mntpath) != 0)
/freebsd-11-stable/sbin/mount_msdosfs/
H A Dmount_msdosfs.c198 if (checkpath(dir, mntpath) != 0)
/freebsd-11-stable/sbin/mount_nfs/
H A Dmount_nfs.c470 if (checkpath(mntname, mntpath) != 0)
/freebsd-11-stable/sbin/mount_nullfs/
H A Dmount_nullfs.c100 if (checkpath(argv[0], target) != 0)
102 if (checkpath(argv[1], source) != 0)
/freebsd-11-stable/sbin/mount_udf/
H A Dmount_udf.c115 if (checkpath(dir, mntpath) != 0)
/freebsd-11-stable/sbin/mount_unionfs/
H A Dmount_unionfs.c178 if (checkpath(argv[0], target) != 0)
180 if (checkpath(argv[1], source) != 0)
/freebsd-11-stable/contrib/sendmail/libsmutil/
H A Dsafefile.c57 bool checkpath; local
118 checkpath = !bitset(SFF_NOPATHCHECK, flags) ||
141 checkpath = false;
160 if (checkpath)

Completed in 123 milliseconds