Searched refs:_FILE_OFFSET_BITS (Results 1 – 7 of 7) sorted by relevance
9 #if !defined(__LP64__) && defined(_FILE_OFFSET_BITS)10 #if _FILE_OFFSET_BITS == 64
3 ## 32-bit `off_t` and `_FILE_OFFSET_BITS=64`23 Android support for `_FILE_OFFSET_BITS=64` (which turns `off_t` into `off64_t`27 r15. Before NDK r15, `_FILE_OFFSET_BITS=64` silently did nothing: all code38 that's often needed. This means that code using `_FILE_OFFSET_BITS=64`43 definition of `_FILE_OFFSET_BITS=64` will restore the behavior you used to have:46 aren't aware that `_FILE_OFFSET_BITS` is set. You might also have to53 #if _FILE_OFFSET_BITS == 6454 #error "oops, file _FILE_OFFSET_BITS == 64"97 an equivalent to `_FILE_OFFSET_BITS=64`, which we wouldn't be able98 to globally flip for reasons similar to `_FILE_OFFSET_BITS`, mentioned
198 …* all remaining `_FILE_OFFSET_BITS=64` functions, completing `_FILE_OFFSET_BITS=64` support in bio…
29 #define _FILE_OFFSET_BITS 64 macro
195 #if !defined(__LP64__) && defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS == 64
163 #ifndef _FILE_OFFSET_BITS164 # define _FILE_OFFSET_BITS 64 macro166 #if !defined _TIME_BITS && _FILE_OFFSET_BITS == 64