Home
last modified time | relevance | path

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

12345678910>>...247

/dports/devel/binutils/binutils-2.37/include/
H A 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
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/include/
H A 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
/dports/devel/arm-elf-binutils/binutils-2.37/include/
H A 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
/dports/devel/gnulibiberty/binutils-2.37/include/
H A 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
/dports/devel/avr-gdb/gdb-7.3.1/include/
H A 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
/dports/lang/gnatdroid-binutils/binutils-2.27/include/
H A 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
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/include/
H A 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
/dports/devel/gdb761/gdb-7.6.1/include/
H A 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
/dports/devel/gdb/gdb-11.1/include/
H A 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
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/include/
H A 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
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/libiconv/source/srclib/
H A 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
52 # define SET_BINARY(fd) (!isatty (fd) ? (setmode (fd, O_BINARY), 0) : 0)
54 # define SET_BINARY(fd) setmode (fd, O_BINARY)
58 # undef O_BINARY
59 # define O_BINARY 0 macro
/dports/audio/shntool/shntool-3.0.10/include/
H A Dbinary.h39 #ifndef O_BINARY
41 # define O_BINARY _O_BINARY macro
43 # define O_BINARY 0 macro
74 # define SETBINARY_FD(__fp) (setmode ( (__fp), O_BINARY ))
75 # define SETBINARY_IN(__fp) (setmode ( FILENO ((__fp)), O_BINARY ))
76 # define SETBINARY_OUT(__fp) (setmode ( FILENO ((__fp)), O_BINARY ))
86 # define SETBINARY_FD(__fp) (setmode ( (__fp), O_BINARY ))
87 # define SETBINARY_IN(__fp) (setmode ( FILENO ((__fp)), O_BINARY ))
88 # define SETBINARY_OUT(__fp) (setmode ( FILENO ((__fp)), O_BINARY ))
/dports/devel/tex-kpathsea/texlive-20150521-source/texk/kpathsea/
H A Dc-fopen.h61 #ifndef O_BINARY
63 #define O_BINARY _O_BINARY macro
68 #define SET_BINARY(f) (void)setmode((f), O_BINARY)
71 #ifndef O_BINARY
72 #define O_BINARY 0 macro
/dports/print/tex-xdvik/xdvik-22.87/texk/kpathsea/
H A Dc-fopen.h61 #ifndef O_BINARY
63 #define O_BINARY _O_BINARY macro
68 #define SET_BINARY(f) (void)setmode((f), O_BINARY)
71 #ifndef O_BINARY
72 #define O_BINARY 0 macro
/dports/www/wwwoffle/wwwoffle-2.9j/src/testprogs/
H A Dtest-io.c27 #ifndef O_BINARY
28 #define O_BINARY 0 macro
61 read_fd=open(infile,O_RDONLY|O_BINARY); in main()
65 write_fd=open(outfile,O_CREAT|O_TRUNC|O_WRONLY|O_BINARY,0644); in main()
119 read_fd=open(infile,O_RDONLY|O_BINARY); in main()
123 write_fd=open(outfile,O_CREAT|O_TRUNC|O_WRONLY|O_BINARY,0644); in main()
175 read_fd=open(infile,O_RDONLY|O_BINARY); in main()
179 write_fd=open(outfile,O_CREAT|O_TRUNC|O_WRONLY|O_BINARY,0644); in main()
219 read_fd=open(infile,O_RDONLY|O_BINARY); in main()
223 write_fd=open(outfile,O_CREAT|O_TRUNC|O_WRONLY|O_BINARY,0644); in main()
[all …]
/dports/sysutils/dcfldd/dcfldd-1.7.1/src/
H A Dsystem.h147 #if !defined O_BINARY && defined _O_BINARY
149 # define O_BINARY _O_BINARY macro
155 # undef O_BINARY
159 #if O_BINARY
164 # define SET_BINARY(_f) do {if (!isatty(_f)) setmode (_f, O_BINARY);} while (0)
169 setmode (_f1, O_BINARY); \
171 setmode (_f2, O_BINARY); \
177 # define O_BINARY 0 macro
/dports/devel/gperf/gperf-3.1/tests/
H A Dtest2.c11 #if !defined O_BINARY && defined _O_BINARY
12 # define O_BINARY _O_BINARY macro
15 # undef O_BINARY
17 #if O_BINARY
19 # define SET_BINARY(f) setmode (f, O_BINARY)
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gprof/
H A Dgmon_io.h28 #ifndef O_BINARY
30 #define O_BINARY _O_BINARY macro
33 #define O_BINARY 0 macro
36 #if O_BINARY
38 #define SET_BINARY(f) do { if (!isatty(f)) setmode(f,O_BINARY); } while (0)
/dports/devel/djgpp-binutils/binutils-2.17/gprof/
H A Dgmon_io.h28 #ifndef O_BINARY
30 #define O_BINARY _O_BINARY macro
33 #define O_BINARY 0 macro
36 #if O_BINARY
38 #define SET_BINARY(f) do { if (!isatty(f)) setmode(f,O_BINARY); } while (0)
/dports/print/tex-dvipsk/texlive-20150521-source/texk/dvipsk/squeeze/
H A Dsqueeze.c14 #ifndef O_BINARY
16 # define O_BINARY _O_BINARY macro
18 # define O_BINARY 0 macro
22 #if O_BINARY
26 # define SET_BINARY(fd) setmode((fd), O_BINARY)
28 # define SET_BINARY(fd) _setmode((fd), O_BINARY)
106 #if O_BINARY in main()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gprof/
H A Dgmon_io.h28 #ifndef O_BINARY
30 #define O_BINARY _O_BINARY macro
33 #define O_BINARY 0 macro
36 #if O_BINARY
38 #define SET_BINARY(f) do { if (!isatty(f)) setmode(f,O_BINARY); } while (0)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gprof/
H A Dgmon_io.h28 #ifndef O_BINARY
30 #define O_BINARY _O_BINARY macro
33 #define O_BINARY 0 macro
36 #if O_BINARY
38 #define SET_BINARY(f) do { if (!isatty(f)) setmode(f,O_BINARY); } while (0)
/dports/cad/magic/magic-8.3.245/readline/readline-4.3/
H A Dhistfile.c77 # ifndef O_BINARY
78 # define O_BINARY 0 macro
81 # undef O_BINARY
82 # define O_BINARY 0 macro
162 file = open (input, O_RDONLY|O_BINARY, 0666);
269 file = open (filename, O_RDONLY|O_BINARY, 0666);
346 if (bp > buffer && ((file = open (filename, O_WRONLY|O_TRUNC|O_BINARY, 0600)) != -1))
380 mode = overwrite ? O_RDWR|O_CREAT|O_TRUNC|O_BINARY : O_RDWR|O_APPEND|O_BINARY;
382 mode = overwrite ? O_WRONLY|O_CREAT|O_TRUNC|O_BINARY : O_WRONLY|O_APPEND|O_BINARY;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/readline/
H A Dhistfile.c77 # ifndef O_BINARY
78 # define O_BINARY 0 macro
81 # undef O_BINARY
82 # define O_BINARY 0 macro
162 file = open (input, O_RDONLY|O_BINARY, 0666);
269 file = open (filename, O_RDONLY|O_BINARY, 0666);
346 if (bp > buffer && ((file = open (filename, O_WRONLY|O_TRUNC|O_BINARY, 0600)) != -1))
380 mode = overwrite ? O_RDWR|O_CREAT|O_TRUNC|O_BINARY : O_RDWR|O_APPEND|O_BINARY;
382 mode = overwrite ? O_WRONLY|O_CREAT|O_TRUNC|O_BINARY : O_WRONLY|O_APPEND|O_BINARY;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/readline/
H A Dhistfile.c77 # ifndef O_BINARY
78 # define O_BINARY 0 macro
81 # undef O_BINARY
82 # define O_BINARY 0 macro
162 file = open (input, O_RDONLY|O_BINARY, 0666);
269 file = open (filename, O_RDONLY|O_BINARY, 0666);
346 if (bp > buffer && ((file = open (filename, O_WRONLY|O_TRUNC|O_BINARY, 0600)) != -1))
380 mode = overwrite ? O_RDWR|O_CREAT|O_TRUNC|O_BINARY : O_RDWR|O_APPEND|O_BINARY;
382 mode = overwrite ? O_WRONLY|O_CREAT|O_TRUNC|O_BINARY : O_WRONLY|O_APPEND|O_BINARY;

12345678910>>...247