Searched refs:WRITE_PIPE (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/netbsd-tests/lib/libcurses/slave/ |
| H A D | commands.c | 123 if (write(slvpipe[WRITE_PIPE], &type, sizeof(int)) < 0) in report_type() 137 if (write(slvpipe[WRITE_PIPE], &type, sizeof(int)) < 0) in report_count() 140 if (write(slvpipe[WRITE_PIPE], &count, sizeof(int)) < 0) in report_count() 173 if (write(slvpipe[WRITE_PIPE], &type, sizeof(int)) < 0) in report_message() 176 if (write(slvpipe[WRITE_PIPE], &len, sizeof(int)) < 0) in report_message() 179 if (write(slvpipe[WRITE_PIPE], status, len) < 0) in report_message() 216 if (write(slvpipe[WRITE_PIPE], &type, sizeof(int)) < 0) in report_nstr() 220 if (write(slvpipe[WRITE_PIPE], &len, sizeof(int)) < 0) in report_nstr() 224 if (write(slvpipe[WRITE_PIPE], string, len) < 0) in report_nstr()
|
| H A D | slave.h | 37 #define WRITE_PIPE 1 macro
|
| /freebsd/usr.sbin/cron/cron/ |
| H A D | do_command.c | 346 close(stdin_pipe[WRITE_PIPE]); in child_process() 353 close(STDOUT); dup2(stdout_pipe[WRITE_PIPE], STDOUT); in child_process() 359 close(stdout_pipe[WRITE_PIPE]); in child_process() 539 close(stdout_pipe[WRITE_PIPE]); in child_process() 553 FILE *out = fdopen(stdin_pipe[WRITE_PIPE], "w"); in child_process() 606 close(stdin_pipe[WRITE_PIPE]); in child_process()
|
| H A D | macros.h | 40 #define WRITE_PIPE 1 /* or write to? */ macro
|
| /freebsd/contrib/netbsd-tests/lib/libcurses/director/ |
| H A D | testlang_parse.y | 83 #define WRITE_PIPE 1 macro 947 fds[1].fd = slvpipe[WRITE_PIPE]; in do_function_call() 1437 if (write(cmdpipe[WRITE_PIPE], &send_type, sizeof(int)) < 0) in write_cmd_pipe_args() 1444 if (write(cmdpipe[WRITE_PIPE], &len, sizeof(int)) < 0) in write_cmd_pipe_args() 1452 if (write(cmdpipe[WRITE_PIPE], cmd, len) < 0) in write_cmd_pipe_args()
|