Home
last modified time | relevance | path

Searched refs:pipe2 (Results 1 – 25 of 4961) sorted by relevance

12345678910>>...199

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-pipe2.cpp19 pipe2(pipefd, O_NONBLOCK); in warning()
29 pipe2(pipefd, 3); in warningInMacroArugment()
32 TEMP_FAILURE_RETRY(pipe2(pipefd, 3)); in warningInMacroArugment()
37 pipe2(pipefd, flag); in warningInMacroArugment()
38 TEMP_FAILURE_RETRY(pipe2(pipefd, flag)); in warningInMacroArugment()
42 int pipe2(int pipefd[2], int flags);
46 pipe2(pipefd, O_NONBLOCK); in noWarning()
54 pipe2(pipefd, O_CLOEXEC); in noWarning()
56 pipe2(pipefd, O_NONBLOCK | O_CLOEXEC); in noWarning()
62 int pipe2(int pipefd[2], int flags);
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-pipe2.cpp19 pipe2(pipefd, O_NONBLOCK); in warning()
29 pipe2(pipefd, 3); in warningInMacroArugment()
32 TEMP_FAILURE_RETRY(pipe2(pipefd, 3)); in warningInMacroArugment()
37 pipe2(pipefd, flag); in warningInMacroArugment()
38 TEMP_FAILURE_RETRY(pipe2(pipefd, flag)); in warningInMacroArugment()
42 int pipe2(int pipefd[2], int flags);
46 pipe2(pipefd, O_NONBLOCK); in noWarning()
54 pipe2(pipefd, O_CLOEXEC); in noWarning()
56 pipe2(pipefd, O_NONBLOCK | O_CLOEXEC); in noWarning()
62 int pipe2(int pipefd[2], int flags);
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-pipe2.cpp19 pipe2(pipefd, O_NONBLOCK); in warning()
29 pipe2(pipefd, 3); in warningInMacroArugment()
32 TEMP_FAILURE_RETRY(pipe2(pipefd, 3)); in warningInMacroArugment()
37 pipe2(pipefd, flag); in warningInMacroArugment()
38 TEMP_FAILURE_RETRY(pipe2(pipefd, flag)); in warningInMacroArugment()
42 int pipe2(int pipefd[2], int flags);
46 pipe2(pipefd, O_NONBLOCK); in noWarning()
54 pipe2(pipefd, O_CLOEXEC); in noWarning()
56 pipe2(pipefd, O_NONBLOCK | O_CLOEXEC); in noWarning()
62 int pipe2(int pipefd[2], int flags);
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-pipe2.cpp19 pipe2(pipefd, O_NONBLOCK); in warning()
29 pipe2(pipefd, 3); in warningInMacroArugment()
32 TEMP_FAILURE_RETRY(pipe2(pipefd, 3)); in warningInMacroArugment()
37 pipe2(pipefd, flag); in warningInMacroArugment()
38 TEMP_FAILURE_RETRY(pipe2(pipefd, flag)); in warningInMacroArugment()
42 int pipe2(int pipefd[2], int flags);
46 pipe2(pipefd, O_NONBLOCK); in noWarning()
54 pipe2(pipefd, O_CLOEXEC); in noWarning()
56 pipe2(pipefd, O_NONBLOCK | O_CLOEXEC); in noWarning()
62 int pipe2(int pipefd[2], int flags);
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-pipe2.cpp19 pipe2(pipefd, O_NONBLOCK); in warning()
29 pipe2(pipefd, 3); in warningInMacroArugment()
32 TEMP_FAILURE_RETRY(pipe2(pipefd, 3)); in warningInMacroArugment()
37 pipe2(pipefd, flag); in warningInMacroArugment()
38 TEMP_FAILURE_RETRY(pipe2(pipefd, flag)); in warningInMacroArugment()
42 int pipe2(int pipefd[2], int flags);
46 pipe2(pipefd, O_NONBLOCK); in noWarning()
54 pipe2(pipefd, O_CLOEXEC); in noWarning()
56 pipe2(pipefd, O_NONBLOCK | O_CLOEXEC); in noWarning()
62 int pipe2(int pipefd[2], int flags);
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-pipe2.cpp19 pipe2(pipefd, O_NONBLOCK); in warning()
29 pipe2(pipefd, 3); in warningInMacroArugment()
32 TEMP_FAILURE_RETRY(pipe2(pipefd, 3)); in warningInMacroArugment()
37 pipe2(pipefd, flag); in warningInMacroArugment()
38 TEMP_FAILURE_RETRY(pipe2(pipefd, flag)); in warningInMacroArugment()
42 int pipe2(int pipefd[2], int flags);
46 pipe2(pipefd, O_NONBLOCK); in noWarning()
54 pipe2(pipefd, O_CLOEXEC); in noWarning()
56 pipe2(pipefd, O_NONBLOCK | O_CLOEXEC); in noWarning()
62 int pipe2(int pipefd[2], int flags);
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dandroid-cloexec-pipe2.cpp19 pipe2(pipefd, O_NONBLOCK); in warning()
29 pipe2(pipefd, 3); in warningInMacroArugment()
32 TEMP_FAILURE_RETRY(pipe2(pipefd, 3)); in warningInMacroArugment()
37 pipe2(pipefd, flag); in warningInMacroArugment()
38 TEMP_FAILURE_RETRY(pipe2(pipefd, flag)); in warningInMacroArugment()
42 int pipe2(int pipefd[2], int flags);
46 pipe2(pipefd, O_NONBLOCK); in noWarning()
54 pipe2(pipefd, O_CLOEXEC); in noWarning()
56 pipe2(pipefd, O_NONBLOCK | O_CLOEXEC); in noWarning()
62 int pipe2(int pipefd[2], int flags);
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-pipe2.cpp19 pipe2(pipefd, O_NONBLOCK); in warning()
29 pipe2(pipefd, 3); in warningInMacroArugment()
32 TEMP_FAILURE_RETRY(pipe2(pipefd, 3)); in warningInMacroArugment()
37 pipe2(pipefd, flag); in warningInMacroArugment()
38 TEMP_FAILURE_RETRY(pipe2(pipefd, flag)); in warningInMacroArugment()
42 int pipe2(int pipefd[2], int flags);
46 pipe2(pipefd, O_NONBLOCK); in noWarning()
54 pipe2(pipefd, O_CLOEXEC); in noWarning()
56 pipe2(pipefd, O_NONBLOCK | O_CLOEXEC); in noWarning()
62 int pipe2(int pipefd[2], int flags);
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-pipe2.cpp19 pipe2(pipefd, O_NONBLOCK); in warning()
29 pipe2(pipefd, 3); in warningInMacroArugment()
32 TEMP_FAILURE_RETRY(pipe2(pipefd, 3)); in warningInMacroArugment()
37 pipe2(pipefd, flag); in warningInMacroArugment()
38 TEMP_FAILURE_RETRY(pipe2(pipefd, flag)); in warningInMacroArugment()
42 int pipe2(int pipefd[2], int flags);
46 pipe2(pipefd, O_NONBLOCK); in noWarning()
54 pipe2(pipefd, O_CLOEXEC); in noWarning()
56 pipe2(pipefd, O_NONBLOCK | O_CLOEXEC); in noWarning()
62 int pipe2(int pipefd[2], int flags);
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-pipe2.cpp19 pipe2(pipefd, O_NONBLOCK); in warning()
29 pipe2(pipefd, 3); in warningInMacroArugment()
32 TEMP_FAILURE_RETRY(pipe2(pipefd, 3)); in warningInMacroArugment()
37 pipe2(pipefd, flag); in warningInMacroArugment()
38 TEMP_FAILURE_RETRY(pipe2(pipefd, flag)); in warningInMacroArugment()
42 int pipe2(int pipefd[2], int flags);
46 pipe2(pipefd, O_NONBLOCK); in noWarning()
54 pipe2(pipefd, O_CLOEXEC); in noWarning()
56 pipe2(pipefd, O_NONBLOCK | O_CLOEXEC); in noWarning()
62 int pipe2(int pipefd[2], int flags);
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-pipe2.cpp19 pipe2(pipefd, O_NONBLOCK); in warning()
29 pipe2(pipefd, 3); in warningInMacroArugment()
32 TEMP_FAILURE_RETRY(pipe2(pipefd, 3)); in warningInMacroArugment()
37 pipe2(pipefd, flag); in warningInMacroArugment()
38 TEMP_FAILURE_RETRY(pipe2(pipefd, flag)); in warningInMacroArugment()
42 int pipe2(int pipefd[2], int flags);
46 pipe2(pipefd, O_NONBLOCK); in noWarning()
54 pipe2(pipefd, O_CLOEXEC); in noWarning()
56 pipe2(pipefd, O_NONBLOCK | O_CLOEXEC); in noWarning()
62 int pipe2(int pipefd[2], int flags);
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-pipe2.cpp19 pipe2(pipefd, O_NONBLOCK); in warning()
29 pipe2(pipefd, 3); in warningInMacroArugment()
32 TEMP_FAILURE_RETRY(pipe2(pipefd, 3)); in warningInMacroArugment()
37 pipe2(pipefd, flag); in warningInMacroArugment()
38 TEMP_FAILURE_RETRY(pipe2(pipefd, flag)); in warningInMacroArugment()
42 int pipe2(int pipefd[2], int flags);
46 pipe2(pipefd, O_NONBLOCK); in noWarning()
54 pipe2(pipefd, O_CLOEXEC); in noWarning()
56 pipe2(pipefd, O_NONBLOCK | O_CLOEXEC); in noWarning()
62 int pipe2(int pipefd[2], int flags);
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dandroid-cloexec-pipe2.cpp19 pipe2(pipefd, O_NONBLOCK);
29 pipe2(pipefd, 3);
32 TEMP_FAILURE_RETRY(pipe2(pipefd, 3));
37 pipe2(pipefd, flag);
38 TEMP_FAILURE_RETRY(pipe2(pipefd, flag));
42 int pipe2(int pipefd[2], int flags);
46 pipe2(pipefd, O_NONBLOCK);
54 pipe2(pipefd, O_CLOEXEC);
56 pipe2(pipefd, O_NONBLOCK | O_CLOEXEC);
62 int pipe2(int pipefd[2], int flags);
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/tests/pipe/
H A Dtest_pipe.h94 void comparePipes(TPipe1 &pipe1, TPipe2 &pipe2) in comparePipes() argument
98 SEQAN_ASSERT_EQ(length(pipe1), length(pipe2)); in comparePipes()
100 beginRead(pipe2); in comparePipes()
102 for (actualLen = 0; !eof(pipe1) && !eof(pipe2); ++actualLen) in comparePipes()
104 SEQAN_ASSERT_EQ(eos(pipe1), eos(pipe2)); in comparePipes()
105 SEQAN_ASSERT_EQ(*pipe1, *pipe2); in comparePipes()
107 ++pipe2; in comparePipes()
109 SEQAN_ASSERT_EQ(eos(pipe1), eos(pipe2)); in comparePipes()
110 SEQAN_ASSERT_EQ(eof(pipe1), eof(pipe2)); in comparePipes()
113 endRead(pipe2); in comparePipes()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/DrawGraph/IGD_1.0/Simple_version/
H A Dwindow.c46 int childpid, pipe1[2], pipe2[2]; in start_child() local
48 if ((pipe(pipe1) < 0) || (pipe(pipe2) < 0)){ in start_child()
58 close(pipe2[1]); in start_child()
60 *readpipe = fdopen(pipe2[0], "r"); in start_child()
63 fcntl(pipe2[0], F_SETFL, O_NONBLOCK); in start_child()
69 close(pipe2[0]); in start_child()
72 dup2(pipe2[1], 1); in start_child()
74 close(pipe2[1]); in start_child()
/dports/net/samba412/samba-4.12.15/source4/librpc/rpc/
H A Ddcerpc_secondary.c38 struct dcerpc_pipe *pipe2; member
82 s->pipe2 = dcerpc_pipe_init(c, s->pipe->conn->event_ctx); in dcerpc_secondary_connection_send()
83 if (composite_nomem(s->pipe2, c)) return c; in dcerpc_secondary_connection_send()
120 s->pipe2->conn, in dcerpc_secondary_connection_send()
157 pipe_tcp_req = dcerpc_pipe_open_tcp_send(s->pipe2->conn, in dcerpc_secondary_connection_send()
281 s->pipe2->conn->flags = s->pipe->conn->flags; in continue_pipe_open()
282 s->pipe2->binding = dcerpc_binding_dup(s->pipe2, s->binding); in continue_pipe_open()
283 if (composite_nomem(s->pipe2->binding, c)) { in continue_pipe_open()
304 *p2 = talloc_steal(s->pipe, s->pipe2); in dcerpc_secondary_connection_recv()
318 struct dcerpc_pipe *pipe2; member
[all …]
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/kj/
H A Dasync-io-test.c++1096 auto pipe2 = newOneWayPipe(); variable
1118 auto pipe2 = newOneWayPipe(); variable
1141 auto pipe2 = newOneWayPipe(); variable
1240 expectRead(*pipe2.in, "");
1253 expectRead(*pipe2.in, "");
1497 pipe2.out = nullptr;
1521 pipe2.out = nullptr;
1545 pipe2.out = nullptr;
1569 pipe2.out = nullptr;
1684 pipe2.out = nullptr;
[all …]
/dports/mail/qmail-autoresponder/qmail-autoresponder-2.0/
H A Dqmail.c38 int pipe2[2]; /* Pipe from -inject into -queue */ in qmail_start() local
42 || pipe(pipe2) == -1 in qmail_start()
53 close(pipe2[0]); in qmail_start()
57 exec_qmail_inject(pipe1[0], pipe2[1]); in qmail_start()
61 close(pipe2[1]); in qmail_start()
71 close(pipe2[1]); in qmail_start()
74 exec_qmail_queue(pipe2[0], pipe3[0]); in qmail_start()
77 close(pipe2[0]); in qmail_start()
/dports/devel/capnproto/capnproto-0.9.0/c++/src/kj/
H A Dasync-io-test.c++1374 auto pipe2 = newOneWayPipe(); variable
1396 auto pipe2 = newOneWayPipe(); variable
1419 auto pipe2 = newOneWayPipe(); variable
1518 expectRead(*pipe2.in, "");
1531 expectRead(*pipe2.in, "");
1775 pipe2.out = nullptr;
1799 pipe2.out = nullptr;
1823 pipe2.out = nullptr;
1847 pipe2.out = nullptr;
1962 pipe2.out = nullptr;
[all …]
/dports/security/cvm/cvm-0.97/
H A Dclient_xfer_command.c36 int pipe2[2]; in pipefork() local
38 if (pipe(pipe1) == -1 || pipe(pipe2) == -2) return 0; in pipefork()
49 close(pipe2[0]); in pipefork()
50 dup2(pipe2[1], 1); in pipefork()
51 close(pipe2[1]); in pipefork()
57 close(pipe2[1]); in pipefork()
58 pipes[1] = pipe2[0]; in pipefork()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Dpipe22 pipe2() function: create a pipe, with specific opening flags.
5 lib/pipe2.c
6 m4/pipe2.m4
17 gl_UNISTD_MODULE_INDICATOR([pipe2])
20 lib_SOURCES += pipe2.c
/dports/devel/gnulib/gnulib-20140202-stable/modules/
H A Dpipe22 pipe2() function: create a pipe, with specific opening flags.
5 lib/pipe2.c
6 m4/pipe2.m4
17 gl_UNISTD_MODULE_INDICATOR([pipe2])
20 lib_SOURCES += pipe2.c
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/glibc-functions/
H A Dpipe2.texi1 @node pipe2
2 @subsection @code{pipe2}
3 @findex pipe2
5 …umentation:@* @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/pipe2.2.html,,man pipe2}
7 Gnulib module: pipe2
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
H A Dandroid-cloexec-pipe2.rst1 .. title:: clang-tidy - android-cloexec-pipe2
3 android-cloexec-pipe2
6 This checks ensures that pipe2() is called with the O_CLOEXEC flag. The check also
15 pipe2(pipefd, O_NONBLOCK);
21 pipe2(pipefd, O_NONBLOCK | O_CLOEXEC);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/docs/clang-tidy/checks/
H A Dandroid-cloexec-pipe2.rst1 .. title:: clang-tidy - android-cloexec-pipe2
3 android-cloexec-pipe2
6 This checks ensures that pipe2() is called with the O_CLOEXEC flag. The check also
15 pipe2(pipefd, O_NONBLOCK);
21 pipe2(pipefd, O_NONBLOCK | O_CLOEXEC);

12345678910>>...199