| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| binary-io.h | 22 O_BINARY is usually declared in <fcntl.h>. */ 29 #if !defined O_BINARY && defined _O_BINARY 31 # define O_BINARY _O_BINARY 35 /* BeOS 5 has O_BINARY and O_TEXT, but they have no effect. */ 36 # undef O_BINARY 39 #if O_BINARY 53 # define SET_BINARY(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0) 55 # define SET_BINARY(fd) setmode (fd, O_BINARY) 59 # undef O_BINARY 60 # define O_BINARY [all...] |
| /src/external/gpl3/binutils/dist/include/ |
| binary-io.h | 22 define O_BINARY in <fcntl.h>, and the MSVC7 <stdio.h> doesn't 28 #if !defined O_BINARY && defined _O_BINARY 30 # define O_BINARY _O_BINARY 34 /* BeOS 5 has O_BINARY and O_TEXT, but they have no effect. */ 35 # undef O_BINARY 38 #if defined(O_BINARY) && 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 [all...] |
| /src/external/gpl3/binutils.old/dist/include/ |
| binary-io.h | 22 define O_BINARY in <fcntl.h>, and the MSVC7 <stdio.h> doesn't 28 #if !defined O_BINARY && defined _O_BINARY 30 # define O_BINARY _O_BINARY 34 /* BeOS 5 has O_BINARY and O_TEXT, but they have no effect. */ 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 [all...] |
| /src/external/gpl3/gcc/dist/libbacktrace/ |
| posix.c | 44 #ifndef O_BINARY 45 #define O_BINARY 0 67 descriptor = open (filename, (int) (O_RDONLY | O_BINARY | O_CLOEXEC));
|
| /src/external/gpl3/gcc.old/dist/libbacktrace/ |
| posix.c | 44 #ifndef O_BINARY 45 #define O_BINARY 0 67 descriptor = open (filename, (int) (O_RDONLY | O_BINARY | O_CLOEXEC));
|
| /src/external/gpl3/gdb/dist/include/ |
| binary-io.h | 22 define O_BINARY in <fcntl.h>, and the MSVC7 <stdio.h> doesn't 28 #if !defined O_BINARY && defined _O_BINARY 30 # define O_BINARY _O_BINARY 34 /* BeOS 5 has O_BINARY and O_TEXT, but they have no effect. */ 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 [all...] |
| /src/external/gpl3/gdb/dist/libbacktrace/ |
| posix.c | 44 #ifndef O_BINARY 45 #define O_BINARY 0 67 descriptor = open (filename, (int) (O_RDONLY | O_BINARY | O_CLOEXEC));
|
| /src/external/gpl3/gdb.old/dist/include/ |
| binary-io.h | 22 define O_BINARY in <fcntl.h>, and the MSVC7 <stdio.h> doesn't 28 #if !defined O_BINARY && defined _O_BINARY 30 # define O_BINARY _O_BINARY 34 /* BeOS 5 has O_BINARY and O_TEXT, but they have no effect. */ 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 [all...] |
| /src/external/gpl3/gdb.old/dist/libbacktrace/ |
| posix.c | 44 #ifndef O_BINARY 45 #define O_BINARY 0 67 descriptor = open (filename, (int) (O_RDONLY | O_BINARY | O_CLOEXEC));
|
| /src/sys/external/bsd/acpica/dist/os_specific/service_layers/ |
| osunixmap.c | 55 #ifndef O_BINARY 56 #define O_BINARY 0 117 fd = open (SYSTEM_MEMORY, O_RDONLY | O_BINARY);
|
| /src/external/bsd/libpcap/dist/testprogs/ |
| unix.h | 50 #define O_BINARY _O_BINARY
|
| /src/external/gpl3/binutils/dist/ld/ |
| sysdep.h | 77 #ifndef O_BINARY 78 #define O_BINARY 0
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| mkstemps.c | 54 #ifndef O_BINARY 55 # define O_BINARY 0 128 fd = open (pattern, O_BINARY|O_RDWR|O_CREAT|O_EXCL, 0600);
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| sysdep.h | 77 #ifndef O_BINARY 78 #define O_BINARY 0
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| mkstemps.c | 54 #ifndef O_BINARY 55 # define O_BINARY 0 128 fd = open (pattern, O_BINARY|O_RDWR|O_CREAT|O_EXCL, 0600);
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| mkstemps.c | 54 #ifndef O_BINARY 55 # define O_BINARY 0 128 fd = open (pattern, O_BINARY|O_RDWR|O_CREAT|O_EXCL, 0600);
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| mkstemps.c | 54 #ifndef O_BINARY 55 # define O_BINARY 0 128 fd = open (pattern, O_BINARY|O_RDWR|O_CREAT|O_EXCL, 0600);
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| mkstemps.c | 54 #ifndef O_BINARY 55 # define O_BINARY 0 128 fd = open (pattern, O_BINARY|O_RDWR|O_CREAT|O_EXCL, 0600);
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| mkstemps.c | 54 #ifndef O_BINARY 55 # define O_BINARY 0 128 fd = open (pattern, O_BINARY|O_RDWR|O_CREAT|O_EXCL, 0600);
|
| /src/external/mit/expat/dist/xmlwf/ |
| readfilemap.c | 75 #ifndef O_BINARY 77 # define O_BINARY _O_BINARY 79 # define O_BINARY 0 96 fd = topen(name, O_RDONLY | O_BINARY);
|
| /src/external/gpl2/mkhybrid/dist/ |
| eltorito.c | 37 #ifndef O_BINARY 38 #define O_BINARY 0 39 #endif /* O_BINARY */ 104 bcat = open(bootpath, O_WRONLY | O_CREAT | O_BINARY, S_IROTH | S_IRGRP | S_IRWXU ); 286 bootcat = open(de2->whole_name, O_RDWR | O_BINARY);
|
| /src/external/public-domain/xz/dist/src/lzmainfo/ |
| lzmainfo.c | 180 setmode(fileno(stdin), O_BINARY);
|
| /src/sys/external/bsd/acpica/dist/include/platform/ |
| acwin64.h | 90 #define O_BINARY _O_BINARY
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_open_filename.c | 51 #ifndef O_BINARY 52 #define O_BINARY 0 144 flags = O_WRONLY | O_CREAT | O_TRUNC | O_BINARY | O_CLOEXEC;
|
| /src/external/gpl3/binutils/dist/bfd/ |
| sysdep.h | 82 #ifndef O_BINARY 83 #define O_BINARY 0
|