Searched defs:stat64 (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | gross.c | 66 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 D | stat.c | 36 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 D | aio.c | 350 struct stat64 stat64; local 367 if (fstat64(fd, &stat64) == -1) 370 loffset = offset + stat64.st_size;
|
/osnet-11/usr/src/lib/libpam/ |
H A D | pam_framework.c | 75 #define stat64 stat macro 1930 struct stat64 stb; 1938 if (stat64(module_so, &stb) < 0) { 2040 struct stat64 stb;
|
Completed in 75 milliseconds