Searched refs:fstat64 (Results 26 - 50 of 57) sorted by relevance

123

/osnet-11/usr/src/lib/libc/port/gen/
H A Dnlspath_checks.c76 * fstat64 is done here and the stat structure is returned
106 if (fstat64(fd, statbuf) == -1) {
H A Dttyname.c182 if (fstat64(f, &fsb) < 0) {
648 if (fstat64(fd, &sb) < 0) {
H A Dndbm.c197 (void) fstat64(db->dbm_dirf, &statb);
496 if (dbm_error(db) || fstat64(db->dbm_pagf, &statb) < 0)
H A Diconv.c358 if (fstat64(fd, &statbuf) == -1) {
360 /* use errno set by fstat64 */
H A Dnftw.c115 #define fstat fstat64
/osnet-11/usr/src/lib/libc/port/rt/
H A Dsem.c103 if (fstat64(fd, &statbuf) < 0)
H A Dmqueue.c1056 if (fstat64(port, &statb) != 0 ||
/osnet-11/usr/src/lib/libzpool/common/
H A Dkernel.c355 if (fstat64(fd, &st) == -1) {
386 if (fstat64(fd, &st) == -1) {
467 if (fstat64(vp->v_fd, &st) == -1) {
700 if (fstat64(vp->v_fd, &st) == -1) {
/osnet-11/usr/src/lib/libsec/common/
H A Daclutils.c174 stat_error = fstat64(fd, &statbuf);
261 stat_error = fstat64(acl_inp->fd, &statbuf);
/osnet-11/usr/src/lib/libproc/common/
H A Dproc_arg.c67 if (fstat64(fd, &st) != 0 || !S_ISREG(st.st_mode) ||
H A Dpr_stat.c449 * fstat64() system call -- executed by subject process
464 return (fstat64(fd, buf));
/osnet-11/usr/src/lib/libshadowtest/common/
H A Dlibshadowtest.c85 if (fstat64(fd, &statbuf) != 0) {
/osnet-11/usr/src/lib/libctf/common/
H A Dctf_lib.c213 if (fstat64(fd, &st) == -1)
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c870 if (fstat64(fd, &statbuf) == -1)
1054 if (fstat64(fd, &statbuf) != 0 ||
1102 if (fstat64(fd, &statbuf) == -1)
1548 if (fstat64(fd, &statbuf) != 0) {
H A Dlibzfs_vdev.c739 err = fstat64(fd, &statbuf);
/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_migrate.c110 if (fstat64(fd, &statbuf) != 0) {
/osnet-11/usr/src/lib/libsocket/inet/
H A Drcmd.c625 (void) fstat64(fileno(hostf), &sbuf);
/osnet-11/usr/src/lib/libpkg/common/
H A Dverify.c282 if (fstat64(fd, &sbuf) != 0) {
/osnet-11/usr/src/lib/fm/libfmd_log/common/
H A Dfmd_log.c396 fstat64(lp->log_fd, &lp->log_stat) == -1 ||
/osnet-11/usr/src/cmd/sendmail/src/
H A Dcollect.c971 fstat64(sm_io_getinfo(df, SM_IO_WHAT_FD, NULL), &st)
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dflush.c394 if (fstat64(GET_FD(iop), &fstatbuf) != 0) {
/osnet-11/usr/src/lib/libc/port/aio/
H A Dposix_aio.c1671 if (fstat64(aiocbp->aio_fildes, &statb) < 0)
1751 if (fstat64(fd, &buf) < 0)
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h247 #define sysfstatf fstat64
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc1840 #undef fstat64
1896 int fstat64(int, struct stat *);
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_module.c824 if ((fd = open(fname, O_RDONLY)) == -1 || fstat64(fd, &st) == -1 ||

Completed in 78 milliseconds

123