/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/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/strace/xlat/ |
D | open_mode_flags.h | 22 #if defined(O_APPEND) || (defined(HAVE_DECL_O_APPEND) && HAVE_DECL_O_APPEND) 23 XLAT(O_APPEND),
|
D | openmodessol.in | 5 { 8, "O_APPEND" },
|
D | open_mode_flags.in | 5 O_APPEND
|
/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/libchrome/base/files/ |
D | file_posix.cc | 49 return (fcntl(file, F_GETFL) & O_APPEND) != 0; in IsOpenAppend() 474 open_flags |= O_APPEND | O_RDWR; in DoInitialize() 476 open_flags |= O_APPEND | O_WRONLY; in DoInitialize()
|
/external/autotest/client/tests/synctest/src/ |
D | synctest.c | 69 fd = open("testfile", O_RDWR|O_CREAT|O_APPEND|O_NONBLOCK); in main()
|
/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/libchrome/sandbox/linux/syscall_broker/ |
D | broker_file_permission.cc | 182 const int known_flags = O_APPEND | O_ASYNC | O_CLOEXEC | O_CREAT | O_DIRECT | in CheckOpen()
|
D | broker_file_permission_unittest.cc | 134 case O_APPEND: in CheckPerm()
|
/external/tlsdate/src/common/ |
D | fmemopen.c | 209 cookie->cur = (oflags & O_APPEND) ? cookie->eob : cookie->head; in fmemopen()
|
/external/bison/m4/ |
D | fcntl-o.m4 | 44 O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND,
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_parameters_restrictions.cc | 195 const uint64_t kAllowedMask = O_ACCMODE | O_APPEND | O_NONBLOCK | O_SYNC | in RestrictFcntlCommands()
|
/external/e2fsprogs/misc/ |
D | logsave.c | 264 openflags |= O_APPEND; in main()
|
/external/dhcpcd-6.8.2/ |
D | common.c | 148 int f = O_CREAT | O_APPEND | O_TRUNC; in logger_open()
|
/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/opencv3/3rdparty/libjasper/ |
D | jas_stream.c | 262 openflags |= O_APPEND; in jas_stream_fopen() 324 openflags |= O_APPEND; in jas_stream_freopen()
|
/external/curl/lib/ |
D | file.c | 333 mode = MODE_DEFAULT|O_APPEND; in file_upload()
|