Home
last modified time | relevance | path

Searched refs:pipe (Results 26 – 50 of 238) sorted by relevance

12345678910

/minix/usr.bin/cksum/
H A Dmd5.c139 MD5Filter(int pipe) in MD5Filter() argument
148 if (pipe && (len != fwrite(buffer, (size_t)1, len, stdout))) in MD5Filter()
/minix/external/bsd/pkg_install/dist/lib/
H A Dgpgsig.c63 if (pipe(fd) == -1) in verify_signature()
170 if (pipe(fd_in) == -1) in detached_gpg_sign()
172 if (pipe(fd_out) == -1) in detached_gpg_sign()
/minix/minix/tests/
H A Dtest52.c153 if (pipe(pipefdc) == -1) err(1); in main()
154 if (pipe(pipefdp) == -1) err(2); in main()
H A Dtest13.c34 pipe(pipefd); in main()
H A Dtest76.c66 if (pipe(pfd) < 0) e(6); in test76a()
118 if (pipe(pfd) < 0) e(2); in test76b()
245 if (pipe(pfd) < 0) e(3); in test76d()
/minix/external/bsd/llvm/dist/llvm/tools/lli/Unix/
H A DRPCChannel.inc40 if (pipe(PipeFD[0]) != 0 || pipe(PipeFD[1]) != 0)
41 perror("Error creating pipe: ");
/minix/lib/libc/sys/
H A DLint_pipe.c12 pipe(filedes) in pipe() function
/minix/external/bsd/libarchive/dist/libarchive/
H A Dfilter_fork.c62 if (pipe(stdin_pipe) == -1)
70 if (pipe(stdout_pipe) == -1)
/minix/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsimple_exec.c155 pipe(in_fd); in pipe_execv()
157 pipe(out_fd); in pipe_execv()
159 pipe(err_fd); in pipe_execv()
/minix/external/bsd/kyua-cli/dist/utils/process/
H A Dsystem.cpp54 int (*detail::syscall_pipe)(int[2]) = ::pipe;
H A Dfdstream_test.cpp51 ATF_REQUIRE(::pipe(fds) != -1); in ATF_TEST_CASE_BODY()
/minix/lib/libc/arch/sparc64/sys/
H A Dpipe.S50 WEAK_ALIAS(pipe, _pipe)
/minix/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Dio_test.cpp196 ATF_REQUIRE(::pipe(pfd) != -1); in ATF_TEST_CASE_BODY()
290 ATF_REQUIRE(::pipe(fds) != -1); in ATF_TEST_CASE_BODY()
381 ATF_REQUIRE(pipe(pipeout) != -1); in muxer_test()
382 ATF_REQUIRE(pipe(pipeerr) != -1); in muxer_test()
/minix/external/bsd/atf/dist/tools/
H A Dio_test.cpp196 ATF_REQUIRE(::pipe(pfd) != -1); in ATF_TEST_CASE_BODY()
290 ATF_REQUIRE(::pipe(fds) != -1); in ATF_TEST_CASE_BODY()
381 ATF_REQUIRE(pipe(pipeout) != -1); in muxer_test()
382 ATF_REQUIRE(pipe(pipeerr) != -1); in muxer_test()
/minix/external/bsd/llvm/dist/clang/tools/scan-view/
H A Dstartfile.py57 pipe = subprocess.Popen(cmdline, stdin=inout, stdout=inout,
64 returncode = pipe.wait()
/minix/external/bsd/nvi/dist/ipc/
H A Dip_run.c190 if ((x = pipe(rpipe) == -1) || pipe(wpipe) == -1) { in channel()
/minix/tests/lib/libcurses/director/
H A Ddirector.c224 if (pipe(cmdpipe) < 0) in main()
227 if (pipe(slvpipe) < 0) in main()
/minix/external/bsd/llvm/dist/clang/lib/Lex/
H A DTokenConcatenation.cpp83 TokenInfo[tok::pipe ] |= aci_custom_firstchar; in TokenConcatenation()
113 TokenInfo[tok::pipe ] |= aci_avoid_equal; // |= in TokenConcatenation()
275 case tok::pipe: // || in AvoidConcat()
/minix/tests/lib/libc/sys/
H A Dt_poll.c103 pipe(pf); in ATF_TC_BODY()
162 ATF_REQUIRE_EQ(pipe(fds), 0); in ATF_TC_BODY()
251 ATF_REQUIRE_EQ(pipe(fds), 0); in ATF_TC_BODY()
H A Dt_fsync.c71 ATF_REQUIRE(pipe(fd) == 0); in ATF_TC_BODY()
/minix/external/bsd/nvi/dist/ex/
H A Dex_filter.c138 if (ftype != FILTER_READ && pipe(input) < 0) { in ex_filter()
144 if (pipe(output) < 0) { in ex_filter()
/minix/external/bsd/llvm/dist/clang/test/Rewriter/
H A Drewrite-foreach-6.m4 // FIXME: Should be able to pipe into clang, but code is not
/minix/minix/servers/vfs/
H A DMakefile5 SRCS= main.c open.c read.c write.c pipe.c dmap.c \
/minix/minix/commands/cron/
H A Dcron.c87 if (pipe(errfd) < 0 || pipe(mailfd) < 0) { in run_job()
153 if (pipe(errfd) < 0) { in run_job()
/minix/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCSchedule440.td32 // the simple integer (J-pipe) and
33 // load/store (L-pipe) pipelines
35 // the complex integer (I-pipe) pipeline
37 // the floating-point execution (F-pipe) pipeline
58 // lwarx/stwcx. is in the L pipe.
70 // For most I-pipe operations, the result is available at the end of
74 // J-pipe instructions, the result is available

12345678910