mc_pipe_t 237 lib/util.h mc_pipe_t *mc_popen (const char *command, gboolean read_out, gboolean read_err, GError **error); mc_pipe_t 238 lib/util.h void mc_pread (mc_pipe_t *p, GError **error); mc_pipe_t 239 lib/util.h void mc_pclose (mc_pipe_t *p, GError **error); mc_pipe_t 567 lib/utilunix.c mc_pipe_t * mc_pipe_t 570 lib/utilunix.c mc_pipe_t *p; mc_pipe_t 573 lib/utilunix.c p = g_try_new (mc_pipe_t, 1); mc_pipe_t 630 lib/utilunix.c mc_pread (mc_pipe_t *p, GError **error) mc_pipe_t 738 lib/utilunix.c mc_pclose (mc_pipe_t *p, GError **error) mc_pipe_t 103 src/clipboard.c mc_pipe_t *p; mc_pipe_t 300 src/filemanager/panelize.c mc_pipe_t *external; mc_pipe_t 524 src/vfs/extfs/extfs.c static mc_pipe_t * mc_pipe_t 529 src/vfs/extfs/extfs.c mc_pipe_t *result = NULL; mc_pipe_t 625 src/vfs/extfs/extfs.c extfs_read_archive (mc_pipe_t *pip, struct extfs_super_t *archive, GError **error) mc_pipe_t 753 src/vfs/extfs/extfs.c mc_pipe_t *pip; mc_pipe_t 955 src/vfs/extfs/extfs.c mc_pipe_t *pip; mc_pipe_t 145 src/vfs/sfs/sfs.c mc_pipe_t *pip; mc_pipe_t 79 src/viewer/datasource.c mcview_set_datasource_stdio_pipe (WView *view, mc_pipe_t *p) mc_pipe_t 385 src/viewer/datasource.c mc_pipe_t *p; mc_pipe_t 157 src/viewer/growbuf.c mc_pipe_t *sp = view->ds_stdio_pipe; mc_pipe_t 103 src/viewer/internal.h mc_pipe_t *ds_stdio_pipe; // Output of a shell command mc_pipe_t 219 tests/lib/utilunix__mc_pstream_get_string.c static mc_pipe_t * mc_pipe_t 222 tests/lib/utilunix__mc_pstream_get_string.c mc_pipe_t *p; mc_pipe_t 224 tests/lib/utilunix__mc_pstream_get_string.c p = g_try_new0 (mc_pipe_t, 1); mc_pipe_t 234 tests/lib/utilunix__mc_pstream_get_string.c test_mc_pread (mc_pipe_t *p) mc_pipe_t 260 tests/lib/utilunix__mc_pstream_get_string.c mc_pipe_t *pip;