Home
last modified time | relevance | path

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

/freebsd/sbin/mount_unionfs/
H A Dmount_unionfs.c165 if (checkpath(argv[0], target) != 0) in main()
167 if (checkpath(argv[1], source) != 0) in main()
/freebsd/sbin/mount/
H A DMakefile11 MLINKS+= mntopts.3 checkpath.3
H A Dmntopts.h102 int checkpath(const char *, char resolved_path[]);
H A Dmount_fs.c108 if (checkpath(dir, mntpath) != 0) { in mount_fs()
H A Dgetmntopts.c122 checkpath(const char *path, char *resolved) in checkpath() function
H A Dmount.c555 if (checkpath(name, mntpath) != 0) { in mountfs()
/freebsd/contrib/sendmail/libsmutil/
H A Dsafefile.c57 bool checkpath; variable
118 checkpath = !bitset(SFF_NOPATHCHECK, flags) ||
141 checkpath = false;
160 if (checkpath)
/freebsd/usr.sbin/bsdconfig/share/
H A Dmustberoot.subr92 local checkpath="${HOME%/}/.bsdconfig_uses_sudo"
93 if [ ! -e "$checkpath" ]; then
129 'touch "%s"' "$checkpath" &&
130 f_show_msg "$msg_created_path" "$checkpath"
/freebsd/sbin/mount_udf/
H A Dmount_udf.c115 if (checkpath(dir, mntpath) != 0) in main()
/freebsd/sbin/mount_cd9660/
H A Dmount_cd9660.c156 if (checkpath(dir, mntpath) != 0) in main()
/freebsd/sbin/mount_msdosfs/
H A Dmount_msdosfs.c193 if (checkpath(dir, mntpath) != 0) in main()
/freebsd/sbin/mount_fusefs/
H A Dmount_fusefs.c332 if (checkpath(dir, mntpath) != 0) in main()
/freebsd/sbin/mount_nfs/
H A Dmount_nfs.c476 if (checkpath(mntname, mntpath) != 0) in main()