Searched refs:read_pipe (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mq_close/
H A D2-1.c38 int parent_process(char *qname, int read_pipe, int write_pipe, int child_pid);
39 int child_process(char *qname, int read_pipe, int write_pipe);
41 int send_receive(int read_pipe, int write_pipe, char send, char *reply);
95 int parent_process(char *qname, int read_pipe, int write_pipe, int child_pid) argument
118 rval = send_receive(read_pipe, write_pipe, 'a', &reply);
141 rval = send_receive(read_pipe, write_pipe, 'c', &reply);
158 int child_process(char *qname, int read_pipe, int write_pipe) argument
166 rval = send_receive(read_pipe, write_pipe, 0, &reply);
192 rval = send_receive(read_pipe, write_pipe, 'b', &reply);
209 send_receive(read_pipe, write_pip
225 send_receive(int read_pipe, int write_pipe, char send, char *reply) argument
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mq_unlink/
H A D2-2.c42 int parent_process(char *mqname, int read_pipe, int write_pipe, int child_pid);
43 int child_process(char *mqname, int read_pipe, int write_pipe);
44 int send_receive(int read_pipe, int write_pipe, char send, char *reply);
91 int parent_process(char *mqname, int read_pipe, int write_pipe, int child_pid) argument
103 rval = send_receive(read_pipe, write_pipe, 'a', &reply);
112 rval = send_receive(read_pipe, write_pipe, 'c', &reply);
138 int child_process(char *mqname, int read_pipe, int write_pipe) argument
144 rval = send_receive(read_pipe, write_pipe, 0, &reply);
157 rval = send_receive(read_pipe, write_pipe, 'b', &reply);
169 rval = send_receive(read_pipe, write_pip
176 send_receive(int read_pipe, int write_pipe, char send, char *reply) argument
[all...]
H A D2-1.c47 int parent_process(char *mqname, int read_pipe, int write_pipe, int child_pid);
48 int child_process(char *mqname, int read_pipe, int write_pipe);
49 int send_receive(int read_pipe, int write_pipe, char send, char *reply);
96 int parent_process(char *mqname, int read_pipe, int write_pipe, int child_pid) argument
108 rval = send_receive(read_pipe, write_pipe, 'a', &reply);
136 int child_process(char *mqname, int read_pipe, int write_pipe) argument
142 rval = send_receive(read_pipe, write_pipe, 0, &reply);
155 rval = send_receive(read_pipe, write_pipe, 'b', NULL);
160 int send_receive(int read_pipe, int write_pipe, char send, char *reply) argument
172 bytes = read(read_pipe, repl
[all...]

Completed in 85 milliseconds