Lines Matching refs:print
5 print #if __mips == 2 && !defined(_NO_LARGEFILE64_SOURCE)
6 print #define _NO_LARGEFILE64_SOURCE 1
7 print #endif
8 print #if !defined(_NO_LARGEFILE64_SOURCE) && _typ_off64_t && _lib_lseek64 && _lib_stat64
9 print #if !defined(_LARGEFILE64_SOURCE)
10 print #define _LARGEFILE64_SOURCE 1
11 print #endif
12 print #if !defined(_LARGEFILE_SOURCE)
13 print #define _LARGEFILE_SOURCE 1
14 print #endif
15 print #else
16 print #undef _LARGEFILE64_SOURCE
17 print #undef _LARGEFILE_SOURCE
18 print #undef _typ_off64_t
19 print #undef _typ_struct_dirent64
20 print #undef _lib_creat64
21 print #undef _lib_fstat64
22 print #undef _lib_fstatvfs64
23 print #undef _lib_ftruncate64
24 print #undef _lib_lseek64
25 print #undef _lib_lstat64
26 print #undef _lib_mmap64
27 print #undef _lib_open64
28 print #undef _lib_readdir64
29 print #undef _lib_stat64
30 print #undef _lib_statvfs64
31 print #undef _lib_truncate64
32 print #endif
34 print #if defined(__STDC__) && !defined(__USE_FIXED_PROTOTYPES__)
35 print #define __USE_FIXED_PROTOTYPES__ 1 /* kick gcc out of the past */
36 print #endif
150 print #if _BLD_ast && defined(__EXPORT__)
151 print #define extern __EXPORT__
152 print #endif
268 print #undef extern
272 print #include <stdarg.h>