Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/netbsd-tests/lib/libcurses/slave/
HDslave.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()
HDslave.h36 #define READ_PIPE 0 macro
/freebsd-13-stable/usr.sbin/cron/cron/
HDdo_command.c267 close(stdout_pipe[READ_PIPE]);
272 close(STDIN); dup2(stdin_pipe[READ_PIPE], STDIN);
278 close(stdin_pipe[READ_PIPE]);
429 close(stdin_pipe[READ_PIPE]);
459 close(stdout_pipe[READ_PIPE]);
509 register FILE *in = fdopen(stdout_pipe[READ_PIPE], "r");
HDcron.h63 #define READ_PIPE 0 /* which end of a pipe pair do you read? */ macro
/freebsd-13-stable/contrib/netbsd-tests/lib/libcurses/director/
HDtestlang_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()