Home
last modified time | relevance | path

Searched defs:Open (Results 1 – 14 of 14) sorted by relevance

/freebsd/tests/sys/fs/fusefs/
H A Dopen.cc85 TEST_F(Open, chr) in TEST_F() argument
110 TEST_F(Open, enoent) in TEST_F() argument
142 TEST_F(Open, eperm) in TEST_F() argument
234 TEST_F(Open, o_creat) in TEST_F() argument
246 TEST_F(Open, o_excl) in TEST_F() argument
251 TEST_F(Open, o_exec) in TEST_F() argument
257 TEST_F(Open, o_noctty) in TEST_F() argument
262 TEST_F(Open, o_rdonly) in TEST_F() argument
273 TEST_F(Open, o_wronly) in TEST_F() argument
278 TEST_F(Open, o_rdwr) in TEST_F() argument
[all …]
H A Ddefault_permissions.cc164 class Open: public DefaultPermissions {}; class
950 TEST_F(Open, eacces) in TEST_F() argument
963 TEST_F(Open, ok) in TEST_F() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericDylibManager.h35 ExecutorAddr Open; member
H A DCore.h1293 enum { Open, Closing, Closed } State = Open; enumerator
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFileAction.cpp34 bool FileAction::Open(int fd, const FileSpec &file_spec, bool read, in Open() function in FileAction
H A DFileSystem.cpp438 Expected<FileUP> FileSystem::Open(const FileSpec &file_spec, in Open() function in FileSystem
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_utils.cpp83 LogWriter *LogWriter::Open() XRAY_NEVER_INSTRUMENT { in Open() function in __xray::LogWriter
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DFileSystemPosix.cpp79 int FileSystem::Open(const char *path, int flags, int mode) { in Open() function in FileSystem
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp33 Open, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h38 Open, enumerator
/freebsd/usr.bin/truss/
H A Dsyscall.h114 Open, enumerator
/freebsd/stand/efi/include/
H A Defiprot.h277 EFI_FILE_OPEN Open; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp110 SourceLocation Open = SilenceableCondVal.getBegin(); in HandleUnreachable() local
H A DSemaExpr.cpp21079 SourceLocation Open = E->getBeginLoc(); in DiagnoseAssignmentAsCondition() local