Searched defs:stat64 (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libast/common/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
/osnet-11/usr/src/lib/libc/port/sys/
H A Dstat.c36 fstatat64(int fd, const char *name, struct stat64 *sb, int flags)
41 #pragma weak _stat64 = stat64
43 stat64(const char *name, struct stat64 *sb) function
50 lstat64(const char *name, struct stat64 *sb)
57 fstat64(int fd, struct stat64 *sb)
/osnet-11/usr/src/lib/libc/port/aio/
H A Daio.c350 struct stat64 stat64; local
367 if (fstat64(fd, &stat64) == -1)
370 loffset = offset + stat64.st_size;
/osnet-11/usr/src/lib/libpam/
H A Dpam_framework.c75 #define stat64 stat macro
1930 struct stat64 stb;
1938 if (stat64(module_so, &stb) < 0) {
2040 struct stat64 stb;

Completed in 44 milliseconds