Searched refs:pipe (Results 151 - 175 of 300) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/apr/
H A Dlibapr.mak90 -@erase "$(INTDIR)\pipe.obj"
196 "$(INTDIR)\pipe.obj" \
334 -@erase "$(INTDIR)\pipe.obj"
440 "$(INTDIR)\pipe.obj" \
578 -@erase "$(INTDIR)\pipe.obj"
684 "$(INTDIR)\pipe.obj" \
822 -@erase "$(INTDIR)\pipe.obj"
928 "$(INTDIR)\pipe.obj" \
1127 SOURCE=.\file_io\win32\pipe.c
1129 "$(INTDIR)\pipe
[all...]
/freebsd-11-stable/tests/sys/kern/
H A Dptrace_test.c215 ATF_REQUIRE(pipe(cpipe) == 0);
265 ATF_REQUIRE(pipe(cpipe) == 0);
279 ATF_REQUIRE(pipe(dpipe) == 0);
359 ATF_REQUIRE(pipe(cpipe) == 0);
373 ATF_REQUIRE(pipe(dpipe) == 0);
468 ATF_REQUIRE(pipe(cpipe1) == 0);
469 ATF_REQUIRE(pipe(cpipe2) == 0);
470 ATF_REQUIRE(pipe(gcpipe) == 0);
809 ATF_REQUIRE(pipe(cpipe) == 0);
880 ATF_REQUIRE(pipe(cpip
[all...]
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_drm.h367 int pipe; member in struct:drm_i915_vblank_pipe
824 /** pipe of requested CRTC **/
825 __u32 pipe; member in struct:drm_i915_get_pipe_from_crtc_id
/freebsd-11-stable/usr.bin/tip/tip/
H A Dcmds.c209 * send remote input to local process via pipe
223 if (pipe(pdes)) {
224 printf("can't establish pipe\r\n");
933 if (pipe(pivec) < 0) {
934 perror("pipe");
/freebsd-11-stable/tools/tools/indent_wrapper/
H A Dindent_wrapper.c272 if (pipe(pdes) < 0)
275 if (pipe(pdes + 2) < 0) {
/freebsd-11-stable/contrib/bmake/mk/sys/
H A DHP-UX.mk45 PIPE?= -pipe
H A DUnixWare.mk36 CC?= gcc -pipe -DUNIXWARE
/freebsd-11-stable/tools/regression/sockets/unix_cmsg/
H A Duc_common.c507 if (pipe(uc_cfg.sync_fd[SYNC_SERVER]) < 0 ||
508 pipe(uc_cfg.sync_fd[SYNC_CLIENT]) < 0) {
509 uc_logmsg("client_fork: pipe");
/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp925 if (pipe(PipeFD[0]) != 0 || pipe(PipeFD[1]) != 0)
926 perror("Error creating pipe: ");
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c175 if (pipe(outcome_pipe))
176 perror("opening pipe");
194 perror("write outcome to pipe");
211 perror("read outcome from pipe");
/freebsd-11-stable/sys/dev/drm/
H A Di915_drm.h339 int pipe; member in struct:drm_i915_vblank_pipe
/freebsd-11-stable/crypto/heimdal/appl/test/
H A Dgssapi_server.c263 if (pipe (pipefd) < 0)
264 err (1, "pipe");
/freebsd-11-stable/gnu/usr.bin/gdb/libgdb/
H A DMakefile47 scm-exp.c scm-lang.c scm-valprint.c sentinel-frame.c ser-pipe.c \
/freebsd-11-stable/contrib/netbsd-tests/net/icmp/
H A Dt_ping.c74 RL(pipe(channel));
/freebsd-11-stable/lib/libdpv/
H A Ddialog_util.c309 /* Open a pipe(2) to communicate with [X]dialog(1) */
310 if (pipe(stdin_pipe) < 0)
311 err(EXIT_FAILURE, "%s: pipe(2)", __func__);
/freebsd-11-stable/lib/libpam/modules/pam_ssh/
H A Dpam_ssh.c282 /* get a pipe which we will use to read the agent's output */
283 if (pipe(agent_pipe) == -1)
/freebsd-11-stable/share/mk/
H A Dsys.mk155 CFLAGS ?= -O -pipe
157 CFLAGS ?= -O2 -pipe
/freebsd-11-stable/usr.bin/calendar/
H A Dio.c455 if (pipe(pdes) < 0)
463 /* child -- set stdin to pipe output */
487 /* parent -- write to pipe input */
/freebsd-11-stable/usr.sbin/daemon/
H A Ddaemon.c199 * readable pipe with the child for writing to a log file
255 if (pipe(pfd))
256 err(1, "pipe");
313 * As we have closed the write end of pipe for parent process,
/freebsd-11-stable/usr.bin/mail/
H A Dfio.c371 if (pipe(pivec) < 0) {
372 warn("pipe");
/freebsd-11-stable/usr.sbin/uefisign/
H A Duefisign.c397 error = pipe(pipefds);
399 err(1, "pipe");
/freebsd-11-stable/include/
H A Dunistd.h356 int pipe(int *);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cpp112 if (pipe(sock_pair[i]) == -1) {
/freebsd-11-stable/contrib/sendmail/rmail/
H A Drmail.c357 if (pipe(pdes) < 0)
358 err(EX_OSERR, "pipe failed");
383 /* Copy the file down the pipe. */
/freebsd-11-stable/bin/sh/
H A Deval.c590 if (pipe(pip) < 0) {
640 * we fork off a subprocess and get the output of the command via a pipe.
692 if (pipe(pip) < 0)
997 if (pipe(pip) < 0)

Completed in 309 milliseconds

1234567891011>>