Home
last modified time | relevance | path

Searched refs:EPOLL_CLOEXEC (Results 1 – 25 of 4042) sorted by relevance

12345678910>>...162

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-epoll-create1.cpp4 #define EPOLL_CLOEXEC __O_CLOEXEC macro
33 epoll_create1(EPOLL_CLOEXEC); in f()
34 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in f()
48 epoll_create1(EPOLL_CLOEXEC); in e()
49 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in e()
56 epoll_create1(EPOLL_CLOEXEC); in d()
57 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in d()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-epoll-create1.cpp4 #define EPOLL_CLOEXEC __O_CLOEXEC macro
33 epoll_create1(EPOLL_CLOEXEC); in f()
34 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in f()
48 epoll_create1(EPOLL_CLOEXEC); in e()
49 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in e()
56 epoll_create1(EPOLL_CLOEXEC); in d()
57 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in d()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-epoll-create1.cpp4 #define EPOLL_CLOEXEC __O_CLOEXEC macro
33 epoll_create1(EPOLL_CLOEXEC); in f()
34 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in f()
48 epoll_create1(EPOLL_CLOEXEC); in e()
49 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in e()
56 epoll_create1(EPOLL_CLOEXEC); in d()
57 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in d()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-epoll-create1.cpp4 #define EPOLL_CLOEXEC __O_CLOEXEC macro
33 epoll_create1(EPOLL_CLOEXEC); in f()
34 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in f()
48 epoll_create1(EPOLL_CLOEXEC); in e()
49 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in e()
56 epoll_create1(EPOLL_CLOEXEC); in d()
57 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in d()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-epoll-create1.cpp4 #define EPOLL_CLOEXEC __O_CLOEXEC macro
33 epoll_create1(EPOLL_CLOEXEC); in f()
34 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in f()
48 epoll_create1(EPOLL_CLOEXEC); in e()
49 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in e()
56 epoll_create1(EPOLL_CLOEXEC); in d()
57 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in d()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dandroid-cloexec-epoll-create1.cpp4 #define EPOLL_CLOEXEC __O_CLOEXEC macro
33 epoll_create1(EPOLL_CLOEXEC); in f()
34 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in f()
48 epoll_create1(EPOLL_CLOEXEC); in e()
49 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in e()
56 epoll_create1(EPOLL_CLOEXEC); in d()
57 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in d()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-epoll-create1.cpp4 #define EPOLL_CLOEXEC __O_CLOEXEC macro
33 epoll_create1(EPOLL_CLOEXEC); in f()
34 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in f()
48 epoll_create1(EPOLL_CLOEXEC); in e()
49 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in e()
56 epoll_create1(EPOLL_CLOEXEC); in d()
57 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in d()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-epoll-create1.cpp4 #define EPOLL_CLOEXEC __O_CLOEXEC macro
33 epoll_create1(EPOLL_CLOEXEC); in f()
34 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in f()
48 epoll_create1(EPOLL_CLOEXEC); in e()
49 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in e()
56 epoll_create1(EPOLL_CLOEXEC); in d()
57 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in d()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-epoll-create1.cpp4 #define EPOLL_CLOEXEC __O_CLOEXEC macro
33 epoll_create1(EPOLL_CLOEXEC); in f()
34 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in f()
48 epoll_create1(EPOLL_CLOEXEC); in e()
49 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in e()
56 epoll_create1(EPOLL_CLOEXEC); in d()
57 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in d()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-epoll-create1.cpp4 #define EPOLL_CLOEXEC __O_CLOEXEC macro
33 epoll_create1(EPOLL_CLOEXEC); in f()
34 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in f()
48 epoll_create1(EPOLL_CLOEXEC); in e()
49 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in e()
56 epoll_create1(EPOLL_CLOEXEC); in d()
57 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in d()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-epoll-create1.cpp4 #define EPOLL_CLOEXEC __O_CLOEXEC macro
33 epoll_create1(EPOLL_CLOEXEC); in f()
34 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in f()
48 epoll_create1(EPOLL_CLOEXEC); in e()
49 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in e()
56 epoll_create1(EPOLL_CLOEXEC); in d()
57 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in d()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-epoll-create1.cpp4 #define EPOLL_CLOEXEC __O_CLOEXEC macro
33 epoll_create1(EPOLL_CLOEXEC); in f()
34 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in f()
48 epoll_create1(EPOLL_CLOEXEC); in e()
49 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in e()
56 epoll_create1(EPOLL_CLOEXEC); in d()
57 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in d()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-epoll-create1.cpp4 #define EPOLL_CLOEXEC __O_CLOEXEC macro
33 epoll_create1(EPOLL_CLOEXEC); in f()
34 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in f()
48 epoll_create1(EPOLL_CLOEXEC); in e()
49 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in e()
56 epoll_create1(EPOLL_CLOEXEC); in d()
57 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in d()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dandroid-cloexec-epoll-create1.cpp4 #define EPOLL_CLOEXEC __O_CLOEXEC macro
33 epoll_create1(EPOLL_CLOEXEC); in f()
34 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in f()
48 epoll_create1(EPOLL_CLOEXEC); in e()
49 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in e()
56 epoll_create1(EPOLL_CLOEXEC); in d()
57 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in d()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dandroid-cloexec-epoll-create1.cpp4 #define EPOLL_CLOEXEC __O_CLOEXEC macro
33 epoll_create1(EPOLL_CLOEXEC); in f()
34 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in f()
48 epoll_create1(EPOLL_CLOEXEC); in e()
49 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in e()
56 epoll_create1(EPOLL_CLOEXEC); in d()
57 TEMP_FAILURE_RETRY(epoll_create1(EPOLL_CLOEXEC)); in d()
/dports/lang/zig/zig-0.9.0/lib/libc/include/sparcv9-linux-gnu/bits/
H A Depoll.h25 EPOLL_CLOEXEC = 0x400000 enumerator
26 #define EPOLL_CLOEXEC EPOLL_CLOEXEC macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/sparcv9-linux-gnu/bits/
H A Depoll.h25 EPOLL_CLOEXEC = 0x400000 enumerator
26 #define EPOLL_CLOEXEC EPOLL_CLOEXEC macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Depoll.h25 EPOLL_CLOEXEC = 02000000 enumerator
26 #define EPOLL_CLOEXEC EPOLL_CLOEXEC macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/sparc-linux-gnu/bits/
H A Depoll.h25 EPOLL_CLOEXEC = 0x400000 enumerator
26 #define EPOLL_CLOEXEC EPOLL_CLOEXEC macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Depoll.h25 EPOLL_CLOEXEC = 02000000 enumerator
26 #define EPOLL_CLOEXEC EPOLL_CLOEXEC macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/sparc-linux-gnu/bits/
H A Depoll.h25 EPOLL_CLOEXEC = 0x400000 enumerator
26 #define EPOLL_CLOEXEC EPOLL_CLOEXEC macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/x86_64-linux-gnux32/bits/
H A Depoll.h25 EPOLL_CLOEXEC = 02000000 enumerator
26 #define EPOLL_CLOEXEC EPOLL_CLOEXEC macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/i386-linux-gnu/bits/
H A Depoll.h25 EPOLL_CLOEXEC = 02000000 enumerator
26 #define EPOLL_CLOEXEC EPOLL_CLOEXEC macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/x86_64-linux-gnu/bits/
H A Depoll.h25 EPOLL_CLOEXEC = 02000000 enumerator
26 #define EPOLL_CLOEXEC EPOLL_CLOEXEC macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/i386-linux-gnu/bits/
H A Depoll.h25 EPOLL_CLOEXEC = 02000000 enumerator
26 #define EPOLL_CLOEXEC EPOLL_CLOEXEC macro

12345678910>>...162