Searched refs:FTEXT (Results 1 – 7 of 7) sorted by relevance
/third_party/mingw-w64/mingw-w64-crt/stdio/ |
D | fseeki64.c | 37 #define FTEXT 0x80 /* file handle is in text mode */ macro 132 if (_osfile(fd) & FTEXT) in _ftelli64() 151 if (_osfile(fd) & FTEXT) { in _ftelli64()
|
D | fseeko64.c | 51 #define FTEXT 0x80 /* file handle is in text mode */ macro
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/doc/ |
D | rfc1952.txt | 303 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/ |
D | rfc1952.txt | 303 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/ |
D | rfc1952.txt | 303 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/ |
D | process-stdio.c | 65 #define FTEXT 0x80 macro
|
/third_party/python/Lib/ |
D | gzip.py | 16 FTEXT, FHCRC, FEXTRA, FNAME, FCOMMENT = 1, 2, 4, 8, 16 variable
|