Home
last modified time | relevance | path

Searched refs:READ_PIPE (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dslave.c67 if (read(cmdpipe[READ_PIPE], &type, sizeof(int)) < 0) in process_commands()
73 if (read(cmdpipe[READ_PIPE], &len, sizeof(int)) < 0) in process_commands()
84 if (read(cmdpipe[READ_PIPE], cmdbuf, len) < 0) in process_commands()
91 if (read(cmdpipe[READ_PIPE], &type, sizeof(int)) < 0) in process_commands()
94 if (read(cmdpipe[READ_PIPE], &len, sizeof(int)) < 0) in process_commands()
119 read(cmdpipe[READ_PIPE], args[argslen], in process_commands()
H A Dslave.h36 #define READ_PIPE 0 macro
/freebsd/usr.sbin/cron/cron/
H A Ddo_command.c347 close(stdout_pipe[READ_PIPE]); in child_process()
352 close(STDIN); dup2(stdin_pipe[READ_PIPE], STDIN); in child_process()
358 close(stdin_pipe[READ_PIPE]); in child_process()
538 close(stdin_pipe[READ_PIPE]); in child_process()
568 close(stdout_pipe[READ_PIPE]); in child_process()
618 FILE *in = fdopen(stdout_pipe[READ_PIPE], "r"); in child_process()
H A Dmacros.h39 #define READ_PIPE 0 /* which end of a pipe pair do you read? */ macro
/freebsd/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y82 #define READ_PIPE 0 macro
901 fds[0].fd = slvpipe[READ_PIPE]; in do_function_call()
944 fds[0].fd = slvpipe[READ_PIPE]; in do_function_call()
1474 rfd[0].fd = slvpipe[READ_PIPE]; in read_cmd_pipe()
1494 if (read(slvpipe[READ_PIPE], &type, sizeof(int)) < 0) in read_cmd_pipe()
1499 if (read(slvpipe[READ_PIPE], &len, sizeof(int)) < 0) in read_cmd_pipe()
1511 if (read(slvpipe[READ_PIPE], response->return_value, len) < 0) in read_cmd_pipe()
1526 if (read(slvpipe[READ_PIPE], &len, sizeof(int)) < 0) in read_cmd_pipe()