Searched defs:off_t (Results 1 - 25 of 46) sorted by relevance

12

/illumos-gate/usr/src/lib/libast/common/dir/
H A Ddirlib.h54 #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 Dfcntl.c39 #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 Dos.h134 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 Dast_fcntl.h89 #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 Dast_fs.h146 #undef off_t macro
147 #define off_t off64_t macro
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_fcntl.h68 #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 Dast_fs.h125 #undef off_t macro
126 #define off_t off64_t macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_dirent.h106 #undef off_t macro
112 #define off_t off64_t macro
H A Dast_fcntl.h89 #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 Dast_fs.h150 #undef off_t macro
151 #define off_t off64_t macro
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_dirent.h85 #undef off_t macro
91 #define off_t off64_t macro
H A Dast_fcntl.h68 #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 Dast_fs.h129 #undef off_t macro
130 #define off_t off64_t macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_dirent.h106 #undef off_t macro
112 #define off_t off64_t macro
H A Dast_fcntl.h89 #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 Dast_fs.h146 #undef off_t macro
147 #define off_t off64_t macro
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_dirent.h85 #undef off_t macro
91 #define off_t off64_t macro
H A Dast_fcntl.h68 #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 Dast_fs.h125 #undef off_t macro
126 #define off_t off64_t macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_fcntl.h89 #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 Dast_fs.h146 #undef off_t macro
147 #define off_t off64_t macro
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_fcntl.h68 #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 Dast_fs.h125 #undef off_t macro
126 #define off_t off64_t macro
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dtypes.h46 typedef long off_t; typedef
/illumos-gate/usr/src/head/
H A Dstdio.h161 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 *);

Completed in 107 milliseconds

12