Home
last modified time | relevance | path

Searched refs:Open (Results 1 – 25 of 256) sorted by relevance

1234567891011

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp45 if (action.Open(STDIN_FILENO, FileSpec(option_arg), true, false)) in SetOptionValue()
53 if (action.Open(STDOUT_FILENO, FileSpec(option_arg), false, true)) in SetOptionValue()
61 if (action.Open(STDERR_FILENO, FileSpec(option_arg), false, true)) in SetOptionValue()
74 if (action.Open(STDIN_FILENO, dev_null, true, false)) in SetOptionValue()
76 if (action.Open(STDOUT_FILENO, dev_null, false, true)) in SetOptionValue()
78 if (action.Open(STDERR_FILENO, dev_null, false, true)) in SetOptionValue()
/openbsd-src/regress/usr.sbin/btrace/
H A Dstr.ok4 Open
5 Open
/openbsd-src/distrib/notes/macppc/
H A Dprep3 need to acquire some limited knowledge of Open Firmware, the low-level
8 To access Open Firmware, you should simultaneously hold down the
18 Welcome to Open Firmware
27 card and use the serial console. To bring up Open Firmware via
38 Important Open Firmware command examples:
75 Other Open Firmware command examples:
78 (force the machine to wait at Open Firmware
94 To reset a Power Macintosh to the factory-configured Open Firmware settings,
123 perhaps this feature was added to the Open Firmware ROM after that
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/
H A Dagrave10 Open E<agrave> la shell. Previous versions mapped it wrong.
15 Open a\*` la shell. Previous versions mapped it wrong.
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp50 if (file_action.Open(STDIN_FILENO, stdin_file_spec, read, write)) in ProcessLaunchInfo()
57 if (file_action.Open(STDOUT_FILENO, stdout_file_spec, read, write)) in ProcessLaunchInfo()
64 if (file_action.Open(STDERR_FILENO, stderr_file_spec, read, write)) in ProcessLaunchInfo()
92 if (file_action.Open(fd, file_spec, read, write)) { in AppendOpenFileAction()
102 if (file_action.Open(fd, FileSpec(FileSystem::DEV_NULL), read, write)) { in AppendSuppressFileAction()
H A DFileAction.cpp34 bool FileAction::Open(int fd, const FileSpec &file_spec, bool read, in Open() function in FileAction
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericDylibManager.cpp68 {SAs.Open, rt::SimpleExecutorDylibManagerOpenWrapperName}, in CreateWithDefaultBootstrapSymbols()
79 SAs.Open, H, SAs.Instance, Path, Mode)) in open()
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_utils.cpp83 LogWriter *LogWriter::Open() XRAY_NEVER_INSTRUMENT { in Open() function in __xray::LogWriter
162 LogWriter *LogWriter::Open() XRAY_NEVER_INSTRUMENT {
H A Dxray_utils.h44 static LogWriter *Open();
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A DUtility.h93 void printOpen(char Open = '(') {
95 *this += Open;
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DUtility.h93 void printOpen(char Open = '(') {
95 *this += Open;
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DFileAction.h34 bool Open(int fd, const FileSpec &file_spec, bool read, bool write);
H A DFileSystem.h55 int Open(const char *path, int flags, int mode);
58 Open(const FileSpec &file_spec, File::OpenOptions options,
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericDylibManager.h34 ExecutorAddr Open; member
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp32 Open, enumerator
144 CheckOpenVariant(C, CE, OpenVariant::Open); in CheckOpen()
160 case OpenVariant::Open: in CheckOpenVariant()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DScriptInterpreter.cpp158 auto nullin = FileSystem::Instance().Open(FileSpec(FileSystem::DEV_NULL), in Create()
163 auto nullout = FileSystem::Instance().Open(FileSpec(FileSystem::DEV_NULL), in Create()
/openbsd-src/gnu/usr.bin/perl/Cross/
H A DREADME6 the Open Zaurus (http://www.openzaurus.org/) distribution.
86 Open Zaurus http://www.openzaurus.org/
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DStreamFile.cpp36 auto file = FileSystem::Instance().Open(FileSpec(path), options, permissions); in StreamFile()
/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DFileSystemPosix.cpp79 int FileSystem::Open(const char *path, int flags, int mode) { in Open() function in FileSystem
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonScheduleV73.td5 // This file is distributed under the University of Illinois Open Source
H A DHexagonScheduleV69.td5 // This file is distributed under the University of Illinois Open Source
H A DHexagonScheduleV71.td5 // This file is distributed under the University of Illinois Open Source
H A DHexagonScheduleV71T.td5 // This file is distributed under the University of Illinois Open Source
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DBidiBrackets.txt24 # property values Open and Close. The set is derived from the character
30 # Open (o) and Close (c), respectively.
45 # property values Open and Close by restricting the processing to characters
52 # o Open
/openbsd-src/usr.sbin/tcpdump/
H A DINSTALL34 ospf.h - Open Shortest Path First definitions
61 print-ospf.c - Open Shortest Path First printer routines

1234567891011