Searched refs:_O_BINARY (Results 1 - 22 of 22) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dbinary-io.h28 #if !defined O_BINARY && defined _O_BINARY
30 # define O_BINARY _O_BINARY
H A Dfcntl.in.h101 #if !defined O_BINARY && defined _O_BINARY
103 # define O_BINARY _O_BINARY
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dbinary-io.h29 #if !defined O_BINARY && defined _O_BINARY
31 # define O_BINARY _O_BINARY
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/xmlwf/
H A Dreadfilemap.c34 #ifdef _O_BINARY
35 #define O_BINARY _O_BINARY
H A Dxmlfile.c41 #ifdef _O_BINARY
42 #define O_BINARY _O_BINARY
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Dvorbisfile_example.c43 _setmode( _fileno( stdin ), _O_BINARY ); local
44 _setmode( _fileno( stdout ), _O_BINARY ); local
H A Dchaining_example.c34 _setmode( _fileno( stdin ), _O_BINARY ); local
H A Dencoder_example.c74 _setmode( _fileno( stdin ), _O_BINARY ); local
75 _setmode( _fileno( stdout ), _O_BINARY ); local
H A Ddecoder_example.c62 _setmode( _fileno( stdin ), _O_BINARY ); local
63 _setmode( _fileno( stdout ), _O_BINARY ); local
H A Dseeking_example.c87 _setmode( _fileno( stdin ), _O_BINARY ); local
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/share/grabbag/
H A Dfile.c26 #include <fcntl.h> /* for _O_BINARY */
33 #include <fcntl.h> /* for _O_BINARY */
165 _setmode(_fileno(stdin), _O_BINARY); local
168 setmode(_fileno(stdin), _O_BINARY);
183 _setmode(_fileno(stdout), _O_BINARY); local
186 setmode(_fileno(stdout), _O_BINARY);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dapps.h181 # ifdef _O_BINARY
183 do { _fmode=_O_BINARY; do_pipe_sig(); CRYPTO_malloc_init(); \
206 # ifdef _O_BINARY
208 do { _fmode=_O_BINARY; do_pipe_sig(); CRYPTO_malloc_init(); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Dapps.h184 # ifdef _O_BINARY
186 do { _fmode=_O_BINARY; do_pipe_sig(); CRYPTO_malloc_init(); \
209 # ifdef _O_BINARY
211 do { _fmode=_O_BINARY; do_pipe_sig(); CRYPTO_malloc_init(); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Dapplink.c40 { return _setmode (_fileno(fp),mod=='b'?_O_BINARY:_O_TEXT); }
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bio/
H A Dbss_file.c222 _setmode(fd,_O_BINARY);
234 _setmode(fd,_O_BINARY);
237 _setmode(fd,_O_BINARY);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_file.c282 _setmode(fd,_O_BINARY);
302 _setmode(fd,_O_BINARY);
305 _setmode(fd,_O_BINARY);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/
H A De_os.h229 # define _O_BINARY O_BINARY macro
293 # define _O_BINARY O_BINARY macro
379 # define _O_BINARY O_BINARY macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/
H A De_os.h216 # define _O_BINARY O_BINARY macro
251 # define _O_BINARY O_BINARY macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dloadmsgcat.c487 #if !defined O_BINARY && defined _O_BINARY
489 # define O_BINARY _O_BINARY
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/tools/misc/
H A Depi_ttcp.c1064 if (_setmode(_fileno(stdin), _O_BINARY) == -1)
1067 if (_setmode(_fileno(stdout), _O_BINARY) == -1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dstream_decoder.c38 #include <fcntl.h> /* for _O_BINARY */
42 #include <fcntl.h> /* for _O_BINARY */
1290 _setmode(_fileno(stdin), _O_BINARY); local
1293 setmode(_fileno(stdin), _O_BINARY);
H A Dstream_encoder.c38 #include <fcntl.h> /* for _O_BINARY */
42 #include <fcntl.h> /* for _O_BINARY */
4350 _setmode(_fileno(stdout), _O_BINARY); local
4353 setmode(_fileno(stdout), _O_BINARY);

Completed in 296 milliseconds