O_WRONLY          436 kern/dev/lamebus/emu.c 	    case O_WRONLY:
O_WRONLY          855 kern/fs/sfs/sfs_vnode.c 	    case O_WRONLY:
O_WRONLY          236 kern/proc/proc.c 	if (vfs_open(console_path,O_WRONLY,0,&(proc->console))) {
O_WRONLY          153 kern/test/fstest.c 	flags = O_WRONLY|O_CREAT;
O_WRONLY          435 kern/test/fstest.c 	err = vfs_open(name, O_WRONLY|O_CREAT|O_TRUNC, 0664, &vn);
O_WRONLY          608 kern/test/fstest.c 	result = vfs_open(outfile, O_WRONLY, 0664, &wv);
O_WRONLY           58 kern/vfs/vfspath.c 	    case O_WRONLY:
O_WRONLY           56 user/bin/cp/cp.c 	tofd = open(to, O_WRONLY|O_CREAT|O_TRUNC);
O_WRONLY           64 user/testbin/bigfile/bigfile.c 	fileid = open(filename, O_WRONLY|O_CREAT|O_TRUNC);
O_WRONLY          468 user/testbin/dirseek/dirseek.c 	fd = open(name, O_WRONLY|O_CREAT|O_EXCL, 0664);
O_WRONLY          130 user/testbin/f_test/f_test.c 	fileid = open(BIGFILE_NAME, O_WRONLY|O_CREAT|O_TRUNC, 0664);
O_WRONLY          201 user/testbin/f_test/f_test.c 	fd = open(FNAME, O_WRONLY|O_CREAT|O_TRUNC, 0664);
O_WRONLY          265 user/testbin/f_test/f_test.c 		fd = open(dirname, O_WRONLY|O_CREAT|O_TRUNC, 0664);
O_WRONLY           72 user/testbin/f_test/f_write.c 	fd = open(FNAME, O_WRONLY);
O_WRONLY           58 user/testbin/filetest/filetest.c 	fd = open(argv[1], O_WRONLY|O_CREAT|O_TRUNC, 0664);
O_WRONLY          246 user/testbin/psort/psort.c 	fd = doopen(path, O_WRONLY|O_CREAT|O_TRUNC, 0664);
O_WRONLY          525 user/testbin/psort/psort.c 	fd = doopen(PATH_KEYS, O_WRONLY, 0);
O_WRONLY          628 user/testbin/psort/psort.c 		outfds[i] = doopen(name, O_WRONLY|O_CREAT|O_TRUNC, 0664);
O_WRONLY          708 user/testbin/psort/psort.c 	outfd = doopen(outname, O_WRONLY|O_CREAT|O_TRUNC, 0664);
O_WRONLY          792 user/testbin/psort/psort.c 	fd = doopen(PATH_SORTED, O_WRONLY, 0);
O_WRONLY          987 user/testbin/psort/psort.c 	fd = doopen(name, O_WRONLY|O_CREAT|O_TRUNC, 0664);
O_WRONLY          237 user/testbin/rmdirtest/rmdirtest.c 	fd = open("newfile", O_WRONLY|O_CREAT|O_TRUNC, 0664);
O_WRONLY          107 user/testbin/rmtest/rmtest.c 	file = open(TEST, O_WRONLY | O_CREAT | O_TRUNC, 0664);
O_WRONLY          122 user/uw-testbin/files2/files2.c   f2 = open("FILE2", O_WRONLY);
O_WRONLY           32 user/uw-testbin/writeread/writeread.c    fd = open("WRITE_READ_FILE", O_WRONLY | O_CREAT);