O_EXCL 1305 lib/vfs/direntry.c if (ino != NULL && (flags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL)) O_EXCL 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_EXCL 593 lib/widget/dialog.c i = open (profile, O_CREAT | O_EXCL, S_IRUSR | S_IWUSR); O_EXCL 322 src/editor/edit.c file = mc_open (filename_vpath, O_NONBLOCK | O_RDONLY | O_BINARY | O_CREAT | O_EXCL, 0666); O_EXCL 2570 src/filemanager/file.c open_flags |= O_CREAT | O_EXCL; O_EXCL 124 src/vfs/sftpfs/sftpfs.c if (path_inode != NULL && ((flags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL))) O_EXCL 1724 src/vfs/shell/shell.c flags &= ~O_EXCL;