Home
last modified time | relevance | path

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

12

/external/toybox/toys/posix/
Dnohup.c27 if (-1 == open("nohup.out", O_CREAT|O_APPEND|O_WRONLY, in nohup_main()
33 xcreate(temp, O_CREAT|O_APPEND|O_WRONLY, 0600); in nohup_main()
Dtee.c52 O_RDWR|O_CREAT|((toys.optflags & FLAG_a)?O_APPEND:O_TRUNC), in tee_main()
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h34 #ifndef O_APPEND
35 #define O_APPEND 00002000 macro
/external/strace/xlat/
Dopen_mode_flags.h16 #if defined(O_APPEND) || (defined(HAVE_DECL_O_APPEND) && HAVE_DECL_O_APPEND)
17 XLAT(O_APPEND),
Dopenmodessol.in5 { 8, "O_APPEND" },
Dopen_mode_flags.in5 O_APPEND
/external/vboot_reference/futility/
Dfutility.c92 log_fd = open(LOGFILE, O_WRONLY | O_APPEND | O_CREAT, 0666); in log_open()
94 log_fd = open(LOGFILE, O_WRONLY | O_APPEND); in log_open()
103 log_fd = open(LOGFILE, O_WRONLY | O_APPEND | O_CREAT, 0666); in log_open()
/external/kernel-headers/original/uapi/asm-mips/asm/
Dfcntl.h13 #define O_APPEND 0x0008 macro
/external/libxml2/win32/wince/
Dwincecompat.h22 #define O_APPEND 0x0008 /* writes done at eof */ macro
/external/toybox/toys/pending/
Dsyslogd.c270 } else tfd->logfd = open(tfd->filename, O_CREAT | O_WRONLY | O_APPEND, 0666); in open_logfiles()
273 tfd->logfd = open(tfd->filename, O_APPEND); in open_logfiles()
302 tf->logfd = open(tf->filename, O_CREAT | O_WRONLY | O_APPEND, 0666); in write_rotate()
Dftpget.c230 flags |= (TT.c)? O_APPEND : (O_CREAT | O_TRUNC); in get_file()
Dcrond.c81 int fd = open(TT.logfile, O_WRONLY | O_CREAT | O_APPEND, 0666); in loginfo()
552 if ((mailfd = open(toybuf, O_CREAT|O_TRUNC|O_WRONLY|O_EXCL|O_APPEND, in execute_jobs()
/external/libxml2/python/
Dtypes.c42 if (flags & O_APPEND) in libxml_PyFileGet()
48 if (flags & O_APPEND) in libxml_PyFileGet()
54 if (flags & O_APPEND) in libxml_PyFileGet()
/external/bison/m4/
Dfcntl-o.m444 O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND,
/external/e2fsprogs/misc/
Dlogsave.c264 openflags |= O_APPEND; in main()
/external/openssh/
Dloginrec.c1094 if ((fd = open(WTMP_FILE, O_WRONLY|O_APPEND, 0)) < 0) { in wtmp_write()
1266 if ((fd = open(WTMPX_FILE, O_WRONLY|O_APPEND, 0)) < 0) { in wtmpx_write()
1672 if ((fd = open(_PATH_BTMP, O_WRONLY | O_APPEND)) < 0) { in record_failed_login()
Dlog.c355 if ((fd = open(logfile, O_WRONLY|O_CREAT|O_APPEND, 0600)) == -1) { in log_redirect_stderr_to()
Dsftp-server.c235 flags |= O_APPEND; in flags_from_portable()
798 if (!(handle_to_flags(handle) & O_APPEND) && in process_write()
/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/lldb/source/Host/common/
DFile.cpp204 oflag |= O_APPEND; in Open()
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dgzlib.c238 O_APPEND))); in gz_open()
/external/zlib/src/
Dgzlib.c238 O_APPEND)));
/external/ppp/pppd/
Doptions.c1552 fd = open(*argv, O_WRONLY | O_APPEND | O_CREAT | O_EXCL, 0644);
1554 fd = open(*argv, O_WRONLY | O_APPEND);
/external/protobuf/gtest/src/
Dgtest-death-test.cc1108 ::_open_osfhandle(reinterpret_cast<intptr_t>(dup_write_handle), O_APPEND); in GetStatusFileDescriptor()
/external/mesa3d/src/gtest/src/
Dgtest-death-test.cc1166 ::_open_osfhandle(reinterpret_cast<intptr_t>(dup_write_handle), O_APPEND); in GetStatusFileDescriptor()

12