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

/ast/src/lib/libast/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
/ast/src/lib/libast/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...]
/ast/src/cmd/3d/
H A Dftruncate3d.c30 #undef off_t macro
79 ftruncate3d(int fd, off_t size)
H A Dlseek3d.c49 #undef off_t macro
96 typedef off_t (*Seek_f)(int, off_t, int);
98 off_t
99 lseek3d(int fd, off_t off, int op)
101 off_t r;
112 if (sizeof(off_t) > sizeof(long))
H A Dtruncate3d.c30 #undef off_t macro
82 truncate3d(const char* path, off_t size)
/ast/src/cmd/tests/sfio/
H A Dtmmap2read.c25 #undef off_t macro
38 void* mmap(void* addr, size_t size, int x, int y, int z, off_t offset)
/ast/src/lib/libast/include/
H A Dast_std.h280 #undef off_t macro
281 #define off_t off64_t macro

Completed in 11 milliseconds