HomeSort by: relevance | last modified time | path
    Searched defs:Open (Results 1 - 13 of 13) sorted by relevancy

  /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) {
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/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/clang/include/clang/APINotes/
Types.h 33 Open,
  /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/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
Core.h 1177 bool Open = true;
  /src/sys/dev/arcbios/
arcbios.h 58 #define ARCBIOS_EMFILE 10 /* too many open files */
346 int32_t Open;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
AnalysisBasedWarnings.cpp 95 SourceLocation Open = SilenceableCondVal.getBegin();
96 if (Open.isValid()) {
100 S.Diag(Open, diag::note_unreachable_silence)
101 << FixItHint::CreateInsertion(Open, "/* DISABLES CODE */ (")
SemaExpr.cpp 18845 SourceLocation Open = E->getBeginLoc();
18848 << FixItHint::CreateInsertion(Open, "(")
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 434 ACPI_EFI_FILE_OPEN Open;
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiprot.h 327 // Open modes
453 EFI_FILE_OPEN Open;
  /src/sys/net/
if_spppsubr.c 132 * -link1 will cause the administrative open of the LCP layer.
275 void (*Open)(struct sppp *, void *);
1199 * least one NCP open.
1512 SPPP_WQ_SET(&scp->work_open, cp->Open, cp);
1776 * The generic part of all Up/Down/Open/Close/TO event handlers.
1869 SPPP_DLOG(sp, "%s open(%s)\n", cp->name,
3153 * Open all authentication protocols. This is even required
3157 * don't do anything when they get an Open event.
3162 /* Open all NCPs. */
3304 * Check the open NCPs, return true if at least one NCP is open
    [all...]

Completed in 121 milliseconds