Searched refs:pipes (Results 1 - 8 of 8) sorted by relevance

/barrelfish-master/usr/tests/posix/
H A Dsocket_pipe.c28 int pipes[2]; local
30 r = pipe(pipes);
33 r2 = write(pipes[1], testmsg, 20);
36 r3 = read(pipes[0], rcv, 20);
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbip_io.c267 static int _open_pipes(struct pipe_desc *pipes);
268 static void _close_pipes(struct pipe_desc *pipes);
270 static void _connect_pipes(struct pipe_desc *pipes);
4075 struct pipe_desc pipes[MAX_PIPES + 1]; local
4095 err = _check_streams(vstr, tstr, pipes);
4100 err = _open_pipes(pipes);
4118 /* If there are pipes, make sure the correct end gets inherited
4121 for(i=0; !(pipes[i].flags & EXEC_PIPE_LAST); ++i)
4124 if (!pipes[i].flags)
4132 hParent = (HANDLE) _get_osfhandle(pipes[
4281 struct pipe_desc pipes[MAX_PIPES + 1]; local
4460 _check_streams(value vstr, type tstr, struct pipe_desc *pipes) argument
4574 _close_pipes(struct pipe_desc *pipes) argument
4588 _connect_pipes(struct pipe_desc *pipes) argument
4620 struct pipe_desc *pipes = allpipes; local
[all...]
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dembexdr.tex91 EXDR-format can be used readily to communicate via files, pipes,
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsopsys.tex292 Unless \notation{null} is specified, this will establish pipes to be
337 We first create the process with two pipes for the child's standard input
H A Dumssocket.tex82 This type of communication is very similar to pipes,
H A Dumsio.tex742 This is not possible on pipes, sockets, queues and terminals.
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dtutorial.tex276 % <sect1> I/O on pipes and sockets
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Dio.tex53 \item[queue] in-memory buffers with a read and a write end, similar to pipes

Completed in 201 milliseconds