Searched refs:_O_BINARY (Results 26 - 50 of 55) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/xmlwf/
H A Dxmlfile.c41 #ifdef _O_BINARY
42 #define O_BINARY _O_BINARY
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dio_getfiles.c27 # ifdef _O_BINARY
28 # define O_BINARY _O_BINARY
H A Dio_gettar.c27 # ifdef _O_BINARY
28 # define O_BINARY _O_BINARY
H A Dio_listmem.c27 # ifdef _O_BINARY
28 # define O_BINARY _O_BINARY
H A Dio_util.c19 # ifdef _O_BINARY
20 # define O_BINARY _O_BINARY
H A Dio_get.c31 # ifdef _O_BINARY
32 # define O_BINARY _O_BINARY
H A Dio_put.c17 # ifdef _O_BINARY
18 # 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 Dxmlfile.c29 #ifdef _O_BINARY
30 #define O_BINARY _O_BINARY
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/xmlwf/
H A Dxmlfile.c41 #ifdef _O_BINARY
42 #define O_BINARY _O_BINARY
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/
H A De_os.h244 # define _O_BINARY O_BINARY macro
357 # define _O_BINARY O_BINARY macro
455 # define _O_BINARY O_BINARY macro
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/
H A De_os.h244 # define _O_BINARY O_BINARY macro
357 # define _O_BINARY O_BINARY macro
455 # define _O_BINARY O_BINARY macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Dseeking_example.c87 _setmode( _fileno( stdin ), _O_BINARY ); local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dsavefile.c74 #define SET_BINMODE(f) _setmode(_fileno(f), _O_BINARY)
H A Dsf-pcap.c74 #define SET_BINMODE(f) _setmode(_fileno(f), _O_BINARY)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh_util/
H A Dncftpget.c680 _setmode(STDOUT_FILENO, _O_BINARY);
723 _setmode(STDOUT_FILENO, _O_BINARY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/intl/
H A Dloadmsgcat.c472 #if !defined O_BINARY && defined _O_BINARY
474 # define O_BINARY _O_BINARY
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfilefn.h386 #define O_BINARY _O_BINARY
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/
H A Depi_ttcp.c1064 if (_setmode(_fileno(stdin), _O_BINARY) == -1)
1067 if (_setmode(_fileno(stdout), _O_BINARY) == -1)
/netgear-R7000-V1.0.7.12_1.2.5/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dstdsoap2.cpp5131 _setmode(soap->sendfd, _O_BINARY);
12902 _setmode(soap->recvfd, _O_BINARY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/calc_vs2005/calc_vs2005/
H A Dstdsoap2.cpp5131 _setmode(soap->sendfd, _O_BINARY);
12902 _setmode(soap->recvfd, _O_BINARY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/
H A Dstdsoap2.c5131 _setmode(soap->sendfd, _O_BINARY);
12902 _setmode(soap->recvfd, _O_BINARY);

Completed in 299 milliseconds

123