Home
last modified time | relevance | path

Searched refs:wronly (Results 1 – 25 of 107) sorted by relevance

12345

/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dattr-access-write-only.c13 int __attribute__ ((access (wronly)))
24 int wronly (void);
26 int __attribute__ ((access (wronly ())))
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A Dattr-access-write-only.c13 int __attribute__ ((access (wronly)))
24 int wronly (void);
26 int __attribute__ ((access (wronly ())))
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dattr-access-write-only.c13 int __attribute__ ((access (wronly)))
24 int wronly (void);
26 int __attribute__ ((access (wronly ())))
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A Dattr-access-write-only.c13 int __attribute__ ((access (wronly)))
24 int wronly (void);
26 int __attribute__ ((access (wronly ())))
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dattr-access-write-only.c13 int __attribute__ ((access (wronly)))
24 int wronly (void);
26 int __attribute__ ((access (wronly ())))
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/
H A Dattr-access-write-only.c13 int __attribute__ ((access (wronly)))
24 int wronly (void);
26 int __attribute__ ((access (wronly ())))
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A Dattr-access-write-only.c13 int __attribute__ ((access (wronly)))
24 int wronly (void);
26 int __attribute__ ((access (wronly ())))
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/linux/broker/
H A DSandboxBrokerPolicyFactory.cpp47 static const int wronly = SandboxBroker::MAY_WRITE; variable
48 static const int rdwr = rdonly | wronly;
51 static const int wrlog = wronly | SandboxBroker::MAY_CREATE;
66 policy->AddTree(wronly, "/dev/log"); // bug 1199857 in SandboxBrokerPolicyFactory()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/include/vtkmdiy/mpi/
H A Dio.hpp33 static constexpr int wronly = MPI_MODE_WRONLY; member in diy::mpi::io::file
41 …static const int rdonly, rdwr, wronly, create, exclusive, delete_on_close, unique_open, sequential…
H A Dio.cpp10 const int diy::mpi::io::file::wronly = MPI_MODE_WRONLY; member in diy::mpi::io::file
/dports/archivers/mar/mar-0.5/include/
H A Dmar_types_cpp.h40 const int wronly(MAR_WRONLY);
H A Dmar_stream_cpp.h146 MAR_BASIC_OSTREAM(const char* path, int flags = wronly | creat,
/dports/graphics/geomview/geomview-1.9.5/src/lib/shade/
H A Dimage.c85 static int run_filter(const char *filter, int fdin, bool wronly, int *cpidp);
1639 static int run_filter(const char *filter, int fdin, bool wronly, int *cpidp) in run_filter() argument
1644 if (!wronly) { in run_filter()
1667 if (wronly) { in run_filter()
1702 if (!wronly) { in run_filter()
1707 return wronly ? 0 : pfd[0]; /* return the read end */ in run_filter()
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/linux/broker/
H A DSandboxBrokerPolicyFactory.cpp52 static const int wronly = SandboxBroker::MAY_WRITE; variable
53 static const int rdwr = rdonly | wronly;
/dports/shells/zsh/zsh-5.8.1/Completion/Unix/Command/
H A D_dd85 wronly rdwr creat trunc excl shlock exlock cloexec nosigpipe rsync alt_io async
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/include/vtkmdiy/mpi/
H A Dio.hpp25 wronly = MPI_MODE_WRONLY, enumerator
/dports/math/vtk8/VTK-8.2.0/ThirdParty/diy2/vtkdiy2/include/vtkdiy2/mpi/
H A Dio.hpp25 wronly = MPI_MODE_WRONLY, enumerator
/dports/math/vtk9/VTK-9.1.0/ThirdParty/diy2/vtkdiy2/include/vtkdiy2/mpi/
H A Dio.hpp25 wronly = MPI_MODE_WRONLY, enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/linux/broker/
H A DSandboxBrokerPolicyFactory.cpp57 static const int wronly = SandboxBroker::MAY_WRITE; variable
58 static const int rdwr = rdonly | wronly;
/dports/lang/voc/voc-63008f6/src/library/ulm/
H A DulmSysIO.Mod41 wronly* = { 0 };
97 ELSIF options * (rdwr+wronly) # {} THEN error := Platform.OldRW(filename, fd)
/dports/www/firefox/firefox-99.0/security/sandbox/linux/broker/
H A DSandboxBrokerPolicyFactory.cpp57 static const int wronly = SandboxBroker::MAY_WRITE; variable
58 static const int rdwr = rdonly | wronly;
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/linux/broker/
H A DSandboxBrokerPolicyFactory.cpp57 static const int wronly = SandboxBroker::MAY_WRITE; variable
58 static const int rdwr = rdonly | wronly;
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/linux/broker/
H A DSandboxBrokerPolicyFactory.cpp57 static const int wronly = SandboxBroker::MAY_WRITE; variable
58 static const int rdwr = rdonly | wronly;
/dports/sysutils/fusefs-securefs/securefs-0.12.0/sources/
H A Doperations.cpp348 int wronly = info->flags & O_WRONLY; in open() local
350 int require_write = wronly | append | rdwr; in open()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/include/asm/
H A Dsgiarcs.h154 rdonly, wronly, rdwr, wronly_creat, rdwr_creat, enumerator

12345