Home
last modified time | relevance | path

Searched refs:FTEXT (Results 1 – 7 of 7) sorted by relevance

/third_party/mingw-w64/mingw-w64-crt/stdio/
Dfseeki64.c37 #define FTEXT 0x80 /* file handle is in text mode */ macro
132 if (_osfile(fd) & FTEXT) in _ftelli64()
151 if (_osfile(fd) & FTEXT) { in _ftelli64()
Dfseeko64.c51 #define FTEXT 0x80 /* file handle is in text mode */ macro
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/doc/
Drfc1952.txt303 bit 0 FTEXT
312 If FTEXT is set, the file is probably ASCII text. This is
315 non-ASCII characters are present. In case of doubt, FTEXT
318 decompressor can use FTEXT to choose the appropriate format.
475 trailer; in particular, a decompressor may ignore FTEXT and OS
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/doc/
Drfc1952.txt303 bit 0 FTEXT
312 If FTEXT is set, the file is probably ASCII text. This is
315 non-ASCII characters are present. In case of doubt, FTEXT
318 decompressor can use FTEXT to choose the appropriate format.
475 trailer; in particular, a decompressor may ignore FTEXT and OS
/third_party/zlib/doc/
Drfc1952.txt303 bit 0 FTEXT
312 If FTEXT is set, the file is probably ASCII text. This is
315 non-ASCII characters are present. In case of doubt, FTEXT
318 decompressor can use FTEXT to choose the appropriate format.
475 trailer; in particular, a decompressor may ignore FTEXT and OS
/third_party/libuv/src/win/
Dprocess-stdio.c65 #define FTEXT 0x80 macro
/third_party/python/Lib/
Dgzip.py16 FTEXT, FHCRC, FEXTRA, FNAME, FCOMMENT = 1, 2, 4, 8, 16 variable