Searched refs:O_BINARY (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/bdftopcf/dist/
H A Dfileio.c36 #ifndef O_BINARY
37 #define O_BINARY O_RDONLY macro
49 fd = open(name, O_BINARY | O_CLOEXEC);
H A Dfilewr.c36 #ifndef O_BINARY
37 #define O_BINARY 0 macro
48 fd = open(name, O_CREAT | O_TRUNC | O_RDWR | O_BINARY | O_CLOEXEC, 0666);
H A Dbufio.c126 setmode(fd, O_BINARY);
162 setmode(fd, O_BINARY);
/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Dfilewr.c36 #ifndef O_BINARY
37 #define O_BINARY 0 macro
48 fd = open (name, O_CREAT|O_TRUNC|O_RDWR|O_BINARY|O_CLOEXEC, 0666);
H A Dfileio.c36 #ifndef O_BINARY
37 #define O_BINARY O_RDONLY macro
53 fd = open (name, O_BINARY|O_CLOEXEC|O_NOFOLLOW);
H A Dbufio.c127 setmode(fd,O_BINARY);
162 setmode(fd,O_BINARY);
/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Dfilewr.c37 #ifndef O_BINARY
38 #define O_BINARY 0 macro
49 fd = open (name, O_CREAT|O_TRUNC|O_RDWR|O_BINARY|O_CLOEXEC, 0666);
H A Dfileio.c37 #ifndef O_BINARY
38 #define O_BINARY O_RDONLY macro
54 fd = open (name, O_BINARY|O_CLOEXEC|O_NOFOLLOW);
H A Dbufio.c128 setmode(fd,O_BINARY);
163 setmode(fd,O_BINARY);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dos_file.c119 #ifndef O_BINARY
121 #define O_BINARY 0 macro
134 int fd = open(filename, O_RDONLY | O_BINARY);
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXw32defs.h63 # define O_BINARY _O_BINARY macro
/xsrc/external/mit/brotli/dist/python/
H A Dbro.py38 msvcrt.setmode(stdio.fileno(), os.O_BINARY)
/xsrc/external/mit/fontconfig/dist/src/
H A Dfccompat.c58 #ifdef O_BINARY
59 #define FC_O_BINARY O_BINARY
H A Dfccache.c52 #ifndef O_BINARY
53 #define O_BINARY 0 macro
356 fd = FcOpen((char *) cache_file, O_RDONLY | O_BINARY);
1463 fd = FcOpen((char *)FcAtomicNewFile (atomic), O_RDWR | O_CREAT | O_BINARY, 0666);
/xsrc/external/mit/fontconfig/dist/fc-cache/
H A Dfc-cache.c65 #ifndef O_BINARY
66 #define O_BINARY 0 macro
/xsrc/external/mit/xkbcomp/dist/
H A Dxkbcomp.c1159 #ifdef O_BINARY
1163 binMode = O_BINARY;
/xsrc/external/mit/brotli/dist/c/tools/
H A Dbrotli.c71 _sopen_s(&result, filename, oflag | O_BINARY, _SH_DENYNO, pmode);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst3727 - util: Make os_read_file use O_BINARY on Windows

Completed in 20 milliseconds