O_TRUNC 59 usr/lib/libc/stdio/flags.c o = O_CREAT | O_TRUNC; O_TRUNC 38 usr/lib/posix/file/creat.c return open(file, O_WRONLY | O_CREAT | O_TRUNC, mode); O_TRUNC 86 usr/server/fs/vfs/vfs_syscalls.c flags &= ~O_TRUNC; O_TRUNC 103 usr/server/fs/vfs/vfs_syscalls.c if (flags & FWRITE || flags & O_TRUNC) { O_TRUNC 116 usr/server/fs/vfs/vfs_syscalls.c if (flags & O_TRUNC) {