Searched refs:stat64 (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libast/comp/
H A Dgross.c66 extern int fstat64(int fd, struct stat64* st)
75 extern int lstat64(const char* path, struct stat64* st)
84 extern int stat64(const char* path, struct stat64* st) function
/ast/src/cmd/3d/
H A Dstat3d.c68 IVIEW(((struct stat64*)st), state.path.level);
92 IVIEW(((struct stat64*)st), state.path.level);
108 stat643d(const char* path, struct stat64* st)
H A Dfstat3d.c88 IVIEW(((struct stat64*)st), getfdview(fd));
99 fstat643d(int fd, struct stat64* st)
H A Dlstat3d.c76 IVIEW(((struct stat64*)st), state.path.level);
92 lstat643d(const char* path, struct stat64* st)
H A Dsyscall3d.c571 struct stat64* sp = (struct stat64*)ap->pointer;
H A D3d.h128 struct stat64;
/ast/src/cmd/warp/
H A Dwarp.c213 typedef int (*Xstat64_f)(int, const char*, struct stat64*);
214 typedef int (*Fxstat64_f)(const int, int, struct stat64*);
215 typedef int (*Lxstat64_f)(const int, const char*, struct stat64*);
224 typedef int (*Fstat64_f)(int, struct stat64*);
225 typedef int (*Lstat64_f)(const char*, struct stat64*);
226 typedef int (*Stat64_f)(const char*, struct stat64*);
1094 register struct stat64* st64 = (struct stat64*)st;
1203 warp_xst64(register Call_t* p, const int ver, register struct stat64* st)
1214 register struct stat64* st6
1690 stat64(const char* path, struct stat64* st) function
[all...]
/ast/src/lib/libast/sfio/
H A Dsfhdr.h232 #define sfstat_t struct stat64
242 #define sysstatf stat64

Completed in 187 milliseconds