O_TRUNC          1121 core/conf.c        int fd = open(filename, O_WRONLY|O_CREAT|O_TRUNC, 0777); 
O_TRUNC           645 core/gui_script.c     int fd = open(fn, O_WRONLY|O_CREAT|O_TRUNC, 0777);
O_TRUNC            64 core/script.c    int flag_trunc = O_TRUNC;
O_TRUNC           161 lib/lang/fileutil.c 	int fd = open( filename, O_WRONLY|O_CREAT|O_TRUNC, 0777);
O_TRUNC            73 modules/dbg_dump.c     int fd=open(dumpname, O_WRONLY|O_CREAT|O_TRUNC, 0777);
O_TRUNC           223 modules/file_shelter.c     int fd = open(fn, O_WRONLY|O_CREAT|O_TRUNC, 0777);
O_TRUNC          1043 modules/games/gui_sudoku.c         save = open("A/CHDK/GAMES/SUDOKU.SAV", O_WRONLY|O_CREAT|O_TRUNC, 0777);
O_TRUNC           405 modules/gui_fselect.c         int fdst = open(selected_file, O_WRONLY|O_CREAT|O_TRUNC, 0777);
O_TRUNC           454 platform/generic/wrappers.c     flags = (flags & ~(O_TRUNC|O_CREAT|O_APPEND)) | ((flags & (O_TRUNC|O_CREAT)) << 1);
O_TRUNC           765 tools/elf2flt/elfflt.c   int output_fd = open(fltfile,O_WRONLY|O_CREAT|O_TRUNC|O_BINARY,0777);