Searched refs:prog_stdin (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | pipe.c | 126 const char *prog_stdin, const char *prog_stdout, in create_pipe() argument 166 if (pipe_stdin || prog_stdin != NULL) in create_pipe() 186 || prog_stdin == NULL in create_pipe() 187 || ((stdinfd = open (prog_stdin, O_RDONLY, 0)) >= 0 in create_pipe() 215 if (pipe_stdin || prog_stdin != NULL) in create_pipe() 309 && prog_stdin != NULL in create_pipe() 312 prog_stdin, O_RDONLY, in create_pipe() 383 || prog_stdin == NULL in create_pipe() 384 || ((stdinfd = open (prog_stdin, O_RDONLY, 0)) >= 0 in create_pipe() 469 const char *prog_stdin, bool null_stderr, in create_pipe_in() argument [all …]
|
H A D | pipe.h | 98 const char *prog_stdin, bool null_stderr,
|
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/ |
H A D | ChangeLog.0 | 680 * pipe-in.c (create_pipe_in): Don't redirect stdin if prog_stdin
|