O_WRONLY 236 usr/bin/sh/sh.c fd = open(file, O_WRONLY | O_APPEND); O_WRONLY 58 usr/lib/libc/stdio/flags.c m = O_WRONLY; O_WRONLY 64 usr/lib/libc/stdio/flags.c m = O_WRONLY; O_WRONLY 38 usr/lib/posix/file/creat.c return open(file, O_WRONLY | O_CREAT | O_TRUNC, mode); O_WRONLY 143 usr/server/fs/vfs/main.c case O_WRONLY: O_WRONLY 783 usr/server/fs/vfs/main.c if ((error = sys_open(path, O_WRONLY | O_NONBLOCK, 0, &wfp)) != 0) { O_WRONLY 84 usr/test/fifo/fifo.c fd2 = open("/mnt/fifo/test", O_WRONLY);