read_err          204 lib/util.h     mc_pipe_t *mc_popen (const char *command, gboolean read_out, gboolean read_err, GError ** error);
read_err          506 lib/utilunix.c mc_popen (const char *command, gboolean read_out, gboolean read_err, GError ** error)
read_err          524 lib/utilunix.c          NULL, &p->child_pid, NULL, read_out ? &p->out.fd : NULL, read_err ? &p->err.fd : NULL,
read_err          570 lib/utilunix.c     gboolean read_out, read_err;
read_err          579 lib/utilunix.c     read_err = p->err.fd >= 0;
read_err          581 lib/utilunix.c     if (!read_out && !read_err)
read_err          595 lib/utilunix.c     if (read_err)
read_err          617 lib/utilunix.c     if (read_err)