Searched refs:fstat (Results 51 - 75 of 400) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libmail/common/
H A Dmaillock.c136 (void) fstat(fd, &sbuf);
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioRawPipe.cc93 if (fstat(getfd(), &st) < 0)
/illumos-gate/usr/src/cmd/lastcomm/
H A Dlc_pacct.c54 (void) fstat(fd, &sb);
/illumos-gate/usr/src/stand/sys/
H A Dbootvfs.h68 * fstat() (if exists) supports size and mode right now.
77 extern int fstat(int fd, struct stat *buf);
/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h63 * stat structure, used by stat(2) and fstat(2)
160 #pragma redefine_extname fstat fstat64
171 #define fstat fstat64 macro
189 #pragma redefine_extname fstat64 fstat
199 #define fstat64 fstat
/illumos-gate/usr/src/tools/btxld/
H A Dversion.c64 if (fstat(fd, &sb) == -1) {
65 perror("fstat");
/illumos-gate/usr/src/boot/sys/boot/i386/loader/
H A Dchain.c68 if (fstat(fd, &st) == -1) {
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacmsvc.h65 #define fstat _fstat macro
/illumos-gate/usr/src/cmd/bnu/
H A Dulockf.c353 if ( fstat(fd, &_st_buf) != 0 )
415 if ( fstat(fd, &_st_buf) != 0 )
441 if ( fstat(fd, &_st_buf) == 0 ) {
/illumos-gate/usr/src/cmd/ttymon/
H A Dulockf.c352 if ( fstat(fd, &_st_buf) != 0 )
414 if ( fstat(fd, &_st_buf) != 0 )
440 if ( fstat(fd, &_st_buf) == 0 ) {
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dsuid_exec.c130 if(fstat(FDVERIFY,&statb) < 0 || statb.st_uid != 0 ||
165 if(fstat(FDIN,&statb) < 0 || (statb.st_mode & ~S_IFMT) != SPECIAL)
191 if(fstat(n, &statb) < 0 || !S_ISREG(statb.st_mode))
H A Dshcomp.c115 if(fstat(sffileno(out),&statb) >=0)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.comsat.c225 fstat(uf, &statbf);
347 if (fstat(fd, &stb) != 0 || stb.st_uid != pwd->pw_uid) {
379 if (fstat(mbox, &stb) == -1 || lstat(name, &stl) == -1) {
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg_lockdlck.c62 while (fstat(local_lockfd, &sb) == -1 && errno == EINTR)
/illumos-gate/usr/src/lib/libcmd/common/
H A Dwc.c165 if (!(mode&(WC_WORDS|WC_LINES|WC_MBYTE|WC_LONGEST)) && fstat(sffileno(fp),&statb)>=0
H A Dcmp.c277 if (fstat(sffileno(f1), &s1))
279 else if (fstat(sffileno(f2), &s2))
H A Dfds.c217 else if (fstat(unit, &st) || !(sp = sfnew(NiL, NiL, SF_UNBOUND, unit, SF_WRITE)))
221 if (fstat(i, &st))
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dproj.c61 if (fstat(fileno(e_fptr), &sbuf) != 0)
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dmakebuf.c101 if (fp->f_file < 0 || fstat(fp->f_file, &st) < 0)
/illumos-gate/usr/src/cmd/tcpd/
H A Dsafe_finger.c164 if (fstat(i, &st) == -1 && open("/dev/null", 2) != i)
/illumos-gate/usr/src/tools/ctf/ctfstrip/
H A Dctfstrip.c79 if (fstat(fd, &sb) == -1) {
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_original_elf_init.c96 if (fstat(fd, &fstat_buf) != 0) {
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_dict.c130 if (fstat(fd, &sb) == -1)
/illumos-gate/usr/src/lib/libdevid/
H A Ddeviceid.c55 if (fstat(fd, &statb) != 0)
94 if (fstat(fd, &statb) != 0)
/illumos-gate/usr/src/lib/libtsol/common/
H A Dcall_labeld.c163 if (fstat(doorfd, &st) < 0) {
164 perror("real door fstat");
214 if (fstat(doorfd, &st) < 0) {
215 perror("my door fstat");

Completed in 85 milliseconds

1234567891011>>