Searched refs:off64_t (Results 1 - 9 of 9) sorted by relevance

/ast/src/cmd/3d/
H A Dlseek3d.c47 typedef off64_t (*Seek64_f)(int, off64_t, int);
52 off64_t
53 lseek64(int fd, off64_t off, int op)
55 off64_t r;
82 if (r != (off64_t)(-1))
H A Dftruncate3d.c33 typedef int (*Real_f)(int, off64_t);
36 ftruncate64(int fd, off64_t size)
H A Dtruncate3d.c33 typedef int (*Real_f)(const char*, off64_t);
36 truncate643d(const char* path, off64_t size)
H A Ddir3d.c371 #define OFFBITS64 (CHAR_BIT*sizeof(off64_t)-TABBITS)
372 #define SETPOS64(l,o) ((((off64_t)(l))<<OFFBITS)|GETOFF(o))
373 #define GETOFF64(p) ((p)&((((off64_t)1)<<OFFBITS)-1))
374 #define GETLEV64(p) (((p)>>OFFBITS)&((((off64_t)1)<<TABBITS)-1))
377 seekdir643d(register DIR* dirp, off64_t pos)
411 SEEKDIR64(dirp->view[n].dirp, (off64_t)0);
418 off64_t
H A D3d.h66 __STDPP__directive pragma pp:note off64_t
118 #if !_typ_off64_t && !noticed(off64_t)
119 #undef off64_t macro
121 #define off64_t int64_t macro
123 #define off64_t long
/ast/src/lib/libast/include/
H A Dast_std.h281 #define off_t off64_t
285 extern int ftruncate64(int, off64_t);
289 extern off64_t lseek64(int, off64_t, int);
293 extern int truncate64(const char*, off64_t);
/ast/src/lib/libast/dir/
H A Ddirlib.h58 #define off_t off64_t
107 #define off_t off64_t
/ast/src/lib/libast/features/
H A Dfcntl.c64 #define off_t off64_t
347 printf("#define off_t off64_t\n");
/ast/src/lib/libast/sfio/
H A Dsfhdr.h227 #define sfoff_t off64_t

Completed in 90 milliseconds