Home
last modified time | relevance | path

Searched refs:O_BINARY (Results 1 – 17 of 17) sorted by relevance

/toolchain/binutils/binutils-2.25/include/
Dbinary-io.h28 #if !defined O_BINARY && defined _O_BINARY
30 # define O_BINARY _O_BINARY macro
35 # undef O_BINARY
38 #if O_BINARY
51 # define SET_BINARY(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0)
53 # define SET_BINARY(fd) setmode (fd, O_BINARY)
57 # undef O_BINARY
58 # define O_BINARY 0 macro
/toolchain/binutils/binutils-2.25/libiberty/
Dmkstemps.c52 #ifndef O_BINARY
53 # define O_BINARY 0 macro
126 fd = open (pattern, O_BINARY|O_RDWR|O_CREAT|O_EXCL, 0600); in mkstemps()
Dpex-djgpp.c86 return open (name, O_RDONLY | (binary ? O_BINARY : O_TEXT)); in pex_djgpp_open_read()
101 | (binary ? O_BINARY : O_TEXT)), in pex_djgpp_open_write()
/toolchain/binutils/binutils-2.25/ld/
Dsysdep.h96 #ifndef O_BINARY
97 #define O_BINARY 0 macro
Dldfile.c328 int fd = open (attempt, O_RDONLY | O_BINARY); in ldfile_try_open_bfd()
Dldmain.c803 int fd = open (filename, O_RDONLY | O_BINARY); in add_archive_element()
DChangeLog-2010578 (O_BINARY): Likewise.
/toolchain/binutils/binutils-2.25/binutils/
Drename.c49 fromfd = open (from, O_RDONLY | O_BINARY); in simple_copy()
53 tofd = open (to, O_CREAT | O_WRONLY | O_TRUNC | O_BINARY, 0777); in simple_copy()
DChangeLog-2008268 (O_BINARY): Don't define here.
269 * bin2c.c (O_BINARY, O_TEXT, SET_BINARY): Don't define here.
498 * ar.c: Remove conditional definition of O_BINARY.
502 * sysdep.h: Add conditional definition of O_BINARY.
Dar.c1448 f = open (archname, O_RDWR | O_BINARY, 0); in ranlib_touch()
DChangeLog-9899509 * ar.c (O_BINARY): Define as 0 if not defined.
510 (ranlib_touch): Open file with O_BINARY.
512 * rename.c (O_BINARY): Define as 0 if not defined.
513 (simple_copy): Open files with O_BINARY.
Dobjdump.c1129 int fd = open (fn, O_RDONLY | O_BINARY); in slurp_file()
DChangeLog-00011564 * strings.c (O_BINARY, setmode, SET_BINARY): Define.
/toolchain/binutils/binutils-2.25/intl/
Dloadmsgcat.c478 #if !defined O_BINARY && defined _O_BINARY
480 # define O_BINARY _O_BINARY macro
485 # undef O_BINARY
489 #ifndef O_BINARY
490 # define O_BINARY 0 macro
937 fd = open (domain_file->filename, O_RDONLY | O_BINARY);
/toolchain/binutils/binutils-2.25/bfd/
Dcoff-stgo32.c303 #ifdef O_BINARY in create_go32_stub()
304 f = open (stub, O_RDONLY | O_BINARY); in create_go32_stub()
/toolchain/binutils/binutils-2.25/gold/
Ddescriptors.cc119 flags |= O_BINARY; in open()
/toolchain/binutils/binutils-2.25/gprof/
DChangeLog-200834 (O_BINARY, SET_BINARY): Don't define here.