Searched refs:O_BINARY (Results 1 - 25 of 316) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dbinary-io.h22 O_BINARY is usually declared in <fcntl.h>. */
29 #if !defined O_BINARY && defined _O_BINARY
31 # define O_BINARY _O_BINARY macro
35 /* BeOS 5 has O_BINARY and O_TEXT, but they have no effect. */
36 # undef O_BINARY macro
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 macro
60 # define O_BINARY macro
[all...]
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dbinary-io.h22 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 macro
34 /* BeOS 5 has O_BINARY and O_TEXT, but they have no effect. */
35 # undef O_BINARY macro
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 macro
58 # define O_BINARY macro
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dbinary-io.h22 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 macro
34 /* BeOS 5 has O_BINARY and O_TEXT, but they have no effect. */
35 # undef O_BINARY macro
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 macro
58 # define O_BINARY macro
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dbinary-io.h22 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 macro
34 /* BeOS 5 has O_BINARY and O_TEXT, but they have no effect. */
35 # undef O_BINARY macro
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 macro
58 # define O_BINARY macro
[all...]
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dbinary-io.h22 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 macro
34 /* BeOS 5 has O_BINARY and O_TEXT, but they have no effect. */
35 # undef O_BINARY macro
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 macro
58 # define O_BINARY macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libbacktrace/
H A Dposix.c44 #ifndef O_BINARY
45 #define O_BINARY 0 macro
67 descriptor = open (filename, (int) (O_RDONLY | O_BINARY | O_CLOEXEC));
/netbsd-current/external/gpl3/gcc/dist/libbacktrace/
H A Dposix.c44 #ifndef O_BINARY
45 #define O_BINARY 0 macro
67 descriptor = open (filename, (int) (O_RDONLY | O_BINARY | O_CLOEXEC));
/netbsd-current/external/gpl3/gdb/dist/libbacktrace/
H A Dposix.c44 #ifndef O_BINARY
45 #define O_BINARY 0 macro
67 descriptor = open (filename, (int) (O_RDONLY | O_BINARY | O_CLOEXEC));
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dsetmode.c60 return setmode (fd, mode ? O_BINARY : O_TEXT) != O_TEXT;
/netbsd-current/external/bsd/libpcap/dist/testprogs/
H A Dunix.h50 #define O_BINARY _O_BINARY macro
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/
H A Dcopy.pl68 sysopen(IN, $_, O_RDONLY|O_BINARY) || die "Can't Open $_";
69 sysopen(OUT, $dfile, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY)
/netbsd-current/crypto/external/bsd/openssl/dist/util/
H A Dcopy.pl68 sysopen(IN, $_, O_RDONLY|O_BINARY) || die "Can't Open $_";
69 sysopen(OUT, $dfile, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY)
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dsysdep.h81 #ifndef O_BINARY
82 #define O_BINARY 0 macro
/netbsd-current/external/mit/expat/dist/xmlwf/
H A Dreadfilemap.c73 #ifndef O_BINARY
75 # define O_BINARY _O_BINARY macro
77 # define O_BINARY 0 macro
94 fd = topen(name, O_RDONLY | O_BINARY);
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dmkstemps.c54 #ifndef O_BINARY
55 # define O_BINARY 0 macro
128 fd = open (pattern, O_BINARY|O_RDWR|O_CREAT|O_EXCL, 0600);
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dmkstemps.c54 #ifndef O_BINARY
55 # define O_BINARY 0 macro
128 fd = open (pattern, O_BINARY|O_RDWR|O_CREAT|O_EXCL, 0600);
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dmkstemps.c54 #ifndef O_BINARY
55 # define O_BINARY 0 macro
128 fd = open (pattern, O_BINARY|O_RDWR|O_CREAT|O_EXCL, 0600);
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dmkstemps.c54 #ifndef O_BINARY
55 # define O_BINARY 0 macro
128 fd = open (pattern, O_BINARY|O_RDWR|O_CREAT|O_EXCL, 0600);
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dmkstemps.c54 #ifndef O_BINARY
55 # define O_BINARY 0 macro
128 fd = open (pattern, O_BINARY|O_RDWR|O_CREAT|O_EXCL, 0600);
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dmkstemps.c54 #ifndef O_BINARY
55 # define O_BINARY 0 macro
128 fd = open (pattern, O_BINARY|O_RDWR|O_CREAT|O_EXCL, 0600);
/netbsd-current/sys/external/bsd/acpica/dist/os_specific/service_layers/
H A Dosunixmap.c55 #ifndef O_BINARY
56 #define O_BINARY 0 macro
117 fd = open (SYSTEM_MEMORY, O_RDONLY | O_BINARY);
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dsysdep.h96 #ifndef O_BINARY
97 #define O_BINARY 0 macro
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dsysdep.h96 #ifndef O_BINARY
97 #define O_BINARY 0 macro
/netbsd-current/external/gpl2/groff/dist/src/include/
H A Dnonposix.h72 # define SET_BINARY(f) do {if (!isatty(f)) setmode(f,O_BINARY);} while(0)
76 # ifndef O_BINARY
78 # define O_BINARY (_O_BINARY) macro
194 #ifndef O_BINARY
195 # define O_BINARY 0 macro
/netbsd-current/external/gpl2/texinfo/dist/lib/
H A Dsystem.h169 #ifndef O_BINARY
171 # define O_BINARY _O_BINARY macro
173 # define O_BINARY 0 macro
175 #endif /* O_BINARY */
196 #if O_BINARY
210 # else /* O_BINARY && !__DJGPP__ */
213 # endif /* O_BINARY && !__DJGPP__ */
216 # else /* O_BINARY && !__MSDOS__ */
220 # endif /* O_BINARY && !__MSDOS__ */
224 # else /* O_BINARY
[all...]

Completed in 254 milliseconds

1234567891011>>