Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcommands.c123 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 Dslave.h37 #define WRITE_PIPE 1 macro
/freebsd/usr.sbin/cron/cron/
H A Ddo_command.c249 close(stdin_pipe[WRITE_PIPE]); in child_process()
256 close(STDOUT); dup2(stdout_pipe[WRITE_PIPE], STDOUT); in child_process()
262 close(stdout_pipe[WRITE_PIPE]); in child_process()
411 close(stdout_pipe[WRITE_PIPE]); in child_process()
425 FILE *out = fdopen(stdin_pipe[WRITE_PIPE], "w"); in child_process()
478 close(stdin_pipe[WRITE_PIPE]); in child_process()
H A Dmacros.h40 #define WRITE_PIPE 1 /* or write to? */ macro
/freebsd/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y83 #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()