O_WRONLY 73 lib/mcconfig/common.c fd = mc_open (ini_vpath, O_WRONLY | O_TRUNC, 0); O_WRONLY 152 lib/vfs/interface.c fdout = mc_open (filename_vpath, O_WRONLY | O_TRUNC); O_WRONLY 32 lib/vfs/vfs.h #define O_ALL (O_CREAT | O_EXCL | O_NOCTTY | O_NDELAY | O_SYNC | O_WRONLY | O_RDWR | O_RDONLY) O_WRONLY 59 src/clipboard.c static const int clip_open_flags = O_CREAT | O_WRONLY | O_TRUNC | O_BINARY; O_WRONLY 208 src/cons.handler.c status = open ("/dev/null", O_WRONLY); O_WRONLY 518 src/diffviewer/ydiff.c else if (flags == O_WRONLY) O_WRONLY 245 src/editor/editcmd.c fd = mc_open (savename_vpath, O_CREAT | O_WRONLY | O_TRUNC | O_BINARY, edit->stat1.st_mode); O_WRONLY 1532 src/editor/editcmd.c file = mc_open (vpath, O_CREAT | O_WRONLY | O_TRUNC, O_WRONLY 2568 src/filemanager/file.c open_flags = O_WRONLY; O_WRONLY 512 src/main.c last_wd_fd = open (mc_args__last_wd_file, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR); O_WRONLY 2318 src/vfs/ftpfs/ftpfs.c if (((flags & O_WRONLY) == O_WRONLY) && ((flags & (O_RDONLY | O_RDWR)) == 0)) O_WRONLY 146 src/vfs/sftpfs/file.c if ((flags & O_CREAT) != 0 || (flags & O_WRONLY) != 0) O_WRONLY 148 src/vfs/sftpfs/file.c sftp_open_flags = (flags & O_WRONLY) != 0 ? LIBSSH2_FXF_WRITE : 0; O_WRONLY 449 src/vfs/shell/shell.c res = open ("/dev/null", O_WRONLY); O_WRONLY 1645 src/vfs/shell/shell.c if (((flags & O_WRONLY) == O_WRONLY) && ((flags & (O_RDONLY | O_RDWR)) == 0)) O_WRONLY 391 src/viewer/hex.c fp = mc_open (view->filename_vpath, O_WRONLY);