Home
last modified time | relevance | path

Searched refs:O_EXCL (Results 1 – 25 of 6558) sorted by relevance

12345678910>>...263

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-open.cpp4 #define O_EXCL 2 macro
26 open("filename", O_RDWR | O_EXCL); in a()
29 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_EXCL)); in a()
41 open64("filename", O_RDWR | O_EXCL); in b()
44 TEMP_FAILURE_RETRY(open64("filename", O_RDWR | O_EXCL)); in b()
56 openat(0, "filename", O_RDWR | O_EXCL); in c()
59 TEMP_FAILURE_RETRY(openat(0, "filename", O_RDWR | O_EXCL)); in c()
130 open("filename", O_RDWR | O_CLOEXEC | O_EXCL); in e()
132 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_CLOEXEC | O_EXCL)); in e()
142 open64("filename", O_RDWR | O_CLOEXEC | O_EXCL); in e()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-open.cpp4 #define O_EXCL 2 macro
26 open("filename", O_RDWR | O_EXCL); in a()
29 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_EXCL)); in a()
41 open64("filename", O_RDWR | O_EXCL); in b()
44 TEMP_FAILURE_RETRY(open64("filename", O_RDWR | O_EXCL)); in b()
56 openat(0, "filename", O_RDWR | O_EXCL); in c()
59 TEMP_FAILURE_RETRY(openat(0, "filename", O_RDWR | O_EXCL)); in c()
130 open("filename", O_RDWR | O_CLOEXEC | O_EXCL); in e()
132 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_CLOEXEC | O_EXCL)); in e()
142 open64("filename", O_RDWR | O_CLOEXEC | O_EXCL); in e()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-open.cpp4 #define O_EXCL 2 macro
26 open("filename", O_RDWR | O_EXCL); in a()
29 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_EXCL)); in a()
41 open64("filename", O_RDWR | O_EXCL); in b()
44 TEMP_FAILURE_RETRY(open64("filename", O_RDWR | O_EXCL)); in b()
56 openat(0, "filename", O_RDWR | O_EXCL); in c()
59 TEMP_FAILURE_RETRY(openat(0, "filename", O_RDWR | O_EXCL)); in c()
130 open("filename", O_RDWR | O_CLOEXEC | O_EXCL); in e()
132 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_CLOEXEC | O_EXCL)); in e()
142 open64("filename", O_RDWR | O_CLOEXEC | O_EXCL); in e()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-open.cpp4 #define O_EXCL 2 macro
26 open("filename", O_RDWR | O_EXCL); in a()
29 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_EXCL)); in a()
41 open64("filename", O_RDWR | O_EXCL); in b()
44 TEMP_FAILURE_RETRY(open64("filename", O_RDWR | O_EXCL)); in b()
56 openat(0, "filename", O_RDWR | O_EXCL); in c()
59 TEMP_FAILURE_RETRY(openat(0, "filename", O_RDWR | O_EXCL)); in c()
130 open("filename", O_RDWR | O_CLOEXEC | O_EXCL); in e()
132 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_CLOEXEC | O_EXCL)); in e()
142 open64("filename", O_RDWR | O_CLOEXEC | O_EXCL); in e()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-open.cpp4 #define O_EXCL 2 macro
26 open("filename", O_RDWR | O_EXCL); in a()
29 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_EXCL)); in a()
41 open64("filename", O_RDWR | O_EXCL); in b()
44 TEMP_FAILURE_RETRY(open64("filename", O_RDWR | O_EXCL)); in b()
56 openat(0, "filename", O_RDWR | O_EXCL); in c()
59 TEMP_FAILURE_RETRY(openat(0, "filename", O_RDWR | O_EXCL)); in c()
130 open("filename", O_RDWR | O_CLOEXEC | O_EXCL); in e()
132 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_CLOEXEC | O_EXCL)); in e()
142 open64("filename", O_RDWR | O_CLOEXEC | O_EXCL); in e()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dandroid-cloexec-open.cpp4 #define O_EXCL 2 macro
26 open("filename", O_RDWR | O_EXCL); in a()
29 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_EXCL)); in a()
41 open64("filename", O_RDWR | O_EXCL); in b()
44 TEMP_FAILURE_RETRY(open64("filename", O_RDWR | O_EXCL)); in b()
56 openat(0, "filename", O_RDWR | O_EXCL); in c()
59 TEMP_FAILURE_RETRY(openat(0, "filename", O_RDWR | O_EXCL)); in c()
130 open("filename", O_RDWR | O_CLOEXEC | O_EXCL); in e()
132 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_CLOEXEC | O_EXCL)); in e()
142 open64("filename", O_RDWR | O_CLOEXEC | O_EXCL); in e()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-open.cpp4 #define O_EXCL 2 macro
26 open("filename", O_RDWR | O_EXCL); in a()
29 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_EXCL)); in a()
41 open64("filename", O_RDWR | O_EXCL); in b()
44 TEMP_FAILURE_RETRY(open64("filename", O_RDWR | O_EXCL)); in b()
56 openat(0, "filename", O_RDWR | O_EXCL); in c()
59 TEMP_FAILURE_RETRY(openat(0, "filename", O_RDWR | O_EXCL)); in c()
130 open("filename", O_RDWR | O_CLOEXEC | O_EXCL); in e()
132 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_CLOEXEC | O_EXCL)); in e()
142 open64("filename", O_RDWR | O_CLOEXEC | O_EXCL); in e()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-open.cpp4 #define O_EXCL 2 macro
26 open("filename", O_RDWR | O_EXCL); in a()
29 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_EXCL)); in a()
41 open64("filename", O_RDWR | O_EXCL); in b()
44 TEMP_FAILURE_RETRY(open64("filename", O_RDWR | O_EXCL)); in b()
56 openat(0, "filename", O_RDWR | O_EXCL); in c()
59 TEMP_FAILURE_RETRY(openat(0, "filename", O_RDWR | O_EXCL)); in c()
130 open("filename", O_RDWR | O_CLOEXEC | O_EXCL); in e()
132 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_CLOEXEC | O_EXCL)); in e()
142 open64("filename", O_RDWR | O_CLOEXEC | O_EXCL); in e()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-open.cpp4 #define O_EXCL 2 macro
26 open("filename", O_RDWR | O_EXCL); in a()
29 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_EXCL)); in a()
41 open64("filename", O_RDWR | O_EXCL); in b()
44 TEMP_FAILURE_RETRY(open64("filename", O_RDWR | O_EXCL)); in b()
56 openat(0, "filename", O_RDWR | O_EXCL); in c()
59 TEMP_FAILURE_RETRY(openat(0, "filename", O_RDWR | O_EXCL)); in c()
130 open("filename", O_RDWR | O_CLOEXEC | O_EXCL); in e()
132 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_CLOEXEC | O_EXCL)); in e()
142 open64("filename", O_RDWR | O_CLOEXEC | O_EXCL); in e()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-open.cpp4 #define O_EXCL 2 macro
26 open("filename", O_RDWR | O_EXCL); in a()
29 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_EXCL)); in a()
41 open64("filename", O_RDWR | O_EXCL); in b()
44 TEMP_FAILURE_RETRY(open64("filename", O_RDWR | O_EXCL)); in b()
56 openat(0, "filename", O_RDWR | O_EXCL); in c()
59 TEMP_FAILURE_RETRY(openat(0, "filename", O_RDWR | O_EXCL)); in c()
130 open("filename", O_RDWR | O_CLOEXEC | O_EXCL); in e()
132 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_CLOEXEC | O_EXCL)); in e()
142 open64("filename", O_RDWR | O_CLOEXEC | O_EXCL); in e()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-open.cpp4 #define O_EXCL 2 macro
26 open("filename", O_RDWR | O_EXCL); in a()
29 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_EXCL)); in a()
41 open64("filename", O_RDWR | O_EXCL); in b()
44 TEMP_FAILURE_RETRY(open64("filename", O_RDWR | O_EXCL)); in b()
56 openat(0, "filename", O_RDWR | O_EXCL); in c()
59 TEMP_FAILURE_RETRY(openat(0, "filename", O_RDWR | O_EXCL)); in c()
130 open("filename", O_RDWR | O_CLOEXEC | O_EXCL); in e()
132 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_CLOEXEC | O_EXCL)); in e()
142 open64("filename", O_RDWR | O_CLOEXEC | O_EXCL); in e()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-open.cpp4 #define O_EXCL 2 macro
26 open("filename", O_RDWR | O_EXCL); in a()
29 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_EXCL)); in a()
41 open64("filename", O_RDWR | O_EXCL); in b()
44 TEMP_FAILURE_RETRY(open64("filename", O_RDWR | O_EXCL)); in b()
56 openat(0, "filename", O_RDWR | O_EXCL); in c()
59 TEMP_FAILURE_RETRY(openat(0, "filename", O_RDWR | O_EXCL)); in c()
130 open("filename", O_RDWR | O_CLOEXEC | O_EXCL); in e()
132 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_CLOEXEC | O_EXCL)); in e()
142 open64("filename", O_RDWR | O_CLOEXEC | O_EXCL); in e()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-open.cpp4 #define O_EXCL 2
26 open("filename", O_RDWR | O_EXCL);
29 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_EXCL));
41 open64("filename", O_RDWR | O_EXCL);
44 TEMP_FAILURE_RETRY(open64("filename", O_RDWR | O_EXCL));
56 openat(0, "filename", O_RDWR | O_EXCL); in libpqConnect()
59 TEMP_FAILURE_RETRY(openat(0, "filename", O_RDWR | O_EXCL)); in libpqConnect()
130 open("filename", O_RDWR | O_CLOEXEC | O_EXCL);
132 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_CLOEXEC | O_EXCL)); in run_simple_command()
142 open64("filename", O_RDWR | O_CLOEXEC | O_EXCL);
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dandroid-cloexec-open.cpp4 #define O_EXCL 2 macro
26 open("filename", O_RDWR | O_EXCL); in a()
29 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_EXCL)); in a()
41 open64("filename", O_RDWR | O_EXCL); in b()
44 TEMP_FAILURE_RETRY(open64("filename", O_RDWR | O_EXCL)); in b()
56 openat(0, "filename", O_RDWR | O_EXCL); in c()
59 TEMP_FAILURE_RETRY(openat(0, "filename", O_RDWR | O_EXCL)); in c()
130 open("filename", O_RDWR | O_CLOEXEC | O_EXCL); in e()
132 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_CLOEXEC | O_EXCL)); in e()
142 open64("filename", O_RDWR | O_CLOEXEC | O_EXCL); in e()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dandroid-cloexec-open.cpp4 #define O_EXCL 2 macro
26 open("filename", O_RDWR | O_EXCL); in a()
29 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_EXCL)); in a()
41 open64("filename", O_RDWR | O_EXCL); in b()
44 TEMP_FAILURE_RETRY(open64("filename", O_RDWR | O_EXCL)); in b()
56 openat(0, "filename", O_RDWR | O_EXCL); in c()
59 TEMP_FAILURE_RETRY(openat(0, "filename", O_RDWR | O_EXCL)); in c()
130 open("filename", O_RDWR | O_CLOEXEC | O_EXCL); in e()
132 TEMP_FAILURE_RETRY(open("filename", O_RDWR | O_CLOEXEC | O_EXCL)); in e()
142 open64("filename", O_RDWR | O_CLOEXEC | O_EXCL); in e()
[all …]
/dports/net/rclone/rclone-1.57.0/vfs/
H A Dopen_test.go67 flags: os.O_RDONLY | os.O_EXCL,
77 flags: os.O_RDONLY | os.O_EXCL | os.O_TRUNC,
87 flags: os.O_RDONLY | os.O_EXCL | os.O_SYNC,
147 flags: os.O_RDONLY | os.O_CREATE | os.O_EXCL,
227 flags: os.O_RDONLY | os.O_APPEND | os.O_EXCL,
387 flags: os.O_WRONLY | os.O_EXCL,
397 flags: os.O_WRONLY | os.O_EXCL | os.O_TRUNC,
407 flags: os.O_WRONLY | os.O_EXCL | os.O_SYNC,
707 flags: os.O_RDWR | os.O_EXCL,
717 flags: os.O_RDWR | os.O_EXCL | os.O_TRUNC,
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/posix/
H A Dfcntl.d181 enum O_EXCL = 0x0400; in version() local
233 enum O_EXCL = 0x800; in version() local
310 enum O_EXCL = 0x0800; in version() local
361 enum O_EXCL = 0x0800; in version() local
423 enum O_EXCL = 0x0800; in version() local
495 enum O_EXCL = 0x0800; in version() local
542 enum O_EXCL = 0x0000800; in version() local
653 enum O_EXCL = 0x0400; in version() local
745 enum O_EXCL = 0x80; // octal 0200
784 O_EXCL = 0x80, // octal 0200
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/posix/
H A Dfcntl.d181 enum O_EXCL = 0x0400; in version() local
233 enum O_EXCL = 0x800; in version() local
310 enum O_EXCL = 0x0800; in version() local
361 enum O_EXCL = 0x0800; in version() local
423 enum O_EXCL = 0x0800; in version() local
495 enum O_EXCL = 0x0800; in version() local
542 enum O_EXCL = 0x0000800; in version() local
653 enum O_EXCL = 0x0400; in version() local
745 enum O_EXCL = 0x80; // octal 0200
784 O_EXCL = 0x80, // octal 0200
[all …]
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/posix/
H A Dfcntl.d181 enum O_EXCL = 0x0400; in version() local
233 enum O_EXCL = 0x800; in version() local
310 enum O_EXCL = 0x0800; in version() local
361 enum O_EXCL = 0x0800; in version() local
423 enum O_EXCL = 0x0800; in version() local
495 enum O_EXCL = 0x0800; in version() local
542 enum O_EXCL = 0x0000800; in version() local
653 enum O_EXCL = 0x0400; in version() local
745 enum O_EXCL = 0x80; // octal 0200
784 O_EXCL = 0x80, // octal 0200
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/posix/
H A Dfcntl.d184 enum O_EXCL = 0x0400; in version() local
240 enum O_EXCL = 0x800; in version() local
319 enum O_EXCL = 0x0800; in version() local
370 enum O_EXCL = 0x0800; in version() local
432 enum O_EXCL = 0x0800; in version() local
504 enum O_EXCL = 0x0800; in version() local
551 enum O_EXCL = 0x0000800; in version() local
662 enum O_EXCL = 0x0400; in version() local
754 enum O_EXCL = 0x80; // octal 0200
888 O_EXCL = 0x80, // octal 0200
[all …]
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/posix/
H A Dfcntl.d182 enum O_EXCL = 0x0400; in version() local
234 enum O_EXCL = 0x800; in version() local
311 enum O_EXCL = 0x0800; in version() local
362 enum O_EXCL = 0x0800; in version() local
424 enum O_EXCL = 0x0800; in version() local
496 enum O_EXCL = 0x0800; in version() local
543 enum O_EXCL = 0x0000800; in version() local
654 enum O_EXCL = 0x0400; in version() local
746 enum O_EXCL = 0x80; // octal 0200
880 O_EXCL = 0x80, // octal 0200
[all …]
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/posix/
H A Dfcntl.d181 enum O_EXCL = 0x0400; in version() local
233 enum O_EXCL = 0x800; in version() local
310 enum O_EXCL = 0x0800; in version() local
361 enum O_EXCL = 0x0800; in version() local
423 enum O_EXCL = 0x0800; in version() local
495 enum O_EXCL = 0x0800; in version() local
542 enum O_EXCL = 0x0000800; in version() local
653 enum O_EXCL = 0x0400; in version() local
745 enum O_EXCL = 0x80; // octal 0200
879 O_EXCL = 0x80, // octal 0200
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/posix/
H A Dfcntl.d182 enum O_EXCL = 0x0400; in version() local
234 enum O_EXCL = 0x800; in version() local
311 enum O_EXCL = 0x0800; in version() local
362 enum O_EXCL = 0x0800; in version() local
424 enum O_EXCL = 0x0800; in version() local
496 enum O_EXCL = 0x0800; in version() local
543 enum O_EXCL = 0x0000800; in version() local
654 enum O_EXCL = 0x0400; in version() local
746 enum O_EXCL = 0x80; // octal 0200
880 O_EXCL = 0x80, // octal 0200
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/posix/
H A Dfcntl.d181 enum O_EXCL = 0x0400; in version() local
233 enum O_EXCL = 0x800; in version() local
310 enum O_EXCL = 0x0800; in version() local
361 enum O_EXCL = 0x0800; in version() local
423 enum O_EXCL = 0x0800; in version() local
495 enum O_EXCL = 0x0800; in version() local
542 enum O_EXCL = 0x0000800; in version() local
653 enum O_EXCL = 0x0400; in version() local
745 enum O_EXCL = 0x80; // octal 0200
879 O_EXCL = 0x80, // octal 0200
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/posix/
H A Dfcntl.d181 enum O_EXCL = 0x0400; in version() local
233 enum O_EXCL = 0x800; in version() local
310 enum O_EXCL = 0x0800; in version() local
361 enum O_EXCL = 0x0800; in version() local
423 enum O_EXCL = 0x0800; in version() local
495 enum O_EXCL = 0x0800; in version() local
542 enum O_EXCL = 0x0000800; in version() local
653 enum O_EXCL = 0x0400; in version() local
745 enum O_EXCL = 0x80; // octal 0200
879 O_EXCL = 0x80, // octal 0200
[all …]

12345678910>>...263