O_CREAT          1121 core/conf.c        int fd = open(filename, O_WRONLY|O_CREAT|O_TRUNC, 0777); 
O_CREAT           645 core/gui_script.c     int fd = open(fn, O_WRONLY|O_CREAT|O_TRUNC, 0777);
O_CREAT            63 core/main.c                    fd = open(fn, O_WRONLY|O_CREAT, 0777);
O_CREAT           132 core/raw.c         fd = open(fn, O_WRONLY|O_CREAT, 0777);
O_CREAT            75 core/script.c      print_screen_d = open(print_screen_file, O_WRONLY|O_CREAT|flag_trunc, 0777);
O_CREAT           109 core/usb_remote.c     fd = open(fn, O_WRONLY|O_CREAT, 0777);
O_CREAT           201 core/usb_remote.c     fd = open("A/CALIB.TXT", O_WRONLY|O_CREAT, 0777);
O_CREAT           161 lib/lang/fileutil.c 	int fd = open( filename, O_WRONLY|O_CREAT|O_TRUNC, 0777);
O_CREAT            73 modules/dbg_dump.c     int fd=open(dumpname, O_WRONLY|O_CREAT|O_TRUNC, 0777);
O_CREAT           250 modules/eyefi.c     int fd = open(eyefi_filename(filename), O_RDWR|O_CREAT, 0600);
O_CREAT           223 modules/file_shelter.c     int fd = open(fn, O_WRONLY|O_CREAT|O_TRUNC, 0777);
O_CREAT          1043 modules/games/gui_sudoku.c         save = open("A/CHDK/GAMES/SUDOKU.SAV", O_WRONLY|O_CREAT|O_TRUNC, 0777);
O_CREAT           155 modules/gui_bench.c     int fd = open(BENCHLOGFILE, O_WRONLY|O_CREAT|O_APPEND, 0777);
O_CREAT           568 modules/gui_bench.c             x = open(BENCHTMP, O_WRONLY|O_CREAT, 0777);
O_CREAT           580 modules/gui_bench.c             x = open(BENCHTMP, O_WRONLY|O_CREAT, 0777);
O_CREAT           593 modules/gui_bench.c                 x = open(BENCHTMP, O_WRONLY|O_CREAT, 0777);
O_CREAT           405 modules/gui_fselect.c         int fdst = open(selected_file, O_WRONLY|O_CREAT|O_TRUNC, 0777);
O_CREAT           306 modules/module_load.c         int fd = open("A/MODULES.LOG", O_WRONLY|O_CREAT|O_APPEND, 0777);
O_CREAT           360 modules/motion_detector.c     fd = open(fn, O_WRONLY|O_CREAT, 0777);
O_CREAT           419 modules/motion_detector.c     fd = open(fn, O_WRONLY|O_CREAT, 0777);
O_CREAT            61 modules/scrdump.c             fd = open(fn, O_WRONLY|O_CREAT, 0777);
O_CREAT            89 modules/shot_histogram.c     int fd = open(fn, O_WRONLY|O_CREAT, 0777);
O_CREAT            35 platform/a540/debug.c     if ((dbg_fh = open("A/MISC/DEBUG.LOG", O_WRONLY|O_CREAT, 0777)) > 0) {
O_CREAT            76 platform/a540/debug.c   if ((fd  = open("A/MISC/FW_FFC0.DMP", O_WRONLY|O_CREAT, 0777)) > 0) {
O_CREAT            35 platform/a550/debug.c     if ((dbg_fh = open("A/MISC/DEBUG.LOG", O_WRONLY|O_CREAT, 0777)) > 0) {
O_CREAT            77 platform/a550/debug.c   if ((fd  = open("A/MISC/FW_FFC0.DMP", O_WRONLY|O_CREAT, 0777)) > 0) {
O_CREAT           454 platform/generic/wrappers.c     flags = (flags & ~(O_TRUNC|O_CREAT|O_APPEND)) | ((flags & (O_TRUNC|O_CREAT)) << 1);
O_CREAT            32 platform/ixus80_sd1100/sub/100c/debug.c 	crash_fd = open("A/crash.log", O_WRONLY|O_CREAT|O_APPEND, 0777);
O_CREAT            32 platform/ixus80_sd1100/sub/101a/debug.c 	crash_fd = open("A/crash.log", O_WRONLY|O_CREAT|O_APPEND, 0777);
O_CREAT           765 tools/elf2flt/elfflt.c   int output_fd = open(fltfile,O_WRONLY|O_CREAT|O_TRUNC|O_BINARY,0777);