Searched defs:stat64 (Results 1 - 2 of 2) 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/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...]

Completed in 39 milliseconds