Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/cron/dist/
H A Ddo_command.c100 FILE *out = fdopen(stdin_pipe[WRITE_PIPE], "w"); in write_data()
352 (void)close(stdin_pipe[WRITE_PIPE]); in exec_user_command()
362 if (stdout_pipe[WRITE_PIPE] != STDOUT) { in exec_user_command()
363 (void)dup2(stdout_pipe[WRITE_PIPE], STDOUT); in exec_user_command()
364 (void)close(stdout_pipe[WRITE_PIPE]); in exec_user_command()
596 (void)close(stdout_pipe[WRITE_PIPE]); in child_process()
625 (void)close(stdin_pipe[WRITE_PIPE]); in child_process()
H A Dmacros.h43 #define WRITE_PIPE 1 /* or write to? */ macro