Searched refs:is_directory (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/sys/kern/
H A Dsubr_acl_nfs4.c176 int denied, explicitly_denied, access_mask, is_directory, local
202 is_directory = 1;
204 is_directory = 0;
220 if (!is_directory && (access_mask & ACL_APPEND_DATA)) {
240 if (!denied && !is_directory && (accmode & VEXEC) &&
259 if (is_directory) {
853 int is_directory)
888 if (!is_directory && (flags & ACL_ENTRY_FILE_INHERIT) == 0)
896 if (is_directory &&
919 !is_directory)
851 acl_nfs4_compute_inherited_acl_draft(const struct acl *parent_aclp, struct acl *child_aclp, mode_t mode, int file_owner_id, int is_directory) argument
1014 acl_nfs4_inherit_entries(const struct acl *parent_aclp, struct acl *child_aclp, mode_t mode, int file_owner_id, int is_directory) argument
1134 acl_nfs4_compute_inherited_acl_psarc(const struct acl *parent_aclp, struct acl *aclp, mode_t mode, int file_owner_id, int is_directory) argument
1193 acl_nfs4_compute_inherited_acl(const struct acl *parent_aclp, struct acl *child_aclp, mode_t mode, int file_owner_id, int is_directory) argument
1310 acl_nfs4_check(const struct acl *aclp, int is_directory) argument
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dstat.c366 svn_boolean_t is_directory;
404 else if (relpath && !db->is_directory)
415 db->is_directory = TRUE;
442 if (!db->is_directory)
453 db->is_directory = TRUE;
480 gdb.is_directory = FALSE;
606 if (!gdb.is_directory)
364 svn_boolean_t is_directory; member in struct:get_dir_baton_t
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
H A DFileSystemStatCache.cpp38 Data.IsDirectory = is_directory(Status);
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DFileSystem.h279 /// @returns errc::success if is_directory(path) and existed have been set,
294 /// @returns errc::success if is_directory(path) and existed have been set,
447 bool is_directory(file_status status);
456 error_code is_directory(const Twine &path, bool &result);
458 /// @brief Simpler version of is_directory for clients that don't need to
460 inline bool is_directory(const Twine &Path) { function in namespace:llvm::sys::fs
462 return !is_directory(Path, Result) && Result;
493 /// @returns exists(s) && !is_regular_file(s) && !is_directory(s) &&
927 if (is_directory(st)) {
/freebsd-10-stable/sys/ufs/ufs/
H A Dufs_acl.c624 int is_directory = 0; local
638 is_directory = 1;
640 return (acl_nfs4_check(ap->a_aclp, is_directory));
/freebsd-10-stable/sys/sys/
H A Dacl.h309 int file_owner_id, int is_directory);
323 int acl_nfs4_check(const struct acl *aclp, int is_directory);
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DPath.cpp776 bool is_directory(file_status status) {
780 error_code is_directory(const Twine &path, bool &result) {
784 result = is_directory(st);
815 !is_directory(status) &&
/freebsd-10-stable/contrib/llvm/lib/Support/Windows/
H A DPath.inc994 if (is_directory(Name))
1041 if (is_directory(Name))
/freebsd-10-stable/contrib/gcc/
H A Dgcc.c326 static int is_directory (const char *, bool);
2589 if (info->check_dir && !is_directory (path, false))
3871 && is_directory (value, false))
4654 if (!is_directory (path, true))
6094 is_directory (const char *path1, bool linker)
6069 is_directory (const char *path1, bool linker) function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp1056 if (!llvm::sys::fs::is_directory(Dir->path()))
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp1735 if (DirPath.empty() || !is_directory(DirPath))
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp1436 if (!llvm::sys::fs::is_directory(Directory))
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp1790 if (llvm::sys::fs::is_directory(*it)) {

Completed in 156 milliseconds