O_TRUNC 31 include/uapi/asm-generic/fcntl.h #ifndef O_TRUNC O_TRUNC 281 scripts/dtc/util.c fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, 0666); O_TRUNC 912 scripts/kconfig/confdata.c fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644); O_TRUNC 932 scripts/kconfig/confdata.c fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644);