/external/kernel-headers/original/asm-generic/ |
D | fcntl.h | 34 #ifndef O_APPEND 35 #define O_APPEND 00002000 macro
|
/external/yaffs2/yaffs2/direct/ |
D | yaffsfs.h | 47 #ifndef O_APPEND 48 #define O_APPEND 02000 macro
|
/external/stlport/src/details/ |
D | fstream_unistd.cpp | 94 if ( mode & O_APPEND ) in flag_to_openmode() 173 flags = O_WRONLY | O_CREAT | O_APPEND; in _M_open() 187 flags = O_RDWR | O_CREAT | O_APPEND; in _M_open()
|
D | fstream_win32io.cpp | 58 if (mode & O_APPEND) in flag_to_openmode() 139 mode |= O_APPEND; 172 mode |= O_APPEND;
|
D | fstream_stdio.cpp | 73 # define O_APPEND _O_APPEND macro
|
/external/qemu/ |
D | arm-semi.c | 96 O_WRONLY | O_CREAT | O_APPEND, 97 O_WRONLY | O_CREAT | O_APPEND | O_BINARY, 98 O_RDWR | O_CREAT | O_APPEND, 99 O_RDWR | O_CREAT | O_APPEND | O_BINARY
|
/external/kernel-headers/original/asm-mips/ |
D | fcntl.h | 12 #define O_APPEND 0x0008 macro
|
/external/chromium/chrome/browser/chromeos/ |
D | external_metrics_unittest.cc | 25 int fd = open(path, O_CREAT | O_APPEND | O_WRONLY, 0666); in SendMessage()
|
/external/quake/quake/src/QW/client/ |
D | sys_linux.c | 255 fd = open(file, O_WRONLY | O_CREAT | O_APPEND, 0666); in Sys_DebugLog()
|
D | sys_android.c | 260 fd = open(file, O_WRONLY | O_CREAT | O_APPEND, 0666); in Sys_DebugLog()
|
D | sys_win.c | 66 fd = open(file, O_WRONLY | O_CREAT | O_APPEND, 0666); in Sys_DebugLog()
|
/external/e2fsprogs/misc/ |
D | logsave.c | 263 openflags |= O_APPEND; in main()
|
/external/quake/quake/src/WinQuake/ |
D | sys_linux.cpp | 253 fd = open(file, O_WRONLY | O_CREAT | O_APPEND, 0666); in Sys_DebugLog()
|
D | sys_android.cpp | 294 fd = open(file, O_WRONLY | O_CREAT | O_APPEND, 0666); in Sys_DebugLog()
|
D | console.cpp | 362 fd = open(file, O_WRONLY | O_CREAT | O_APPEND, 0666); in Con_DebugLog()
|
/external/openssh/ |
D | loginrec.c | 1095 if ((fd = open(WTMP_FILE, O_WRONLY|O_APPEND, 0)) < 0) { in wtmp_write() 1267 if ((fd = open(WTMPX_FILE, O_WRONLY|O_APPEND, 0)) < 0) { in wtmpx_write() 1673 if ((fd = open(_PATH_BTMP, O_WRONLY | O_APPEND)) < 0) { in record_failed_login()
|
/external/dnsmasq/src/ |
D | log.c | 113 log_fd = open(log_file, O_WRONLY|O_CREAT|O_APPEND, S_IRUSR|S_IWUSR|S_IRGRP); in log_reopen()
|
/external/dropbear/ |
D | loginrec.c | 909 if ((fd = open(WTMP_FILE, O_WRONLY|O_APPEND, 0)) < 0) { in wtmp_write() 1075 if ((fd = open(WTMPX_FILE, O_WRONLY|O_APPEND, 0)) < 0) { in wtmpx_write()
|
/external/oprofile/daemon/ |
D | oprofiled.c | 109 if (open(op_log_file, O_WRONLY|O_CREAT|O_NOCTTY|O_APPEND, 0644) == -1) { in opd_open_logfile()
|
/external/llvm/lib/Support/ |
D | raw_ostream.cpp | 452 OpenFlags |= O_APPEND; in raw_fd_ostream()
|
/external/zlib/src/ |
D | gzlib.c | 232 O_APPEND)));
|
/external/ppp/pppd/ |
D | options.c | 1516 fd = open(*argv, O_WRONLY | O_APPEND | O_CREAT | O_EXCL, 0644); 1518 fd = open(*argv, O_WRONLY | O_APPEND);
|
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/ |
D | SDL_ipodvideo.c | 173 dbgout = fdopen (open ("/etc/sdlpod.log", O_WRONLY | O_SYNC | O_APPEND), "a"); in iPod_VideoInit()
|
/external/okhttp/src/main/java/libcore/io/ |
D | OsConstants.java | 223 public static final int O_APPEND = placeholder(); field in OsConstants
|
/external/protobuf/gtest/src/ |
D | gtest-death-test.cc | 1110 ::_open_osfhandle(reinterpret_cast<intptr_t>(dup_write_handle), O_APPEND); in GetStatusFileDescriptor()
|