taglinefilesource code
O_WRONLY2296drivers/char/tpqic02.ccase O_WRONLY:  /* Fallthru... Strictly speaking this is not correct... */
O_WRONLY624drivers/scsi/st.cif ((flags & O_ACCMODE) == O_WRONLY || (flags & O_ACCMODE) == O_RDWR) {
O_WRONLY132drivers/sound/soundcard.cif ((tmp_file.flags & O_ACCMODE) == O_WRONLY)
O_WRONLY541fs/open.creturn sys_open(pathname, O_CREAT | O_WRONLY | O_TRUNC, mode);
O_WRONLY417fs/pipe.cf[1]->f_flags = O_WRONLY;
O_WRONLY56fs/smbfs/file.c|| ((right == O_WRONLY) && (   (dirent->access == O_WRONLY)
O_WRONLY355fs/smbfs/inode.cif ((error = smb_make_open(inode, O_WRONLY)) < 0)