taglinefilesource code
O_WRONLY416fs/open.creturn sys_open(pathname, O_CREAT | O_WRONLY | O_TRUNC, mode);
O_WRONLY333fs/pipe.cf[1]->f_flags = O_WRONLY;
O_WRONLY2165kernel/chr_drv/tpqic02.ccase O_WRONLY:  /* Fallthru... Strictly speaking this is not correct... */