/osnet-11/usr/src/lib/libc/amd64/sys/ |
H A D | pipe.s | 26 .file "pipe.s" 30 ANSI_PRAGMA_WEAK(pipe,function) 34 ENTRY(pipe) function 36 SYSTRAP_2RVALS(pipe) 42 SET_SIZE(pipe)
|
/osnet-11/usr/src/lib/libc/i386/sys/ |
H A D | pipe.s | 26 .file "pipe.s" 30 ANSI_PRAGMA_WEAK(pipe,function) 34 ENTRY(pipe) function 35 SYSTRAP_2RVALS(pipe) 41 SET_SIZE(pipe)
|
/osnet-11/usr/src/lib/libc/sparc/sys/ |
H A D | pipe.s | 33 /* C library -- pipe */ 34 /* int pipe (int fildes[2]); */ 36 .file "pipe.s" 40 ANSI_PRAGMA_WEAK(pipe,function) 44 ENTRY(pipe) function 46 SYSTRAP_2RVALS(pipe) 52 SET_SIZE(pipe)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | FileHandle.pm | 15 pipe 90 sub pipe { subroutine 93 CORE::pipe($r, $w) or return undef; 143 ($readfh, $writefh) = FileHandle::pipe;
|
/osnet-11/usr/src/lib/libdscfg/common/ |
H A D | cfg_cluster.c | 124 FILE *pipe; local 139 pipe = popen("/usr/sbin/clinfo -n 2>/dev/null || echo 0", "r"); 140 if (pipe == NULL) { 148 if ((rc = fscanf(pipe, "%d", &id)) != 1) { 156 pclose(pipe);
|
/osnet-11/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 248 # define pipe(a) sh_pipe(a) macro
|
/osnet-11/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 237 # define pipe(a) sh_pipe(a) macro
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | subshell.c | 65 struct subshell *pipe; /* subshell where output goes to pipe on fork */ member in struct:subshell 84 short pipefd; /* read fd if pipe is created */ 107 * This routine will turn the sftmp() file into a real /tmp file or pipe 116 register struct subshell *sp = subshell_data->pipe; 131 /* unable to create the /tmp file so use a pipe */ 138 /* write the data to the pipe */ 184 if(sp->pipe) 552 sp->pipe = sp; 573 sp->pipe [all...] |
H A D | io.c | 91 # define pipe(v) ((socketpair(AF_UNIX,SOCK_STREAM,0,v)<0||shutdown((v)[1],SHUT_RD)<0||fchmod((v)[1],S_IWUSR)<0||shutdown((v)[0],SHUT_WR)<0||fchmod((v)[0],S_IRUSR)<0)?(-1):0) macro 93 # define pipe(v) ((socketpair(AF_UNIX,SOCK_STREAM,0,v)<0||shutdown((v)[1],SHUT_RD)<0||shutdown((v)[0],SHUT_WR)<0)?(-1):0) macro 507 * A discipline is inserted when read stream is a tty or a pipe 890 * create a pipe and print message on failure 896 if(pipe(fd)<0 || (pv[0]=fd[0])<0 || (pv[1]=fd[1])<0) 1058 * close a pipe
|
/osnet-11/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 248 # define pipe(a) sh_pipe(a) macro
|
/osnet-11/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 248 # define pipe(a) sh_pipe(a) macro
|
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 248 # define pipe(a) sh_pipe(a) macro
|
/osnet-11/usr/src/lib/libndr/common/ |
H A D | libndr.h | 441 ndr_pipe_t *pipe; member in struct:ndr_xa
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | XSUB.h | 470 # define pipe PerlProc_pipe macro
|