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

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_binmode.c40 #ifdef O_BINARY
42 _setmode(stream, O_BINARY);
44 setmode(fileno(stream), O_BINARY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dbinary-io.h21 O_BINARY is usually declared in <fcntl.h>. */
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
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 macro
59 # define O_BINARY macro
[all...]
H A Dfcntl.in.h100 O_BINARY is usually declared in fcntl.h */
101 #if !defined O_BINARY && defined _O_BINARY
103 # define O_BINARY _O_BINARY macro
108 /* BeOS 5 has O_BINARY and O_TEXT, but they have no effect. */
109 # undef O_BINARY macro
113 #ifndef O_BINARY
114 # define O_BINARY 0 macro
H A Dcopy-file.c64 src_fd = open (src_filename, O_RDONLY | O_BINARY);
71 dest_fd = open (dest_filename, O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0600);
H A Dw32spawn.h50 nfd = _open_osfhandle ((long) new_handle, O_BINARY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/srclib/
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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dcompat.h62 #ifndef O_BINARY
63 #define O_BINARY 0 /* unix is binary by default */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/xmlwf/
H A Dreadfilemap.c33 #ifndef O_BINARY
35 #define O_BINARY _O_BINARY macro
37 #define O_BINARY 0 macro
54 fd = open(name, O_RDONLY|O_BINARY);
H A Dxmlfile.c40 #ifndef O_BINARY
42 #define O_BINARY _O_BINARY macro
44 #define O_BINARY 0 macro
160 fd = topen(filename, O_BINARY|O_RDONLY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dcopy.pl47 sysopen(IN, $_, O_RDONLY|O_BINARY) || die "Can't Open $_";
48 sysopen(OUT, $dfile, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-fcntl.c26 | O_BINARY | O_TEXT;
H A Dtest-binary-io.c44 /* Test the O_BINARY macro. */
47 open ("t-bin-out2.tmp", O_CREAT | O_TRUNC | O_RDWR | O_BINARY, 0600);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dfile.c50 #ifdef O_BINARY
51 access |= O_BINARY;
111 setmode(fd, O_BINARY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/tests/
H A Dgengb18030z.c30 #if O_BINARY
H A Dgenutf8.c30 #if O_BINARY
H A Dtable-to.c44 #if O_BINARY
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_open.c49 #if defined(O_BINARY)
56 oflags |= O_BINARY;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rc4/
H A Drc4.c148 setmode(fileno(in),O_BINARY); local
149 setmode(fileno(out),O_BINARY); local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc4/
H A Drc4.c149 setmode(fileno(in),O_BINARY); local
150 setmode(fileno(out),O_BINARY); local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Dcdjpeg.c154 setmode(fileno(stdin), O_BINARY); local
172 setmode(fileno(stdout), O_BINARY); local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rand/
H A Drand_unix.c176 #ifdef O_BINARY
177 |O_BINARY
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmmount.c72 open("/dev/null", O_RDWR | O_BINARY | O_LARGEFILE);
H A Dmtools.h271 #ifndef O_BINARY
272 #define O_BINARY 0 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/share/grabbag/
H A Dfile.c32 #include <io.h> /* for setmode(), O_BINARY */
162 * 'fileno', and/or 'O_BINARY'; check your system header files.
170 setmode(fileno(stdin), O_BINARY);
180 * 'fileno', and/or 'O_BINARY'; check your system header files.
188 setmode(fileno(stdout), O_BINARY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_unix.c185 #ifdef O_BINARY
186 |O_BINARY

Completed in 306 milliseconds

123