HomeSort by: relevance | last modified time | path
    Searched refs:Open (Results 1 - 25 of 69) sorted by relevancy

1 2 3

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerShmemFuchsia.cpp 5 // This file is distributed under the University of Illinois Open Source
24 bool SharedMemoryRegion::Open(const char *Name) {
FuzzerShmemWindows.cpp 5 // This file is distributed under the University of Illinois Open Source
43 bool SharedMemoryRegion::Open(const char *Name) {
FuzzerShmem.h 5 // This file is distributed under the University of Illinois Open Source
26 bool Open(const char *Name);
FuzzerShmemPosix.cpp 5 // This file is distributed under the University of Illinois Open Source
52 int fd = open(Path(Name).c_str(), O_CREAT | O_RDWR, 0777);
67 bool SharedMemoryRegion::Open(const char *Name) {
68 int fd = open(Path(Name).c_str(), O_RDWR);
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
msgexec-4 17 msgid "Open"
27 msgid "Open"
86 Open
96 Open
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_utils.cc 5 // This file is distributed under the University of Illinois Open Source
79 LogWriter *LogWriter::Open() XRAY_NEVER_INSTRUMENT {
158 LogWriter *LogWriter::Open() XRAY_NEVER_INSTRUMENT {
159 // Open a temporary file once for the log.
xray_utils.h 5 // This file is distributed under the University of Illinois Open Source
45 static LogWriter *Open();
xray_basic_logging.cc 5 // This file is distributed under the University of Illinois Open Source
89 LogWriter* LW = LogWriter::Open();
xray_profiling.cc 5 // This file is distributed under the University of Illinois Open Source
245 LogWriter *LW = LogWriter::Open();
  /src/sys/arch/epoc32/stand/e32boot/exe/
netbsd.cpp 50 User::LeaveIfError(file.Open(fsSession, aFilename, EFileRead));
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
analysis.go 65 // Open up a ghostview window that displays the CFG of the current function.
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
docobj.d 107 HRESULT Open();
ocidl.d 439 HRESULT Open(IOleParentUndoUnit);
454 HRESULT Open(IOleParentUndoUnit);
ole.d 250 Open;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
UnixAPIChecker.cpp 30 /// The standard open() call:
31 /// int open(const char *path, int oflag, ...);
32 Open,
101 // "open" (man 2 open)
120 if (FName == "open")
137 LazyInitialize(this, BT_open, "Improper use of 'open'");
146 CheckOpenVariant(C, CE, OpenVariant::Open);
157 // The index of the argument taking the flags open flags (O_RDONLY,
162 case OpenVariant::Open
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ScopedPrinter.h 351 template<char Open, char Close>
354 W.startLine() << Open << '\n';
362 W.getOStream() << Open << '\n';
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
statvfs.d 8 The Open Group Base Specifications Issue 7 IEEE Std 1003.1, 2018 Edition)
  /src/sbin/savecore/
savecore.c 184 static int Open(const char *, int rw);
364 dumpfd = Open(ddname, O_RDWR);
525 ifd = Open(kernel, O_RDONLY);
693 /* Open the raw device. */
700 if ((ifd = open(rawp, O_RDONLY)) == -1) {
901 Open(const char *name, int rw)
905 if ((fd = open(name, rw, 0)) < 0) {
929 fd = open(file, O_WRONLY | O_CREAT | O_TRUNC, mode);
  /src/sys/arch/i386/stand/dosboot/
dos_file.S 8 # MSDOS call "INT 0x21 Function 0x3d" to open a file.
40 movb $0x3d, %ah # Open existing file.
  /src/sys/dev/arcbios/
arcbios.h 58 #define ARCBIOS_EMFILE 10 /* too many open files */
346 int32_t Open;
arcbios_calls.S 182 AFV4ORLESS(Open) /* long (*Open)(char *, u_long, u_long *); */
  /src/sys/external/bsd/gnu-efi/dist/lib/
sread.c 149 // Open this file path node
156 LastHandle->Open,
  /src/sys/arch/ia64/stand/efi/libefi/
efifs.c 101 * Try to open it.
103 status = root->Open(root, &file, path, EFI_FILE_MODE_READ, 0);
351 * Attempt to open the disk described by (dev) for use by (f).
373 printf("attempt to open nonexistent EFI filesystem\n");
  /src/external/gpl3/autoconf/dist/lib/Autom4te/
XFile.pm 34 $fh->open ("< file");
35 # No need to check $FH: we died if open failed.
67 C<open>, C<seek>, and C<truncate>. It also overrides the C<getline>
107 are passed to C<open>, if any.
118 $fh->open (@_);
123 =item C<$fh-E<gt>open ([$file, ...])>
125 Open a file, passing C<$file> and further arguments to C<IO::File::open>.
130 sub open subroutine
141 if (!$fh->SUPER::open (@_)
    [all...]
  /src/sys/arch/sgimips/sgimips/
arcemu.c 94 .Open = ARCEMU_UNIMPL,

Completed in 30 milliseconds

1 2 3