Searched refs:checkpath (Results 1 – 13 of 13) sorted by relevance
/freebsd/sbin/mount_unionfs/ |
H A D | mount_unionfs.c | 165 if (checkpath(argv[0], target) != 0) in main() 167 if (checkpath(argv[1], source) != 0) in main()
|
/freebsd/sbin/mount/ |
H A D | Makefile | 11 MLINKS+= mntopts.3 checkpath.3
|
H A D | mntopts.h | 102 int checkpath(const char *, char resolved_path[]);
|
H A D | mount_fs.c | 108 if (checkpath(dir, mntpath) != 0) { in mount_fs()
|
H A D | getmntopts.c | 122 checkpath(const char *path, char *resolved) in checkpath() function
|
H A D | mount.c | 555 if (checkpath(name, mntpath) != 0) { in mountfs()
|
/freebsd/contrib/sendmail/libsmutil/ |
H A D | safefile.c | 57 bool checkpath; variable 118 checkpath = !bitset(SFF_NOPATHCHECK, flags) || 141 checkpath = false; 160 if (checkpath)
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | mustberoot.subr | 92 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 D | mount_udf.c | 115 if (checkpath(dir, mntpath) != 0) in main()
|
/freebsd/sbin/mount_cd9660/ |
H A D | mount_cd9660.c | 156 if (checkpath(dir, mntpath) != 0) in main()
|
/freebsd/sbin/mount_msdosfs/ |
H A D | mount_msdosfs.c | 193 if (checkpath(dir, mntpath) != 0) in main()
|
/freebsd/sbin/mount_fusefs/ |
H A D | mount_fusefs.c | 332 if (checkpath(dir, mntpath) != 0) in main()
|
/freebsd/sbin/mount_nfs/ |
H A D | mount_nfs.c | 476 if (checkpath(mntname, mntpath) != 0) in main()
|