Searched refs:fstat (Results 1 - 25 of 400) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/avs/dscfglockd/
H A Ddscfgcli.c55 (void) fstat(0, &sb);
58 (void) fstat(1, &sb);
63 (void) fstat(0, &sb);
66 (void) fstat(1, &sb);
71 (void) fstat(0, &sb);
74 (void) fstat(1, &sb);
/illumos-gate/usr/src/uts/sparc/sys/
H A Dstat_impl.h47 extern int fstat(int, struct stat *);
61 extern int fstat(), stat();
/illumos-gate/usr/src/boot/lib/libstand/
H A Dfstat.c1 /* $NetBSD: fstat.c,v 1.1 1996/01/13 22:25:38 leo Exp $ */
40 fstat(fd, sb) function
H A Dstat.c49 rv = fstat(fd, sb);
/illumos-gate/usr/src/uts/intel/sys/
H A Dstat_impl.h45 extern int fstat(int, struct stat *);
60 extern int fstat();
/illumos-gate/usr/src/test/zfs-tests/tests/functional/exec/
H A Dmmap_exec.c59 if (fstat(fd, &statbuf) < 0) {
60 perror("fstat");
/illumos-gate/usr/src/lib/libast/common/vec/
H A Dvecfile.c50 if (!fstat(fd, &st) && S_ISREG(st.st_mode) && (n = st.st_size) > 0 && (buf = newof(0, char, n + 1, 0)))
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dopendir.c47 extern int open(), close(), fstat();
51 if (fstat(fd, &sb) == -1) {
H A Dscandir.c50 if (fstat(dirp->dd_fd, &stb) < 0)
81 if (fstat(dirp->dd_fd, &stb) < 0)
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dxstat.c69 return (fstat(fd, statb));
/illumos-gate/usr/src/common/ficl/ficlplatform/
H A Dunix.c81 if (fstat(fileno(ff->f), &statbuf) != 0)
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dstat.c106 #pragma weak _fstat = fstat
108 fstat(int fd, struct stat *sb) function
/illumos-gate/usr/src/lib/libast/common/dir/
H A Dopendir.c56 if (fstat(fd, &st) < 0 ||
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A D_stat.c67 fstat(int fd, struct stat *buf) function
113 * ret = fstat(fd, buf);
125 ret = fstat(fd, buf);
154 ret = fstat(fd, buf);
H A Dsend.c104 if (fstat(s, &sbuf) != -1)
107 } else if (fstat(s, &sbuf) == -1 ||
/illumos-gate/usr/src/cmd/tail/
H A Dtail.c170 fstat(fileno(file->fp), &file->st)) {
187 fstat(fileno(fp), &sb)) {
206 if (fstat(fileno(stdin), &sb)) {
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dfcntl.c71 op = fstat(fd, &st);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsafechown.c33 if (fstat(fd, &fdbuf)) {
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_admin.c65 if (fstat(meta_fd, &buf) != 0)
/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dwritev.c25 if (fstat(fd, &statbuf) < 0)
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dstat.h115 int fstat(int, struct stat *);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetauxv.c67 fstat(fd, &statb) != -1)
/illumos-gate/usr/src/cmd/oamuser/group/
H A Dadd_group.c57 if (fstat(fileno(etcgrp), &sb) < 0) {
H A Ddel_group.c64 if (fstat(fileno(e_fptr), &sbuf) != 0)
H A Dmod_group.c64 if (fstat(fileno(e_fptr), &sbuf) != 0)

Completed in 107 milliseconds

1234567891011>>