Searched refs:_FILE_OFFSET_BITS (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dfeature_tests.h190 * The setting of _FILE_OFFSET_BITS controls the size of various file-related
200 #ifndef _FILE_OFFSET_BITS
201 #define _FILE_OFFSET_BITS 64 macro
203 #if _FILE_OFFSET_BITS - 0 != 64
204 #error "invalid _FILE_OFFSET_BITS value specified"
207 #ifndef _FILE_OFFSET_BITS
208 #define _FILE_OFFSET_BITS 32 macro
210 #if _FILE_OFFSET_BITS - 0 != 32 && _FILE_OFFSET_BITS - 0 != 64
211 #error "invalid _FILE_OFFSET_BITS valu
[all...]
/freebsd-10.0-release/contrib/bzip2/
H A DspewG.c27 #define _FILE_OFFSET_BITS 64 macro
/freebsd-10.0-release/contrib/ncurses/progs/
H A Dprogs.priv.h70 # if defined(_FILE_OFFSET_BITS) && defined(HAVE_STRUCT_DIRENT64)
71 # if !defined(_LP64) && (_FILE_OFFSET_BITS == 64)
/freebsd-10.0-release/lib/libz/
H A Dgzguts.h10 # ifdef _FILE_OFFSET_BITS
11 # undef _FILE_OFFSET_BITS macro
H A Dzconf.h470 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
484 #ifndef _FILE_OFFSET_BITS
485 #define _FILE_OFFSET_BITS 64 macro
/freebsd-10.0-release/contrib/file/
H A Dconfig.h.in265 #undef _FILE_OFFSET_BITS
/freebsd-10.0-release/contrib/libpcap/
H A Dconfig.h.in281 #undef _FILE_OFFSET_BITS
/freebsd-10.0-release/crypto/openssl/crypto/bio/
H A Dbss_file.c81 #ifndef _FILE_OFFSET_BITS
82 #define _FILE_OFFSET_BITS 64 macro
/freebsd-10.0-release/contrib/dialog/
H A Dfselect.c47 # if defined(_FILE_OFFSET_BITS) && defined(HAVE_STRUCT_DIRENT64)
48 # if !defined(_LP64) && (_FILE_OFFSET_BITS == 64)
/freebsd-10.0-release/contrib/unbound/
H A Dconfig.h.in549 #undef _FILE_OFFSET_BITS
/freebsd-10.0-release/crypto/heimdal/include/
H A Dconfig.h.in1531 #undef _FILE_OFFSET_BITS
/freebsd-10.0-release/crypto/openssh/
H A Dconfig.h.in1608 #undef _FILE_OFFSET_BITS
/freebsd-10.0-release/contrib/sqlite3/
H A Dshell.c25 # ifndef _FILE_OFFSET_BITS
26 # define _FILE_OFFSET_BITS 64 macro
H A Dsqlite3.c67 # ifndef _FILE_OFFSET_BITS
68 # define _FILE_OFFSET_BITS 64 macro
22998 # ifndef _FILE_OFFSET_BITS
22999 # define _FILE_OFFSET_BITS 64 macro
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c67 # ifndef _FILE_OFFSET_BITS
68 # define _FILE_OFFSET_BITS 64 macro
24478 # ifndef _FILE_OFFSET_BITS
24479 # define _FILE_OFFSET_BITS 64 macro
[all...]

Completed in 785 milliseconds