Home
last modified time | relevance | path

Searched refs:O_APPEND (Results 1 – 25 of 38) sorted by relevance

12

/external/kernel-headers/original/asm-generic/
Dfcntl.h24 #ifndef O_APPEND
25 #define O_APPEND 00002000 macro
/external/yaffs2/yaffs2/direct/
Dyaffsfs.h47 #ifndef O_APPEND
48 #define O_APPEND 02000 macro
/external/stlport/src/details/
Dfstream_unistd.cpp94 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()
Dfstream_win32io.cpp58 if (mode & O_APPEND) in flag_to_openmode()
139 mode |= O_APPEND;
172 mode |= O_APPEND;
Dfstream_stdio.cpp73 # define O_APPEND _O_APPEND macro
/external/qemu/
Darm-semi.c96 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/bluetooth/glib/glib/
Dgiounix.c373 fcntl_flags |= O_APPEND; in g_io_unix_set_flags()
410 if (fcntl_flags & O_APPEND) in g_io_unix_get_flags()
501 flags = O_WRONLY | O_APPEND | O_CREAT; in g_io_channel_new_file()
510 flags = O_RDWR | O_APPEND | O_CREAT; in g_io_channel_new_file()
/external/kernel-headers/original/asm-mips/
Dfcntl.h12 #define O_APPEND 0x0008 macro
/external/chromium/chrome/browser/chromeos/
Dexternal_metrics_unittest.cc25 int fd = open(path, O_CREAT | O_APPEND | O_WRONLY, 0666); in SendMessage()
/external/quake/quake/src/QW/client/
Dsys_linux.c255 fd = open(file, O_WRONLY | O_CREAT | O_APPEND, 0666); in Sys_DebugLog()
Dsys_android.c260 fd = open(file, O_WRONLY | O_CREAT | O_APPEND, 0666); in Sys_DebugLog()
Dsys_win.c66 fd = open(file, O_WRONLY | O_CREAT | O_APPEND, 0666); in Sys_DebugLog()
/external/e2fsprogs/misc/
Dlogsave.c263 openflags |= O_APPEND; in main()
/external/quake/quake/src/WinQuake/
Dsys_linux.cpp253 fd = open(file, O_WRONLY | O_CREAT | O_APPEND, 0666); in Sys_DebugLog()
Dsys_android.cpp294 fd = open(file, O_WRONLY | O_CREAT | O_APPEND, 0666); in Sys_DebugLog()
Dconsole.cpp362 fd = open(file, O_WRONLY | O_CREAT | O_APPEND, 0666); in Con_DebugLog()
/external/openssh/
Dloginrec.c1095 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/
Dlog.c113 log_fd = open(log_file, O_WRONLY|O_CREAT|O_APPEND, S_IRUSR|S_IWUSR|S_IRGRP); in log_reopen()
/external/dropbear/
Dloginrec.c909 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/
Doprofiled.c109 if (open(op_log_file, O_WRONLY|O_CREAT|O_NOCTTY|O_APPEND, 0644) == -1) { in opd_open_logfile()
/external/zlib/
Dgzlib.c192 O_APPEND))),
/external/llvm/lib/Support/
Draw_ostream.cpp452 OpenFlags |= O_APPEND; in raw_fd_ostream()
/external/ppp/pppd/
Doptions.c1516 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.12/src/video/ipod/
DSDL_ipodvideo.c173 dbgout = fdopen (open ("/etc/sdlpod.log", O_WRONLY | O_SYNC | O_APPEND), "a"); in iPod_VideoInit()
/external/protobuf/gtest/src/
Dgtest-death-test.cc1110 ::_open_osfhandle(reinterpret_cast<intptr_t>(dup_write_handle), O_APPEND); in GetStatusFileDescriptor()

12