Searched refs:PIPE_READ (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.bin/rdist/
H A Ddefs.h58 #define PIPE_READ 0 macro
H A Dcommon.c692 (void) close(fd[PIPE_READ]);
700 while ((nread = read(fd[PIPE_READ], buf, sizeof(buf))) > 0) {
738 (void) close(fd[PIPE_READ]);
H A Dchild.c475 newchild.c_readfd = fildes[PIPE_READ];
504 (void) close(fildes[PIPE_READ]);
/openbsd-current/gnu/usr.bin/perl/ext/IPC-Open3/t/
H A DIPC-Open3.t82 is(pipe(PIPE_READ, PIPE_WRITE), 1);
83 $pid = open3 '<&PIPE_READ', 'READ', '',
85 close PIPE_READ;

Completed in 132 milliseconds