Searched defs:drop_stderr (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-program-client/
H A Dprogram-client.h24 bool drop_stderr:1; member in struct:program_client_settings
H A Dprogram-client-local.c51 int in_fd, int out_fd, int *extra_fds, bool drop_stderr)
74 if (drop_stderr) {
244 pclient->set.drop_stderr);
49 exec_child(const char *bin_path, const char *const *args, ARRAY_TYPE(const_string) *envs, int in_fd, int out_fd, int *extra_fds, bool drop_stderr) argument

Completed in 10 milliseconds