Searched refs:fstatat64 (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/libc/port/sys/ |
H A D | stat.c | 34 #pragma weak _fstatat64 = fstatat64 36 fstatat64(int fd, const char *name, struct stat64 *sb, int flags) function 45 return (fstatat64(AT_FDCWD, name, sb, 0)); 52 return (fstatat64(AT_FDCWD, name, sb, AT_SYMLINK_NOFOLLOW)); 59 return (fstatat64(fd, NULL, sb, 0));
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | _xftw.c | 109 #define fstatat fstatat64
|
H A D | nftw.c | 116 #define fstatat fstatat64
|
/osnet-11/usr/src/lib/libshadowfs/common/ |
H A D | shadow_migrate.c | 671 if (fstatat64(fd, dp->d_name, &statbuf,
|
/osnet-11/usr/src/lib/libc/port/ |
H A D | llib-lc | 1841 #undef fstatat64 1897 int fstatat64(int, const char *, struct stat *, int);
|
/osnet-11/usr/src/lib/nsswitch/files/common/ |
H A D | files_common.c | 150 ret = fstatat64(fd, LOCALFILE, &statf, 0);
|
Completed in 50 milliseconds