mc_pipe_t 223 lib/util.h mc_pipe_t *mc_popen (const char *command, gboolean read_out, gboolean read_err, GError ** error); mc_pipe_t 224 lib/util.h void mc_pread (mc_pipe_t * p, GError ** error); mc_pipe_t 225 lib/util.h void mc_pclose (mc_pipe_t * p, GError ** error); mc_pipe_t 503 lib/utilunix.c mc_pipe_t * mc_pipe_t 506 lib/utilunix.c mc_pipe_t *p; mc_pipe_t 509 lib/utilunix.c p = g_try_new (mc_pipe_t, 1); mc_pipe_t 566 lib/utilunix.c mc_pread (mc_pipe_t * p, GError ** error) mc_pipe_t 674 lib/utilunix.c mc_pclose (mc_pipe_t * p, GError ** error) mc_pipe_t 101 src/clipboard.c mc_pipe_t *p; mc_pipe_t 310 src/filemanager/panelize.c mc_pipe_t *external; mc_pipe_t 511 src/vfs/extfs/extfs.c static mc_pipe_t * mc_pipe_t 516 src/vfs/extfs/extfs.c mc_pipe_t *result = NULL; mc_pipe_t 609 src/vfs/extfs/extfs.c extfs_read_archive (mc_pipe_t * pip, struct extfs_super_t *archive, GError ** error) mc_pipe_t 735 src/vfs/extfs/extfs.c mc_pipe_t *pip; mc_pipe_t 932 src/vfs/extfs/extfs.c mc_pipe_t *pip; mc_pipe_t 143 src/vfs/sfs/sfs.c mc_pipe_t *pip; mc_pipe_t 77 src/viewer/datasource.c mcview_set_datasource_stdio_pipe (WView * view, mc_pipe_t * p) mc_pipe_t 383 src/viewer/datasource.c mc_pipe_t *p; mc_pipe_t 160 src/viewer/growbuf.c mc_pipe_t *sp = view->ds_stdio_pipe; mc_pipe_t 100 src/viewer/internal.h mc_pipe_t *ds_stdio_pipe; /* Output of a shell command */ mc_pipe_t 241 tests/lib/utilunix__mc_pstream_get_string.c static mc_pipe_t * mc_pipe_t 244 tests/lib/utilunix__mc_pstream_get_string.c mc_pipe_t *p; mc_pipe_t 246 tests/lib/utilunix__mc_pstream_get_string.c p = g_try_new0 (mc_pipe_t, 1); mc_pipe_t 256 tests/lib/utilunix__mc_pstream_get_string.c test_mc_pread (mc_pipe_t * p) mc_pipe_t 284 tests/lib/utilunix__mc_pstream_get_string.c mc_pipe_t *pip;