pip 609 src/vfs/extfs/extfs.c extfs_read_archive (mc_pipe_t * pip, struct extfs_super_t *archive, GError ** error) pip 619 src/vfs/extfs/extfs.c pip->out.len = MC_PIPE_BUFSIZE; pip 620 src/vfs/extfs/extfs.c pip->err.len = MC_PIPE_BUFSIZE; pip 622 src/vfs/extfs/extfs.c mc_pread (pip, error); pip 627 src/vfs/extfs/extfs.c if (pip->err.len > 0) pip 631 src/vfs/extfs/extfs.c err_msg = g_string_new_len (pip->err.buf, pip->err.len); pip 636 src/vfs/extfs/extfs.c g_string_append_len (err_msg, pip->err.buf, pip->err.len); pip 640 src/vfs/extfs/extfs.c if (pip->out.len == MC_PIPE_STREAM_EOF) pip 643 src/vfs/extfs/extfs.c if (pip->out.len == 0) pip 646 src/vfs/extfs/extfs.c if (pip->out.len == MC_PIPE_ERROR_READ) pip 649 src/vfs/extfs/extfs.c while (ret != -1 && (buffer = mc_pstream_get_string (&pip->out)) != NULL) pip 735 src/vfs/extfs/extfs.c mc_pipe_t *pip; pip 738 src/vfs/extfs/extfs.c pip = extfs_open_archive (fstype, name, archive, &error); pip 742 src/vfs/extfs/extfs.c if (pip == NULL) pip 753 src/vfs/extfs/extfs.c result = extfs_read_archive (pip, a, &error); pip 764 src/vfs/extfs/extfs.c mc_pclose (pip, NULL); pip 932 src/vfs/extfs/extfs.c mc_pipe_t *pip; pip 953 src/vfs/extfs/extfs.c pip = mc_popen (cmd, FALSE, TRUE, &error); pip 956 src/vfs/extfs/extfs.c if (pip == NULL) pip 963 src/vfs/extfs/extfs.c mc_pread (pip, &error); pip 970 src/vfs/extfs/extfs.c else if (pip->err.len > 0) pip 971 src/vfs/extfs/extfs.c message (D_ERROR, MSG_ERROR, _("EXTFS virtual file system:\n%s"), pip->err.buf); pip 973 src/vfs/extfs/extfs.c mc_pclose (pip, NULL); pip 143 src/vfs/sfs/sfs.c mc_pipe_t *pip; pip 223 src/vfs/sfs/sfs.c pip = mc_popen (pad, FALSE, TRUE, &error); pip 224 src/vfs/sfs/sfs.c if (pip == NULL) pip 231 src/vfs/sfs/sfs.c mc_pread (pip, &error); pip 236 src/vfs/sfs/sfs.c mc_pclose (pip, NULL); pip 240 src/vfs/sfs/sfs.c if (pip->err.len > 0) pip 241 src/vfs/sfs/sfs.c message (D_ERROR, MSG_ERROR, _("SFS virtual file system:\n%s"), pip->err.buf); pip 243 src/vfs/sfs/sfs.c mc_pclose (pip, NULL); pip 284 tests/lib/utilunix__mc_pstream_get_string.c mc_pipe_t *pip; pip 309 tests/lib/utilunix__mc_pstream_get_string.c pip = test_mc_popen (); pip 315 tests/lib/utilunix__mc_pstream_get_string.c test_mc_pread (pip); pip 317 tests/lib/utilunix__mc_pstream_get_string.c if (pip->out.len == MC_PIPE_STREAM_EOF) pip 320 tests/lib/utilunix__mc_pstream_get_string.c while ((line = mc_pstream_get_string (&pip->out)) != NULL)