O_APPEND 155 modules/gui_bench.c int fd = open(BENCHLOGFILE, O_WRONLY|O_CREAT|O_APPEND, 0777); O_APPEND 306 modules/module_load.c int fd = open("A/MODULES.LOG", O_WRONLY|O_CREAT|O_APPEND, 0777); O_APPEND 454 platform/generic/wrappers.c flags = (flags & ~(O_TRUNC|O_CREAT|O_APPEND)) | ((flags & (O_TRUNC|O_CREAT)) << 1); O_APPEND 32 platform/ixus80_sd1100/sub/100c/debug.c crash_fd = open("A/crash.log", O_WRONLY|O_CREAT|O_APPEND, 0777); O_APPEND 32 platform/ixus80_sd1100/sub/101a/debug.c crash_fd = open("A/crash.log", O_WRONLY|O_CREAT|O_APPEND, 0777);