Searched refs:pipe2 (Results 1 – 25 of 94) sorted by relevance
1234
/external/ltp/testcases/kernel/syscalls/tee/ |
D | tee01.c | 98 int pipe2[2]; in tee_test() local 105 SAFE_PIPE(cleanup, pipe2); in tee_test() 111 ret = tee(pipe1[0], pipe2[1], TEST_BLOCK_SIZE, SPLICE_F_NONBLOCK); in tee_test() 115 ret = splice(pipe2[0], NULL, fd_out, NULL, TEST_BLOCK_SIZE, 0); in tee_test() 119 close(pipe2[0]); in tee_test() 120 close(pipe2[1]); in tee_test()
|
/external/bison/m4/ |
D | pipe2.m4 | 1 # pipe2.m4 serial 2 11 dnl Persuade glibc <unistd.h> to declare pipe2(). 14 AC_CHECK_FUNCS_ONCE([pipe2])
|
/external/bison/lib/ |
D | pipe2.c | 40 pipe2 (int fd[2], int flags) in pipe2() function 50 # undef pipe2 in pipe2() 58 int result = pipe2 (fd, flags); in pipe2()
|
D | unistd--.h | 30 # undef pipe2 31 # define pipe2 pipe2_safer macro
|
D | unistd.in.h | 1130 # define pipe2 rpl_pipe2 1132 _GL_FUNCDECL_RPL (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1))); 1133 _GL_CXXALIAS_RPL (pipe2, int, (int fd[2], int flags)); 1135 _GL_FUNCDECL_SYS (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1))); 1136 _GL_CXXALIAS_SYS (pipe2, int, (int fd[2], int flags)); 1138 _GL_CXXALIASWARN (pipe2); 1140 # undef pipe2 1142 _GL_WARN_ON_USE (pipe2, "pipe2 is unportable - "
|
D | pipe2-safer.c | 34 if (pipe2 (fd, flags) == 0) in pipe2_safer()
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | request_response_unittest.cc | 128 MessagePipe pipe2; in TEST_F() local 131 std::move(pipe2.handle1), in TEST_F() 137 ReadTextMessage(pipe2.handle0.get(), &value); in TEST_F()
|
/external/bison/linux-lib/ |
D | unistd.h | 1442 # define pipe2 rpl_pipe2 macro 1444 _GL_FUNCDECL_RPL (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1))); 1445 _GL_CXXALIAS_RPL (pipe2, int, (int fd[2], int flags)); 1447 _GL_FUNCDECL_SYS (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1))); 1448 _GL_CXXALIAS_SYS (pipe2, int, (int fd[2], int flags)); 1450 _GL_CXXALIASWARN (pipe2); 1452 # undef pipe2 1454 _GL_WARN_ON_USE (pipe2, "pipe2 is unportable - "
|
/external/bison/darwin-lib/ |
D | unistd.h | 1442 # define pipe2 rpl_pipe2 1444 _GL_FUNCDECL_RPL (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1))); 1445 _GL_CXXALIAS_RPL (pipe2, int, (int fd[2], int flags)); 1447 _GL_FUNCDECL_SYS (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1))); 1448 _GL_CXXALIAS_SYS (pipe2, int, (int fd[2], int flags)); 1450 _GL_CXXALIASWARN (pipe2); 1452 # undef pipe2 1454 _GL_WARN_ON_USE (pipe2, "pipe2 is unportable - "
|
/external/bison/ |
D | Android.mk | 71 lib/pipe2-safer.c \ 72 lib/pipe2.c \
|
/external/ltp/testcases/kernel/include/ |
D | aarch64.in | 60 pipe2 59
|
D | ia64.in | 286 pipe2 1317
|
D | x86_64.in | 293 pipe2 293
|
D | s390.in | 242 pipe2 325
|
D | sparc.in | 323 pipe2 321
|
D | s390x.in | 242 pipe2 325
|
D | sparc64.in | 299 pipe2 321
|
D | i386.in | 326 pipe2 331
|
D | powerpc.in | 314 pipe2 317
|
D | powerpc64.in | 314 pipe2 317
|
D | sh.in | 353 pipe2 359
|
/external/strace/tests/ |
D | pure_executables.am | 194 pipe2 \
|
D | pure_executables.list | 193 pipe2
|
/external/strace/tests-m32/ |
D | pure_executables.am | 194 pipe2 \
|
/external/strace/tests-mx32/ |
D | pure_executables.am | 194 pipe2 \
|
1234