Home
last modified time | relevance | path

Searched refs:O_BINARY (Results 1 – 25 of 113) sorted by relevance

12345

/third_party/ffmpeg/libavutil/
Dfile_open.c131 # ifndef O_BINARY in avpriv_tempfile()
132 # define O_BINARY 0 in avpriv_tempfile() macro
137 fd = open(*filename, O_RDWR | O_BINARY | O_CREAT | O_EXCL, 0600); in avpriv_tempfile()
177 #ifdef O_BINARY in av_fopen_utf8()
178 access |= O_BINARY; in av_fopen_utf8()
/third_party/skia/third_party/externals/expat/expat/xmlwf/
Dreadfilemap.c73 #ifndef O_BINARY
75 # define O_BINARY _O_BINARY macro
77 # define O_BINARY 0 macro
94 fd = topen(name, O_RDONLY | O_BINARY); in filemap()
Dxmlfile.c65 #ifndef O_BINARY
67 # define O_BINARY _O_BINARY macro
69 # define O_BINARY 0 macro
189 fd = topen(filename, O_BINARY | O_RDONLY); in processStream()
/third_party/libsnd/tests/
Dwin32_test.c71 #define O_BINARY 0 macro
117 mode = O_WRONLY | O_CREAT | O_TRUNC | O_BINARY ; in show_fstat_error()
127 mode = O_RDWR | O_BINARY ; in show_fstat_error()
177 mode = O_WRONLY | O_CREAT | O_TRUNC | O_BINARY ; in show_lseek_error()
187 mode = O_RDWR | O_BINARY ; in show_lseek_error()
238 mode = O_WRONLY | O_CREAT | O_TRUNC | O_BINARY ; in show_stat_fstat_error()
Dbenchmark.tpl47 ** If O_BINARY isn't already defined by the inclusion of the system
50 #ifndef O_BINARY
51 #define O_BINARY 0
54 #define WRITE_FLAGS (O_WRONLY | O_CREAT | O_TRUNC | O_BINARY)
55 #define READ_FLAGS (O_RDONLY | O_BINARY)
/third_party/protobuf/src/google/protobuf/testing/
Dgoogletest.cc65 #ifndef O_BINARY
67 #define O_BINARY _O_BINARY macro
69 #define O_BINARY 0 // If this isn't defined, the platform doesn't need it. macro
206 O_WRONLY | O_CREAT | O_EXCL | O_BINARY, 0777); in CaptureTestStdout()
221 O_WRONLY | O_CREAT | O_EXCL | O_BINARY, 0777); in CaptureTestStderr()
/third_party/skia/third_party/externals/libpng/contrib/pngminus/
Dpng2pnm.c113 #if defined(O_BINARY) && (O_BINARY != 0) in main()
116 setmode (fileno (stdin), O_BINARY); in main()
118 setmode (fileno (stdout), O_BINARY); in main()
263 #if defined(O_BINARY) && (O_BINARY != 0) in png2pnm()
264 setmode (fileno (pnm_file), O_BINARY); in png2pnm()
Dpnm2png.c113 #if defined(O_BINARY) && (O_BINARY != 0) in main()
118 setmode (fileno (stdin), O_BINARY); in main()
120 setmode (fileno (stdout), O_BINARY); in main()
/third_party/flutter/skia/third_party/externals/libpng/contrib/pngminus/
Dpng2pnm.c113 #if defined(O_BINARY) && (O_BINARY != 0) in main()
116 setmode (fileno (stdin), O_BINARY); in main()
118 setmode (fileno (stdout), O_BINARY); in main()
263 #if defined(O_BINARY) && (O_BINARY != 0) in png2pnm()
264 setmode (fileno (pnm_file), O_BINARY); in png2pnm()
Dpnm2png.c113 #if defined(O_BINARY) && (O_BINARY != 0) in main()
118 setmode (fileno (stdin), O_BINARY); in main()
120 setmode (fileno (stdout), O_BINARY); in main()
/third_party/pulseaudio/src/pulsecore/
Dauthkey.c67 #ifndef O_BINARY
68 #define O_BINARY 0 macro
86 …if ((fd = pa_open_cloexec(fn, (create ? O_RDWR|O_CREAT : O_RDONLY)|O_BINARY, S_IRUSR|S_IWUSR)) < 0… in load()
88 if (!create || errno != EACCES || (fd = open(fn, O_RDONLY|O_BINARY)) < 0) { in load()
/third_party/mesa3d/src/util/
Dos_file.c119 #ifndef O_BINARY
121 #define O_BINARY 0 macro
134 int fd = open(filename, O_RDONLY | O_BINARY); in os_read_file()
/third_party/fsverity-utils/common/
Dwin32_defs.h17 #ifndef O_BINARY
18 # define O_BINARY 0 macro
/third_party/ntfs-3g/include/ntfs-3g/
Dcompat.h87 #ifndef O_BINARY
88 #define O_BINARY 0 /* unix is binary by default */ macro
/third_party/openssl/util/
Dcopy.pl68 sysopen(IN, $_, O_RDONLY|O_BINARY) || die "Can't Open $_";
69 sysopen(OUT, $dfile, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY)
/third_party/openssl/crypto/rand/
Drandfile.c203 # ifndef O_BINARY in RAND_write_file()
204 # define O_BINARY 0 in RAND_write_file() macro
210 int fd = open(file, O_WRONLY | O_CREAT | O_BINARY, 0600); in RAND_write_file()
/third_party/ffmpeg/tools/
Dffhash.c82 #ifdef O_BINARY in check()
83 flags |= O_BINARY; in check()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dcdjpeg.c118 setmode(fileno(stdin), O_BINARY); in read_stdin()
136 setmode(fileno(stdout), O_BINARY); in write_stdout()
/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()
/third_party/libjpeg-turbo/
Dcdjpeg.c129 setmode(fileno(stdin), O_BINARY); in read_stdin()
147 setmode(fileno(stdout), O_BINARY); in write_stdout()
/third_party/harfbuzz/src/
Dhb-blob.cc488 # ifndef O_BINARY
489 # define O_BINARY 0 macro
538 int fd = open (rsrc_name, O_RDONLY | O_BINARY, 0); in _open_resource_fork()
577 int fd = open (file_name, O_RDONLY | O_BINARY, 0); in hb_blob_create_from_file()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-blob.cc527 # ifndef O_BINARY
528 # define O_BINARY 0 macro
577 int fd = open (rsrc_name, O_RDONLY | O_BINARY, 0); in _open_resource_fork()
636 int fd = open (file_name, O_RDONLY | O_BINARY, 0); in hb_blob_create_from_file_or_fail()
/third_party/spirv-tools/tools/
Dio.h27 #define SET_STDIN_TO_BINARY_MODE() _setmode(_fileno(stdin), O_BINARY);
29 #define SET_STDOUT_TO_BINARY_MODE() _setmode(_fileno(stdout), O_BINARY);
/third_party/libsnd/src/
Dfile_io.c73 #ifndef O_BINARY
74 #define O_BINARY 0 macro
555 oflag = O_RDONLY | O_BINARY ; in psf_open_fd()
560 oflag = O_WRONLY | O_CREAT | O_TRUNC | O_BINARY ; in psf_open_fd()
565 oflag = O_RDWR | O_CREAT | O_BINARY ; in psf_open_fd()
1216 oflag = O_RDONLY | O_BINARY ; in psf_fopen()
1221 oflag = O_WRONLY | O_CREAT | O_TRUNC | O_BINARY ; in psf_fopen()
1226 oflag = O_RDWR | O_CREAT | O_BINARY ; in psf_fopen()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-blob.cc499 # ifndef O_BINARY
500 # define O_BINARY 0 macro
552 int fd = open (file_name, O_RDONLY | O_BINARY, 0); in hb_blob_create_from_file()

12345