/external/strace/xlat/ |
D | open_access_modes.h | 7 #if defined(O_WRONLY) || (defined(HAVE_DECL_O_WRONLY) && HAVE_DECL_O_WRONLY) 8 XLAT(O_WRONLY),
|
D | open_access_modes.in | 2 O_WRONLY
|
D | openmodessol.in | 3 { 2, "O_WRONLY" },
|
/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 | cpio.c | 95 int perm = (toys.optflags & FLAG_o) ? O_CREAT|O_WRONLY|O_TRUNC : O_RDONLY; in cpio_main() 144 int fd = test ? 0 : open(name, O_CREAT|O_WRONLY|O_TRUNC|O_NOFOLLOW, mode); in cpio_main() 183 int fd = open(name, O_WRONLY|O_NOFOLLOW); in cpio_main()
|
/external/toybox/toys/other/ |
D | nsenter.c | 81 int bytes = sprintf(toybuf, "0 %u 1", eugid), fd = xopen(map, O_WRONLY); 91 if ((fd = open("/proc/self/setgroups", O_WRONLY)) >= 0) { in handle_r()
|
D | truncate.c | 63 loopfiles_rw(toys.optargs, O_WRONLY|O_CLOEXEC|(cr ? O_CREAT : 0), 0666, cr, in truncate_main()
|
/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/protobuf/src/google/protobuf/testing/ |
D | googletest.cc | 159 O_WRONLY | O_CREAT | O_EXCL | O_BINARY, 0777); in CaptureTestStdout() 174 O_WRONLY | O_CREAT | O_EXCL | O_BINARY, 0777); in CaptureTestStderr()
|
/external/bison/lib/ |
D | fcntl.in.h | 284 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH) 286 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
|
/external/toybox/toys/pending/ |
D | bootchartd.c | 161 O_WRONLY | O_CREAT | O_TRUNC, 0644); in start_logging() 163 O_WRONLY | O_CREAT | O_TRUNC, 0644); in start_logging() 169 int kp_fd = xcreate("kernel_procs_acct", O_WRONLY | O_CREAT | O_TRUNC,0666); in start_logging()
|
/external/valgrind/memcheck/tests/ |
D | fwrite.c | 8 int fd = open("/dev/null", O_WRONLY); in main()
|
/external/e2fsprogs/e2fsck/ |
D | logfile.c | 251 fd = open(s0, O_WRONLY|O_CREAT|O_TRUNC, 0644); in save_output() 253 fd = open(s1, O_WRONLY|O_CREAT|O_TRUNC, 0644); in save_output() 255 fd = open(s2, O_WRONLY|O_CREAT|O_TRUNC, 0644); in save_output()
|
/external/libvncserver/vncterm/ |
D | LinuxVNC.c | 57 tty_inject_device=open(device,O_WRONLY); in do_key() 103 if((tty_inject_device=open(tty_device,O_WRONLY))<0) { in main()
|
/external/libselinux/src/ |
D | booleans.c | 181 fd = open(fname, O_WRONLY); in hidden_def() 217 fd = open(path, O_WRONLY); in hidden_def()
|
D | disable.c | 24 fd = open(path, O_WRONLY); in security_disable()
|
/external/selinux/libselinux/src/ |
D | disable.c | 24 fd = open(path, O_WRONLY); in security_disable()
|
/external/bison/djgpp/ |
D | subpipe.c | 151 from_in_fd = open(tmp_file_name[0], O_WRONLY | O_CREAT | O_TRUNC, S_IWUSR); in create_subpipe() 182 …int to_in_fd = open(tmp_file_name[1], O_WRONLY | O_CREAT | O_TRUNC, S_IWUSR); /* pipe from m4 to … in end_of_output_subpipe()
|
/external/bison/m4/ |
D | fcntl-o.m4 | 45 O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY 57 int fd = open (sym, O_WRONLY | O_NOFOLLOW | O_CREAT, 0);
|
/external/compiler-rt/test/tsan/ |
D | race_on_write.cc | 23 fd = open("/dev/null", O_WRONLY); in main()
|
/external/jemalloc/test/unit/ |
D | prof_idump.c | 18 fd = open("/dev/null", O_WRONLY); in prof_dump_open_intercept()
|
/external/strace/tests/ |
D | uio.c | 23 assert((fd = open("/dev/null", O_WRONLY)) >= 0); in main()
|
/external/libxml2/win32/wince/ |
D | wincecompat.h | 20 #define O_WRONLY 0x0001 /* open for writing only */ macro
|
D | wincecompat.c | 36 if ( oflag==(O_WRONLY|O_CREAT) ) in open()
|
/external/google-breakpad/src/client/ |
D | minidump_file_writer.cc | 66 file_ = sys_open(path, O_WRONLY | O_CREAT | O_EXCL, 0600); in Open() 68 file_ = open(path, O_WRONLY | O_CREAT | O_EXCL, 0600); in Open()
|