/titanic_41/usr/src/ucblib/libucb/port/gen/ |
H A D | scandir.c | 85 if (fstat64(dirp->dd_fd, &stb) < 0) in scandir64() 118 if (fstat64(dirp->dd_fd, &stb) < 0) in scandir64() 152 if (fstat64(dirp->dd_fd, &stb) < 0) in scandir() 188 if (fstat64(dirp->dd_fd, &stb) < 0) in scandir()
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | posix_fadvise.c | 66 if (fstat64(fd, &statb) != 0) in posix_fadvise() 94 if (fstat64(fd, &statb) != 0) in posix_fadvise64()
|
H A D | scandir.c | 87 if (fstat64(dirp->dd_fd, &stb) < 0) in scandir64() 172 if (fstat64(dirp->dd_fd, &stb) < 0) in scandir()
|
H A D | fdopendir.c | 66 if (fstat64(fd, &sbuf) < 0) in fdopendir()
|
H A D | posix_fallocate.c | 44 if (fstat64(fd, &statb) != 0) /* can't happen? */ in fallocate_errno()
|
H A D | pt.c | 85 if (ioctl(fd, I_STR, &istr) < 0 || fstat64(fd, &status) < 0) in ptsdev()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | stat.h | 160 #pragma redefine_extname fstat fstat64 171 #define fstat fstat64 189 #pragma redefine_extname fstat64 fstat 199 #define fstat64 fstat 497 extern int fstat64(int, struct stat64 *);
|
/titanic_41/usr/src/lib/libc/port/sys/ |
H A D | stat.c | 64 #pragma weak _fstat64 = fstat64 66 fstat64(int fd, struct stat64 *sb) in fstat64() function
|
H A D | open.c | 118 if (fstat64(fd, &fsb) == 0 && S_ISCHR(fsb.st_mode)) { in isptsfd()
|
/titanic_41/usr/src/lib/libnsl/dial/ |
H A D | ulockf.c | 254 if (fstat64(fd, &_st_buf) != 0) in fd_mklock() 293 if (fstat64(fd, &_st_buf) == 0) { in fd_rmlock()
|
/titanic_41/usr/src/lib/libvolmgt/common/ |
H A D | volmgt_on_private.c | 98 if (fstat64(fd, &sb) < 0) { in _dev_mounted() 310 if (fstat64(fd, &sb) < 0) { in vol_getmntdev() 437 if (fstat64(fd, &sb) < 0) { in get_media_info()
|
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | gross.c | 66 extern int fstat64(int fd, struct stat64* st) in fstat64() function
|
/titanic_41/usr/src/lib/libc/port/stdio/ |
H A D | _findbuf.c | 85 if (fstat64(fd, &stbuf) == 0 && stbuf.st_blksize > 0) in _findbuf()
|
/titanic_41/usr/src/cmd/ypcmd/ |
H A D | makedbm.c | 99 if (inode_dev_valid != 0 && fstat64(filedes, &sb) == 0) { in close() 314 else if (fstat64(fileno(stdin), &statbuf) == -1) { 333 if (fstat64(fileno(outfp), &statbuf) != 0) {
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_fcntl.h | 117 #define fstat fstat64
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_fcntl.h | 96 #define fstat fstat64
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_fcntl.h | 96 #define fstat fstat64
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_fcntl.h | 96 #define fstat fstat64
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_fcntl.h | 117 #define fstat fstat64
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_fcntl.h | 117 #define fstat fstat64
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_fcntl.h | 96 #define fstat fstat64
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_fcntl.h | 117 #define fstat fstat64
|
/titanic_41/usr/src/lib/libzpool/common/ |
H A D | kernel.c | 422 if (fstat64(fd, &st) == -1) { in vn_open() 464 if (fstat64(fd, &st) == -1) { in vn_open() 555 if (fstat64(vp->v_fd, &st) == -1) { in fop_getattr() 777 if (fstat64(vp->v_fd, &st) == -1) { in kobj_get_filesize()
|
/titanic_41/usr/src/lib/c_synonyms/sparc/ |
H A D | syn_isa | 41 fstat64
|
/titanic_41/usr/src/lib/c_synonyms/i386/ |
H A D | syn_isa | 41 fstat64
|