Home
last modified time | relevance | path

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

1234

/external/ltp/testcases/kernel/syscalls/tee/
Dtee01.c98 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/
Dpipe2.m41 # pipe2.m4 serial 2
11 dnl Persuade glibc <unistd.h> to declare pipe2().
14 AC_CHECK_FUNCS_ONCE([pipe2])
/external/bison/lib/
Dpipe2.c40 pipe2 (int fd[2], int flags) in pipe2() function
50 # undef pipe2 in pipe2()
58 int result = pipe2 (fd, flags); in pipe2()
Dunistd--.h30 # undef pipe2
31 # define pipe2 pipe2_safer macro
Dunistd.in.h1130 # 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 - "
Dpipe2-safer.c34 if (pipe2 (fd, flags) == 0) in pipe2_safer()
/external/libmojo/mojo/public/cpp/bindings/tests/
Drequest_response_unittest.cc128 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/
Dunistd.h1442 # 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/
Dunistd.h1442 # 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/
DAndroid.mk71 lib/pipe2-safer.c \
72 lib/pipe2.c \
/external/ltp/testcases/kernel/include/
Daarch64.in60 pipe2 59
Dia64.in286 pipe2 1317
Dx86_64.in293 pipe2 293
Ds390.in242 pipe2 325
Dsparc.in323 pipe2 321
Ds390x.in242 pipe2 325
Dsparc64.in299 pipe2 321
Di386.in326 pipe2 331
Dpowerpc.in314 pipe2 317
Dpowerpc64.in314 pipe2 317
Dsh.in353 pipe2 359
/external/strace/tests/
Dpure_executables.am194 pipe2 \
Dpure_executables.list193 pipe2
/external/strace/tests-m32/
Dpure_executables.am194 pipe2 \
/external/strace/tests-mx32/
Dpure_executables.am194 pipe2 \

1234