fdout              85 lib/vfs/interface.c     int fdin, fdout = -1;
fdout              94 lib/vfs/interface.c     fdout = vfs_mkstemps (&tmp_vpath, "vfs", vfs_path_get_last_path_str (filename_vpath));
fdout              95 lib/vfs/interface.c     if (fdout == -1)
fdout             100 lib/vfs/interface.c         if (write (fdout, buffer, i) != i)
fdout             110 lib/vfs/interface.c     i = close (fdout);
fdout             111 lib/vfs/interface.c     fdout = -1;
fdout             122 lib/vfs/interface.c     if (fdout != -1)
fdout             123 lib/vfs/interface.c         close (fdout);
fdout             135 lib/vfs/interface.c     int fdin = -1, fdout = -1;
fdout             151 lib/vfs/interface.c         fdout = mc_open (filename_vpath, O_WRONLY | O_TRUNC);
fdout             152 lib/vfs/interface.c         if (fdout == -1)
fdout             155 lib/vfs/interface.c             if (mc_write (fdout, buffer, (size_t) i) != i)
fdout             166 lib/vfs/interface.c         if (mc_close (fdout) == -1)
fdout             168 lib/vfs/interface.c             fdout = -1;
fdout             178 lib/vfs/interface.c     if (fdout != -1)
fdout             179 lib/vfs/interface.c         mc_close (fdout);