Home
last modified time | relevance | path

Searched refs:O_NONBLOCK (Results 1 – 25 of 7919) sorted by relevance

12345678910>>...317

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-pipe2.cpp3 #define O_NONBLOCK 1 macro
19 pipe2(pipefd, O_NONBLOCK); in warning()
22 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in warning()
36 int flag = O_NONBLOCK; in warningInMacroArugment()
46 pipe2(pipefd, O_NONBLOCK); in noWarning()
47 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in noWarning()
56 pipe2(pipefd, O_NONBLOCK | O_CLOEXEC); in noWarning()
57 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK | O_CLOEXEC)); in noWarning()
65 pipe2(pipefd, O_NONBLOCK); in noWarning()
66 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in noWarning()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-pipe2.cpp3 #define O_NONBLOCK 1 macro
19 pipe2(pipefd, O_NONBLOCK); in warning()
22 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in warning()
36 int flag = O_NONBLOCK; in warningInMacroArugment()
46 pipe2(pipefd, O_NONBLOCK); in noWarning()
47 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in noWarning()
56 pipe2(pipefd, O_NONBLOCK | O_CLOEXEC); in noWarning()
57 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK | O_CLOEXEC)); in noWarning()
65 pipe2(pipefd, O_NONBLOCK); in noWarning()
66 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in noWarning()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-pipe2.cpp3 #define O_NONBLOCK 1 macro
19 pipe2(pipefd, O_NONBLOCK); in warning()
22 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in warning()
36 int flag = O_NONBLOCK; in warningInMacroArugment()
46 pipe2(pipefd, O_NONBLOCK); in noWarning()
47 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in noWarning()
56 pipe2(pipefd, O_NONBLOCK | O_CLOEXEC); in noWarning()
57 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK | O_CLOEXEC)); in noWarning()
65 pipe2(pipefd, O_NONBLOCK); in noWarning()
66 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in noWarning()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-pipe2.cpp3 #define O_NONBLOCK 1 macro
19 pipe2(pipefd, O_NONBLOCK); in warning()
22 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in warning()
36 int flag = O_NONBLOCK; in warningInMacroArugment()
46 pipe2(pipefd, O_NONBLOCK); in noWarning()
47 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in noWarning()
56 pipe2(pipefd, O_NONBLOCK | O_CLOEXEC); in noWarning()
57 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK | O_CLOEXEC)); in noWarning()
65 pipe2(pipefd, O_NONBLOCK); in noWarning()
66 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in noWarning()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-pipe2.cpp3 #define O_NONBLOCK 1 macro
19 pipe2(pipefd, O_NONBLOCK); in warning()
22 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in warning()
36 int flag = O_NONBLOCK; in warningInMacroArugment()
46 pipe2(pipefd, O_NONBLOCK); in noWarning()
47 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in noWarning()
56 pipe2(pipefd, O_NONBLOCK | O_CLOEXEC); in noWarning()
57 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK | O_CLOEXEC)); in noWarning()
65 pipe2(pipefd, O_NONBLOCK); in noWarning()
66 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in noWarning()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-pipe2.cpp3 #define O_NONBLOCK 1 macro
19 pipe2(pipefd, O_NONBLOCK); in warning()
22 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in warning()
36 int flag = O_NONBLOCK; in warningInMacroArugment()
46 pipe2(pipefd, O_NONBLOCK); in noWarning()
47 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in noWarning()
56 pipe2(pipefd, O_NONBLOCK | O_CLOEXEC); in noWarning()
57 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK | O_CLOEXEC)); in noWarning()
65 pipe2(pipefd, O_NONBLOCK); in noWarning()
66 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in noWarning()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dandroid-cloexec-pipe2.cpp3 #define O_NONBLOCK 1 macro
19 pipe2(pipefd, O_NONBLOCK); in warning()
22 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in warning()
36 int flag = O_NONBLOCK; in warningInMacroArugment()
46 pipe2(pipefd, O_NONBLOCK); in noWarning()
47 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in noWarning()
56 pipe2(pipefd, O_NONBLOCK | O_CLOEXEC); in noWarning()
57 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK | O_CLOEXEC)); in noWarning()
65 pipe2(pipefd, O_NONBLOCK); in noWarning()
66 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in noWarning()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-pipe2.cpp3 #define O_NONBLOCK 1 macro
19 pipe2(pipefd, O_NONBLOCK); in warning()
22 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in warning()
36 int flag = O_NONBLOCK; in warningInMacroArugment()
46 pipe2(pipefd, O_NONBLOCK); in noWarning()
47 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in noWarning()
56 pipe2(pipefd, O_NONBLOCK | O_CLOEXEC); in noWarning()
57 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK | O_CLOEXEC)); in noWarning()
65 pipe2(pipefd, O_NONBLOCK); in noWarning()
66 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in noWarning()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-pipe2.cpp3 #define O_NONBLOCK 1 macro
19 pipe2(pipefd, O_NONBLOCK); in warning()
22 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in warning()
36 int flag = O_NONBLOCK; in warningInMacroArugment()
46 pipe2(pipefd, O_NONBLOCK); in noWarning()
47 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in noWarning()
56 pipe2(pipefd, O_NONBLOCK | O_CLOEXEC); in noWarning()
57 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK | O_CLOEXEC)); in noWarning()
65 pipe2(pipefd, O_NONBLOCK); in noWarning()
66 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in noWarning()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-pipe2.cpp3 #define O_NONBLOCK 1 macro
19 pipe2(pipefd, O_NONBLOCK); in warning()
22 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in warning()
36 int flag = O_NONBLOCK; in warningInMacroArugment()
46 pipe2(pipefd, O_NONBLOCK); in noWarning()
47 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in noWarning()
56 pipe2(pipefd, O_NONBLOCK | O_CLOEXEC); in noWarning()
57 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK | O_CLOEXEC)); in noWarning()
65 pipe2(pipefd, O_NONBLOCK); in noWarning()
66 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in noWarning()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-pipe2.cpp3 #define O_NONBLOCK 1 macro
19 pipe2(pipefd, O_NONBLOCK); in warning()
22 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in warning()
36 int flag = O_NONBLOCK; in warningInMacroArugment()
46 pipe2(pipefd, O_NONBLOCK); in noWarning()
47 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in noWarning()
56 pipe2(pipefd, O_NONBLOCK | O_CLOEXEC); in noWarning()
57 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK | O_CLOEXEC)); in noWarning()
65 pipe2(pipefd, O_NONBLOCK); in noWarning()
66 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in noWarning()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-pipe2.cpp3 #define O_NONBLOCK 1 macro
19 pipe2(pipefd, O_NONBLOCK); in warning()
22 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in warning()
36 int flag = O_NONBLOCK; in warningInMacroArugment()
46 pipe2(pipefd, O_NONBLOCK); in noWarning()
47 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in noWarning()
56 pipe2(pipefd, O_NONBLOCK | O_CLOEXEC); in noWarning()
57 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK | O_CLOEXEC)); in noWarning()
65 pipe2(pipefd, O_NONBLOCK); in noWarning()
66 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK)); in noWarning()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-pipe2.cpp3 #define O_NONBLOCK 1
19 pipe2(pipefd, O_NONBLOCK);
22 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK));
36 int flag = O_NONBLOCK;
46 pipe2(pipefd, O_NONBLOCK);
47 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK));
56 pipe2(pipefd, O_NONBLOCK | O_CLOEXEC);
57 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK | O_CLOEXEC));
65 pipe2(pipefd, O_NONBLOCK);
66 TEMP_FAILURE_RETRY(pipe2(pipefd, O_NONBLOCK));
/dports/dns/adns/adns-1.6.0/regress/
H A Dcase-arf-text.sys5 fcntl=~O_NONBLOCK&...
7 fcntl fd=0 cmd=F_SETFL O_NONBLOCK|...
11 fcntl=~O_NONBLOCK&...
13 fcntl fd=1 cmd=F_SETFL O_NONBLOCK|...
20 fcntl=~O_NONBLOCK&...
22 fcntl fd=6 cmd=F_SETFL O_NONBLOCK|...
50 fcntl=O_NONBLOCK|...
52 fcntl fd=0 cmd=F_SETFL ~O_NONBLOCK&...
56 fcntl=O_NONBLOCK|...
58 fcntl fd=1 cmd=F_SETFL ~O_NONBLOCK&...
H A Dcase-connfail.sys8 fcntl=~O_NONBLOCK&...
10 fcntl fd=6 cmd=F_SETFL O_NONBLOCK|...
17 fcntl=~O_NONBLOCK&...
19 fcntl fd=7 cmd=F_SETFL O_NONBLOCK|...
32 fcntl=~O_NONBLOCK&...
34 fcntl fd=7 cmd=F_SETFL O_NONBLOCK|...
50 fcntl=~O_NONBLOCK&...
52 fcntl fd=7 cmd=F_SETFL O_NONBLOCK|...
65 fcntl=~O_NONBLOCK&...
67 fcntl fd=7 cmd=F_SETFL O_NONBLOCK|...
/dports/devel/skalibs/skalibs-2.10.0.3/src/include/skalibs/
H A Dsocket.h27 #define ipc_stream_nb() ipc_stream_internal(O_NONBLOCK)
29 #define ipc_stream_nbcoe() ipc_stream_internal(O_NONBLOCK|O_CLOEXEC)
34 #define ipc_datagram_nb() ipc_datagram_internal(O_NONBLOCK)
36 #define ipc_datagram_nbcoe() ipc_datagram_internal(O_NONBLOCK|O_CLOEXEC)
41 #define ipc_pair_nb(sv) ipc_pair_internal((sv), O_NONBLOCK)
43 #define ipc_pair_nbcoe(sv) ipc_pair_internal((sv), O_NONBLOCK|O_CLOEXEC)
78 #define socket_tcp4_nb() socket_tcp4_internal(O_NONBLOCK)
80 #define socket_tcp4_nbcoe() socket_tcp4_internal(O_NONBLOCK|O_CLOEXEC)
85 #define socket_tcp6_nb() socket_tcp6_internal(O_NONBLOCK)
98 #define socket_udp4_nb() socket_udp4_internal(O_NONBLOCK)
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/posix/
H A Dfcntl.d187 enum O_NONBLOCK = 0x0080; in version() local
238 enum O_NONBLOCK = 0x4000; in version() local
319 enum O_NONBLOCK = 0x0004; in version() local
370 enum O_NONBLOCK = 0x0004; in version() local
437 enum O_NONBLOCK = 0x0004; in version() local
504 enum O_NONBLOCK = 0x0004; in version() local
532 enum O_NONBLOCK = 0x0000004; in version() local
557 enum FNONBLOCK = O_NONBLOCK; in version()
558 enum FNDELAY = O_NONBLOCK; in version()
559 enum O_NDELAY = O_NONBLOCK; in version()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/posix/
H A Dfcntl.d187 enum O_NONBLOCK = 0x0080; in version() local
238 enum O_NONBLOCK = 0x4000; in version() local
319 enum O_NONBLOCK = 0x0004; in version() local
370 enum O_NONBLOCK = 0x0004; in version() local
437 enum O_NONBLOCK = 0x0004; in version() local
504 enum O_NONBLOCK = 0x0004; in version() local
532 enum O_NONBLOCK = 0x0000004; in version() local
557 enum FNONBLOCK = O_NONBLOCK; in version()
558 enum FNDELAY = O_NONBLOCK; in version()
559 enum O_NDELAY = O_NONBLOCK; in version()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/posix/
H A Dfcntl.d187 enum O_NONBLOCK = 0x0080; in version() local
238 enum O_NONBLOCK = 0x4000; in version() local
319 enum O_NONBLOCK = 0x0004; in version() local
370 enum O_NONBLOCK = 0x0004; in version() local
437 enum O_NONBLOCK = 0x0004; in version() local
504 enum O_NONBLOCK = 0x0004; in version() local
532 enum O_NONBLOCK = 0x0000004; in version() local
557 enum FNONBLOCK = O_NONBLOCK; in version()
558 enum FNDELAY = O_NONBLOCK; in version()
559 enum O_NDELAY = O_NONBLOCK; in version()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/posix/
H A Dfcntl.d190 enum O_NONBLOCK = 0x0080; in version() local
245 enum O_NONBLOCK = 0x4000; in version() local
328 enum O_NONBLOCK = 0x0004; in version() local
379 enum O_NONBLOCK = 0x0004; in version() local
446 enum O_NONBLOCK = 0x0004; in version() local
513 enum O_NONBLOCK = 0x0004; in version() local
541 enum O_NONBLOCK = 0x0000004; in version() local
566 enum FNONBLOCK = O_NONBLOCK; in version()
567 enum FNDELAY = O_NONBLOCK; in version()
568 enum O_NDELAY = O_NONBLOCK; in version()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/posix/
H A Dfcntl.d188 enum O_NONBLOCK = 0x0080; in version() local
239 enum O_NONBLOCK = 0x4000; in version() local
320 enum O_NONBLOCK = 0x0004; in version() local
371 enum O_NONBLOCK = 0x0004; in version() local
438 enum O_NONBLOCK = 0x0004; in version() local
505 enum O_NONBLOCK = 0x0004; in version() local
533 enum O_NONBLOCK = 0x0000004; in version() local
558 enum FNONBLOCK = O_NONBLOCK; in version()
559 enum FNDELAY = O_NONBLOCK; in version()
560 enum O_NDELAY = O_NONBLOCK; in version()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/posix/
H A Dfcntl.d187 enum O_NONBLOCK = 0x0080; in version() local
238 enum O_NONBLOCK = 0x4000; in version() local
319 enum O_NONBLOCK = 0x0004; in version() local
370 enum O_NONBLOCK = 0x0004; in version() local
437 enum O_NONBLOCK = 0x0004; in version() local
504 enum O_NONBLOCK = 0x0004; in version() local
532 enum O_NONBLOCK = 0x0000004; in version() local
557 enum FNONBLOCK = O_NONBLOCK; in version()
558 enum FNDELAY = O_NONBLOCK; in version()
559 enum O_NDELAY = O_NONBLOCK; in version()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/posix/
H A Dfcntl.d188 enum O_NONBLOCK = 0x0080; in version() local
239 enum O_NONBLOCK = 0x4000; in version() local
320 enum O_NONBLOCK = 0x0004; in version() local
371 enum O_NONBLOCK = 0x0004; in version() local
438 enum O_NONBLOCK = 0x0004; in version() local
505 enum O_NONBLOCK = 0x0004; in version() local
533 enum O_NONBLOCK = 0x0000004; in version() local
558 enum FNONBLOCK = O_NONBLOCK; in version()
559 enum FNDELAY = O_NONBLOCK; in version()
560 enum O_NDELAY = O_NONBLOCK; in version()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/posix/
H A Dfcntl.d187 enum O_NONBLOCK = 0x0080; in version() local
238 enum O_NONBLOCK = 0x4000; in version() local
319 enum O_NONBLOCK = 0x0004; in version() local
370 enum O_NONBLOCK = 0x0004; in version() local
437 enum O_NONBLOCK = 0x0004; in version() local
504 enum O_NONBLOCK = 0x0004; in version() local
532 enum O_NONBLOCK = 0x0000004; in version() local
557 enum FNONBLOCK = O_NONBLOCK; in version()
558 enum FNDELAY = O_NONBLOCK; in version()
559 enum O_NDELAY = O_NONBLOCK; in version()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/posix/
H A Dfcntl.d187 enum O_NONBLOCK = 0x0080; in version() local
238 enum O_NONBLOCK = 0x4000; in version() local
319 enum O_NONBLOCK = 0x0004; in version() local
370 enum O_NONBLOCK = 0x0004; in version() local
437 enum O_NONBLOCK = 0x0004; in version() local
504 enum O_NONBLOCK = 0x0004; in version() local
532 enum O_NONBLOCK = 0x0000004; in version() local
557 enum FNONBLOCK = O_NONBLOCK; in version()
558 enum FNDELAY = O_NONBLOCK; in version()
559 enum O_NDELAY = O_NONBLOCK; in version()
[all …]

12345678910>>...317