fdout             146 lib/vfs/interface.c     int fdin, fdout = -1;
fdout             155 lib/vfs/interface.c     fdout = vfs_mkstemps (&tmp_vpath, "vfs", vfs_path_get_last_path_str (filename_vpath));
fdout             156 lib/vfs/interface.c     if (fdout == -1)
fdout             161 lib/vfs/interface.c         if (write (fdout, buffer, i) != i)
fdout             171 lib/vfs/interface.c     i = close (fdout);
fdout             172 lib/vfs/interface.c     fdout = -1;
fdout             183 lib/vfs/interface.c     if (fdout != -1)
fdout             184 lib/vfs/interface.c         close (fdout);
fdout             196 lib/vfs/interface.c     int fdin = -1, fdout = -1;
fdout             214 lib/vfs/interface.c         fdout = mc_open (filename_vpath, O_WRONLY | O_TRUNC);
fdout             215 lib/vfs/interface.c         if (fdout == -1)
fdout             218 lib/vfs/interface.c             if (mc_write (fdout, buffer, (size_t) i) != i)
fdout             229 lib/vfs/interface.c         if (mc_close (fdout) == -1)
fdout             231 lib/vfs/interface.c             fdout = -1;
fdout             244 lib/vfs/interface.c     if (fdout != -1)
fdout             245 lib/vfs/interface.c         mc_close (fdout);