O_CREAT 59 usr/lib/libc/stdio/flags.c o = O_CREAT | O_TRUNC; O_CREAT 65 usr/lib/libc/stdio/flags.c o = O_CREAT | O_APPEND; O_CREAT 96 usr/lib/libc/stdio/mktemp.c open(path, O_CREAT|O_EXCL|O_RDWR, 0600)) >= 0) O_CREAT 38 usr/lib/posix/file/creat.c return open(file, O_WRONLY | O_CREAT | O_TRUNC, mode); O_CREAT 68 usr/server/fs/vfs/vfs_syscalls.c if (flags & O_CREAT) { O_CREAT 95 usr/server/fs/vfs/vfs_syscalls.c flags &= ~O_CREAT; O_CREAT 102 usr/server/fs/vfs/vfs_syscalls.c if ((flags & O_CREAT) == 0) { O_CREAT 57 usr/test/fileio/fileio.c if ((fd = open(WRITE_TARGET, O_CREAT|O_RDWR, 0)) < 0)