read_err          231 lib/util.h     mc_pipe_t *mc_popen (const char *command, gboolean read_out, gboolean read_err, GError **error);
read_err          555 lib/utilunix.c mc_popen (const char *command, gboolean read_out, gboolean read_err, GError **error)
read_err          574 lib/utilunix.c                                    read_err ? &p->err.fd : NULL, error))
read_err          619 lib/utilunix.c     gboolean read_out, read_err;
read_err          628 lib/utilunix.c     read_err = p->err.fd >= 0;
read_err          630 lib/utilunix.c     if (!read_out && !read_err)
read_err          644 lib/utilunix.c     if (read_err)
read_err          666 lib/utilunix.c     if (read_err)