Home
last modified time | relevance | path

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

/freebsd/sbin/mount_unionfs/
H A Dmount_unionfs.c164 if (checkpath(argv[0], target) != 0) in main()
166 if (checkpath(argv[1], source) != 0) in main()
/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/
H A Dmount_fs.c108 if (checkpath(dir, mntpath) != 0) { in mount_fs()
H A Dmount.c555 if (checkpath(name, mntpath) != 0) { in mountfs()
/freebsd/lib/libutil/
H A Dmntopts.h105 int checkpath(const char *, char resolved_path[]);
H A DSymbol.map11 checkpath;
H A Dmntopts.c121 checkpath(const char *path, char *resolved) in checkpath() function
H A DMakefile93 MLINKS+=mntopts.3 checkpath.3
/freebsd/sbin/mount_udf/
H A Dmount_udf.c114 if (checkpath(dir, mntpath) != 0) in main()
/freebsd/sbin/mount_cd9660/
H A Dmount_cd9660.c155 if (checkpath(dir, mntpath) != 0) in main()
/freebsd/sbin/mount_msdosfs/
H A Dmount_msdosfs.c192 if (checkpath(dir, mntpath) != 0) in main()
/freebsd/sbin/mount_fusefs/
H A Dmount_fusefs.c331 if (checkpath(dir, mntpath) != 0) in main()
/freebsd/sbin/mount_nfs/
H A Dmount_nfs.c476 if (checkpath(mntname, mntpath) != 0) in main()