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

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Dbinary-io.h29 #if !defined O_BINARY && defined _O_BINARY
31 # define O_BINARY _O_BINARY
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dtest2.c11 #if !defined O_BINARY && defined _O_BINARY
12 # define O_BINARY _O_BINARY
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/xmlwf/
H A Dreadfilemap.c34 #ifdef _O_BINARY
35 #define O_BINARY _O_BINARY
/netgear-R7000-V1.0.7.12_1.2.5/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dio_getonefile.c27 # ifdef _O_BINARY
28 # define O_BINARY _O_BINARY
H A Dio_putonefile.c27 # ifdef _O_BINARY
28 # define O_BINARY _O_BINARY
H A Dio_list.c27 # ifdef _O_BINARY
28 # define O_BINARY _O_BINARY
H A Dio_putfiles.c27 # ifdef _O_BINARY
28 # define O_BINARY _O_BINARY
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/xmlwf/
H A Dreadfilemap.c22 #ifdef _O_BINARY
23 #define O_BINARY _O_BINARY
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/xmlwf/
H A Dreadfilemap.c34 #ifdef _O_BINARY
35 #define O_BINARY _O_BINARY
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwince.h158 #define _O_BINARY 0x8000 // file mode is binary (untranslated) macro
172 #define O_BINARY _O_BINARY
173 //#define O_RAW _O_BINARY
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ms/
H A Dapplink.c69 return _setmode(_fileno(fp), mod == 'b' ? _O_BINARY : _O_TEXT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Dapplink.c40 { return _setmode (_fileno(fp),mod=='b'?_O_BINARY:_O_TEXT); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ms/
H A Dapplink.c69 return _setmode(_fileno(fp), mod == 'b' ? _O_BINARY : _O_TEXT);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Dbss_file.c335 _setmode(fd, _O_BINARY);
352 _setmode(fd, _O_BINARY);
354 _setmode(fd, _O_BINARY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Dbss_file.c335 _setmode(fd, _O_BINARY);
352 _setmode(fd, _O_BINARY);
354 _setmode(fd, _O_BINARY);

Completed in 405 milliseconds

123