fdout              86 lib/vfs/interface.c     int fdin, fdout = -1;
fdout              95 lib/vfs/interface.c     fdout = vfs_mkstemps (&tmp_vpath, "vfs", vfs_path_get_last_path_str (filename_vpath));
fdout              96 lib/vfs/interface.c     if (fdout == -1)
fdout             101 lib/vfs/interface.c         if (write (fdout, buffer, i) != i)
fdout             111 lib/vfs/interface.c     i = close (fdout);
fdout             112 lib/vfs/interface.c     fdout = -1;
fdout             123 lib/vfs/interface.c     if (fdout != -1)
fdout             124 lib/vfs/interface.c         close (fdout);
fdout             136 lib/vfs/interface.c     int fdin = -1, fdout = -1;
fdout             152 lib/vfs/interface.c         fdout = mc_open (filename_vpath, O_WRONLY | O_TRUNC);
fdout             153 lib/vfs/interface.c         if (fdout == -1)
fdout             156 lib/vfs/interface.c             if (mc_write (fdout, buffer, (size_t) i) != i)
fdout             167 lib/vfs/interface.c         if (mc_close (fdout) == -1)
fdout             169 lib/vfs/interface.c             fdout = -1;
fdout             178 lib/vfs/interface.c     if (fdout != -1)
fdout             179 lib/vfs/interface.c         mc_close (fdout);