/external/toybox/toys/posix/ |
D | nohup.c | 27 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()
|
D | tee.c | 52 O_RDWR|O_CREAT|((toys.optflags & FLAG_a)?O_APPEND:O_TRUNC), in tee_main()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 34 #ifndef O_APPEND 35 #define O_APPEND 00002000 macro
|
/external/strace/xlat/ |
D | open_mode_flags.h | 16 #if defined(O_APPEND) || (defined(HAVE_DECL_O_APPEND) && HAVE_DECL_O_APPEND) 17 XLAT(O_APPEND),
|
D | openmodessol.in | 5 { 8, "O_APPEND" },
|
D | open_mode_flags.in | 5 O_APPEND
|
/external/vboot_reference/futility/ |
D | futility.c | 92 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/ |
D | fcntl.h | 13 #define O_APPEND 0x0008 macro
|
/external/libxml2/win32/wince/ |
D | wincecompat.h | 22 #define O_APPEND 0x0008 /* writes done at eof */ macro
|
/external/toybox/toys/pending/ |
D | syslogd.c | 270 } 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()
|
D | ftpget.c | 230 flags |= (TT.c)? O_APPEND : (O_CREAT | O_TRUNC); in get_file()
|
D | crond.c | 81 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/ |
D | types.c | 42 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/ |
D | fcntl-o.m4 | 44 O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND,
|
/external/e2fsprogs/misc/ |
D | logsave.c | 264 openflags |= O_APPEND; in main()
|
/external/openssh/ |
D | loginrec.c | 1094 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()
|
D | log.c | 355 if ((fd = open(logfile, O_WRONLY|O_CREAT|O_APPEND, 0600)) == -1) { in log_redirect_stderr_to()
|
D | sftp-server.c | 235 flags |= O_APPEND; in flags_from_portable() 798 if (!(handle_to_flags(handle) & O_APPEND) && in process_write()
|
/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/lldb/source/Host/common/ |
D | File.cpp | 204 oflag |= O_APPEND; in Open()
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
D | gzlib.c | 238 O_APPEND))); in gz_open()
|
/external/zlib/src/ |
D | gzlib.c | 238 O_APPEND)));
|
/external/ppp/pppd/ |
D | options.c | 1552 fd = open(*argv, O_WRONLY | O_APPEND | O_CREAT | O_EXCL, 0644); 1554 fd = open(*argv, O_WRONLY | O_APPEND);
|
/external/protobuf/gtest/src/ |
D | gtest-death-test.cc | 1108 ::_open_osfhandle(reinterpret_cast<intptr_t>(dup_write_handle), O_APPEND); in GetStatusFileDescriptor()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-death-test.cc | 1166 ::_open_osfhandle(reinterpret_cast<intptr_t>(dup_write_handle), O_APPEND); in GetStatusFileDescriptor()
|