/illumos-gate/usr/src/lib/libast/common/dir/ |
H A D | dirlib.h | 54 #undef off_t macro 58 #define off_t off64_t macro 103 #undef off_t 107 #define off_t off64_t
|
/illumos-gate/usr/src/lib/libast/common/features/ |
H A D | fcntl.c | 39 #undef off_t macro 41 #define off_t off_t macro 63 #undef off_t macro 64 #define off_t off64_t macro 77 printf("#undef off_t\n"); 79 printf("#define off_t off_t\n"); 86 printf("#undef off_t\n"); 88 printf("#define off_t off_ [all...] |
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | os.h | 134 typedef __int64 off_t; typedef 137 typedef long long off_t; typedef 159 typedef SInt64 off_t; typedef 161 typedef SInt32 off_t; typedef 178 int sqliteOsSeek(OsFile*, off_t offset); 180 int sqliteOsTruncate(OsFile*, off_t size); 181 int sqliteOsFileSize(OsFile*, off_t *pSize);
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_fcntl.h | 89 #undef off_t macro 91 #define off_t off_t macro 98 #undef off_t macro 100 #define off_t off_t macro 113 #undef off_t macro 114 #define off_t off64_t macro
|
H A D | ast_fs.h | 146 #undef off_t macro 147 #define off_t off64_t macro
|
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_fcntl.h | 68 #undef off_t macro 70 #define off_t off_t macro 77 #undef off_t macro 79 #define off_t off_t macro 92 #undef off_t macro 93 #define off_t off64_t macro
|
H A D | ast_fs.h | 125 #undef off_t macro 126 #define off_t off64_t macro
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_dirent.h | 106 #undef off_t macro 112 #define off_t off64_t macro
|
H A D | ast_fcntl.h | 89 #undef off_t macro 91 #define off_t off_t macro 98 #undef off_t macro 100 #define off_t off_t macro 113 #undef off_t macro 114 #define off_t off64_t macro
|
H A D | ast_fs.h | 150 #undef off_t macro 151 #define off_t off64_t macro
|
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_dirent.h | 85 #undef off_t macro 91 #define off_t off64_t macro
|
H A D | ast_fcntl.h | 68 #undef off_t macro 70 #define off_t off_t macro 77 #undef off_t macro 79 #define off_t off_t macro 92 #undef off_t macro 93 #define off_t off64_t macro
|
H A D | ast_fs.h | 129 #undef off_t macro 130 #define off_t off64_t macro
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_dirent.h | 106 #undef off_t macro 112 #define off_t off64_t macro
|
H A D | ast_fcntl.h | 89 #undef off_t macro 91 #define off_t off_t macro 98 #undef off_t macro 100 #define off_t off_t macro 113 #undef off_t macro 114 #define off_t off64_t macro
|
H A D | ast_fs.h | 146 #undef off_t macro 147 #define off_t off64_t macro
|
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_dirent.h | 85 #undef off_t macro 91 #define off_t off64_t macro
|
H A D | ast_fcntl.h | 68 #undef off_t macro 70 #define off_t off_t macro 77 #undef off_t macro 79 #define off_t off_t macro 92 #undef off_t macro 93 #define off_t off64_t macro
|
H A D | ast_fs.h | 125 #undef off_t macro 126 #define off_t off64_t macro
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_fcntl.h | 89 #undef off_t macro 91 #define off_t off_t macro 98 #undef off_t macro 100 #define off_t off_t macro 113 #undef off_t macro 114 #define off_t off64_t macro
|
H A D | ast_fs.h | 146 #undef off_t macro 147 #define off_t off64_t macro
|
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_fcntl.h | 68 #undef off_t macro 70 #define off_t off_t macro 77 #undef off_t macro 79 #define off_t off_t macro 92 #undef off_t macro 93 #define off_t off64_t macro
|
H A D | ast_fs.h | 125 #undef off_t macro 126 #define off_t off64_t macro
|
/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | types.h | 46 typedef long off_t; typedef
|
/illumos-gate/usr/src/head/ |
H A D | stdio.h | 161 typedef long off_t; typedef 163 typedef __longlong_t off_t; 167 typedef off_t off64_t; 346 extern int fseeko(FILE *, off_t, int); 347 extern off_t ftello(FILE *);
|