Home
last modified time | relevance | path

Searched refs:setmode (Results 1 – 25 of 58) sorted by relevance

123

/third_party/protobuf/src/google/protobuf/compiler/
Dplugin.cc60 using google::protobuf::io::win32::setmode;
157 setmode(STDIN_FILENO, _O_BINARY); in PluginMain()
158 setmode(STDOUT_FILENO, _O_BINARY); in PluginMain()
/third_party/lame/frontend/
Dlametime.c137 setmode(_fileno(fp), O_BINARY); in lame_set_stream_binary_mode()
139 setmode(fileno(fp), _O_BINARY); in lame_set_stream_binary_mode()
/third_party/mksh/
Dos2.c195 setmode(STDIN_FILENO, O_BINARY); in os2_init()
197 setmode(STDOUT_FILENO, O_BINARY); in os2_init()
199 setmode(STDERR_FILENO, O_BINARY); in os2_init()
458 saved_mode = setmode(STDIN_FILENO, O_TEXT); in execve()
479 setmode(STDIN_FILENO, saved_mode); in execve()
/third_party/skia/third_party/externals/libjpeg-turbo/
Dcdjpeg.c129 setmode(fileno(stdin), O_BINARY); in read_stdin()
147 setmode(fileno(stdout), O_BINARY); in write_stdout()
Dwrjpgcom.c501 setmode(fileno(stdin), O_BINARY); in main()
532 setmode(fileno(stdout), O_BINARY); in main()
Drdjpgcom.c492 setmode(fileno(stdin), O_BINARY); in main()
/third_party/skia/third_party/externals/libpng/contrib/pngminus/
Dpng2pnm.c116 setmode (fileno (stdin), O_BINARY); in main()
118 setmode (fileno (stdout), O_BINARY); in main()
264 setmode (fileno (pnm_file), O_BINARY); in png2pnm()
Dpnm2png.c118 setmode (fileno (stdin), O_BINARY); in main()
120 setmode (fileno (stdout), O_BINARY); in main()
/third_party/curl/src/
Dtool_binmode.c46 (void)setmode(fileno(stream), O_BINARY); in set_binmode()
/third_party/musl/Benchmark/scripts/
Drun_dlopen.sh37 $HDC shell power-shell setmode 602
/third_party/skia/third_party/externals/harfbuzz/util/
Doutput-options.hh97 setmode (fileno (stdout), O_BINARY); in post_parse()
Dface-options.hh88 setmode (fileno (stdin), O_BINARY); in post_parse()
/third_party/protobuf/src/google/protobuf/io/
Dio_win32.h74 PROTOBUF_EXPORT int setmode(int fd, int mode);
/third_party/lz4/programs/
Dplatform.h141 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
/third_party/curl/tests/libtest/
Dfirst.c145 setmode(fileno(stdout), O_BINARY); in main()
/third_party/icu/icu4c/source/extra/uconv/
Duconv.cpp55 #ifndef setmode
56 #define setmode _setmode macro
638 if (setmode(fileno(stdin), O_BINARY) == -1) { in convertFile()
1339 if (setmode(fileno(outfile), O_BINARY) == -1) { in main()
/third_party/skia/third_party/externals/icu/source/extra/uconv/
Duconv.cpp55 #ifndef setmode
56 #define setmode _setmode macro
638 if (setmode(fileno(stdin), O_BINARY) == -1) { in convertFile()
1339 if (setmode(fileno(outfile), O_BINARY) == -1) { in main()
/third_party/zlib/contrib/puff/
Dpufftest.c26 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
/third_party/skia/third_party/externals/brotli/python/
Dbro.py38 msvcrt.setmode(stdio.fileno(), os.O_BINARY)
/third_party/curl/tests/server/
Dmqttd.c1025 setmode(fileno(stdin), O_BINARY); in main()
1026 setmode(fileno(stdout), O_BINARY); in main()
1027 setmode(fileno(stderr), O_BINARY); in main()
Dsocksd.c1084 setmode(fileno(stdin), O_BINARY); in main()
1085 setmode(fileno(stdout), O_BINARY); in main()
1086 setmode(fileno(stderr), O_BINARY); in main()
/third_party/openssl/ohos_lite/
De_os.h110 # define _setmode setmode
/third_party/zlib/examples/
Dzpipe.c23 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
/third_party/ffmpeg/tests/api/
Dapi-h264-slice-test.c132 setmode(fileno(stdout), O_BINARY); in main()
/third_party/node/deps/openssl/openssl/
De_os.h65 # define _setmode setmode

123