O_RDONLY 234 core/raw.c int fd = open(fn, O_RDONLY, 0777); O_RDONLY 47 lib/armutil/reboot.c fd = open(bootfile,O_RDONLY,0); O_RDONLY 196 lib/font/rbf_font.c int fd = open(file, O_RDONLY, 0777); O_RDONLY 36 lib/lang/fileutil.c fd = open( name, O_RDONLY, 0777 ); O_RDONLY 341 lib/lua/loadlib.c int f = open(filename,O_RDONLY,0777); O_RDONLY 850 modules/dng.c int fd = open(fn, O_RDONLY, 0777); O_RDONLY 267 modules/eyefi.c int fd = open(eyefi_filename(filename), O_RDONLY, 0777); O_RDONLY 133 modules/file_shelter.c int fd = open(fn, O_RDONLY, 0777); O_RDONLY 181 modules/file_shelter.c int fd = open(fn, O_RDONLY, 0777); O_RDONLY 610 modules/gui_bench.c x = open(BENCHTMP, O_RDONLY, 0777); O_RDONLY 389 modules/gui_fselect.c int fsrc = open(selected_file, O_RDONLY, 0777); O_RDONLY 73 modules/gui_read.c read_file = open(file, O_RDONLY, 0777); O_RDONLY 113 modules/module_load.c return open(name, O_RDONLY, 0777); O_RDONLY 849 modules/module_load.c int fd = open(path, O_RDONLY, 0777); O_RDONLY 410 modules/motion_detector.c fd = open(fn, O_RDONLY, 0777); O_RDONLY 27 tools/elf2flt/myio.c fd=open(filename, O_RDONLY|O_BINARY); O_RDONLY 100 tools/elf2flt/myio.c fd=open(importfile, O_RDONLY|O_BINARY, 0777); O_RDONLY 219 tools/elf2flt/myio.c int fd=open(stopfile, O_RDONLY|O_BINARY, 0777); O_RDONLY 235 tools/makeexport.c f = open(filename, O_RDONLY, 0777); O_RDONLY 190 tools/makelang.c f = open(filename, O_RDONLY, 0777);