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