read_out          231 lib/util.h     mc_pipe_t *mc_popen (const char *command, gboolean read_out, gboolean read_err, GError **error);
read_out          552 lib/utilunix.c mc_popen (const char *command, gboolean read_out, gboolean read_err, GError **error)
read_out          570 lib/utilunix.c                                    NULL, &p->child_pid, NULL, read_out ? &p->out.fd : NULL,
read_out          616 lib/utilunix.c     gboolean read_out, read_err;
read_out          624 lib/utilunix.c     read_out = p->out.fd >= 0;
read_out          627 lib/utilunix.c     if (!read_out && !read_err)
read_out          635 lib/utilunix.c     if (read_out)
read_out          658 lib/utilunix.c     if (read_out)