Searched refs:checkpath (Results 1 – 14 of 14) sorted by relevance
/freebsd/sbin/mount_unionfs/ |
H A D | mount_unionfs.c | 164 if (checkpath(argv[0], target) != 0) in main() 166 if (checkpath(argv[1], source) != 0) in main()
|
/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/ |
H A D | mount_fs.c | 108 if (checkpath(dir, mntpath) != 0) { in mount_fs()
|
H A D | mount.c | 555 if (checkpath(name, mntpath) != 0) { in mountfs()
|
/freebsd/lib/libutil/ |
H A D | mntopts.h | 105 int checkpath(const char *, char resolved_path[]);
|
H A D | Symbol.map | 11 checkpath;
|
H A D | mntopts.c | 121 checkpath(const char *path, char *resolved) in checkpath() function
|
H A D | Makefile | 93 MLINKS+=mntopts.3 checkpath.3
|
/freebsd/sbin/mount_udf/ |
H A D | mount_udf.c | 114 if (checkpath(dir, mntpath) != 0) in main()
|
/freebsd/sbin/mount_cd9660/ |
H A D | mount_cd9660.c | 155 if (checkpath(dir, mntpath) != 0) in main()
|
/freebsd/sbin/mount_msdosfs/ |
H A D | mount_msdosfs.c | 192 if (checkpath(dir, mntpath) != 0) in main()
|
/freebsd/sbin/mount_fusefs/ |
H A D | mount_fusefs.c | 331 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()
|