Home
last modified time | relevance | path

Searched refs:O_WRONLY (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/
Dsysdep.h86 #ifndef O_WRONLY
87 #define O_WRONLY 1 macro
93 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
DChangeLog-2010575 (O_WRONLY): Likewise.
/toolchain/binutils/binutils-2.25/bfd/
Dsysdep.h102 #ifndef O_WRONLY
103 #define O_WRONLY 1 macro
109 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
Dopncls.c352 case O_WRONLY: mode = FOPEN_RUB; break; in bfd_fdopenr()
/toolchain/binutils/binutils-2.25/bfd/hosts/
Dalphavms.h49 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
/toolchain/binutils/binutils-2.25/binutils/
Drename.c53 tofd = open (to, O_CREAT | O_WRONLY | O_TRUNC | O_BINARY, 0777); in simple_copy()
Dresrc.c254 redir_handle = open (redir, O_WRONLY | O_TRUNC | O_CREAT, 0666); in run_cmd()
/toolchain/binutils/binutils-2.25/libiberty/
Dpex-djgpp.c100 (O_WRONLY | O_CREAT | O_TRUNC in pex_djgpp_open_write()
Dpex-unix.c357 return open (name, O_WRONLY | O_CREAT in pex_unix_open_write()