Home
last modified time | relevance | path

Searched refs:fstat (Results 51 – 75 of 419) sorted by relevance

12345678910>>...17

/illumos-gate/usr/src/cmd/acct/
H A Daccton.c87 if (fstat(fd, s) == ERR) { in ckfile()
/illumos-gate/usr/src/lib/libdevid/
H A Ddeviceid.c56 if (fstat(fd, &statb) != 0) in devid_get()
95 if (fstat(fd, &statb) != 0) in devid_get_minor_name()
/illumos-gate/usr/src/lib/iconv_modules/euro/utils/gentbl/
H A Ddebug.c47 if (fstat(fd, &s) == -1) { in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastcopy.c67 if (!fstat(rfd, &st) && S_ISREG(st.st_mode) && (pos = lseek(rfd, (off_t)0, 1)) != ((off_t)-1)) in astcopy()
/illumos-gate/usr/src/cmd/oamuser/group/
H A Dmod_group.c61 if (fstat(fileno(e_fptr), &sbuf) != 0) in mod_group()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetusershell.c147 if ((fstat(fileno(fp), &statb) == -1) || (statb.st_size > LONG_MAX) || in initshells()
/illumos-gate/usr/src/cmd/mail/
H A Dcreatemf.c103 (fstat(mbfd, &fsb) || fsb.st_nlink != 1 ||
/illumos-gate/usr/src/boot/i386/loader/
H A Dchain.c68 if (fstat(fd, &st) == -1) { in command_chain()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcmp.c385 if (fstat(sffileno(f1), &s1)) in b_cmp()
387 else if (fstat(sffileno(f2), &s2)) in b_cmp()
/illumos-gate/usr/src/boot/libsa/
H A Dbzipfs.c189 if (fstat(rawfd, &sb) < 0) { in bzf_open()
369 if ((result = fstat(bzf->bzf_rawfd, sb)) == 0) in bzf_stat()
H A Dgzipfs.c196 if (fstat(rawfd, &sb) < 0) { in zf_open()
341 if ((result = fstat(zf->zf_rawfd, sb)) == 0) { in zf_stat()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dopen.c77 if (fstat(fd, &st) || (st.st_mode & S_IPERM))
/illumos-gate/usr/src/stand/sys/
H A Dbootvfs.h77 extern int fstat(int fd, struct stat *buf);
/illumos-gate/usr/src/tools/btxld/
H A Dversion.c64 if (fstat(fd, &sb) == -1) { in add_version()
/illumos-gate/usr/src/lib/libmail/common/
H A Dmaillock.c134 (void) fstat(fd, &sbuf); in lock1()
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioRawPipe.cc91 if (fstat(getfd(), &st) < 0) in Open()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c141 (void) fstat(vp->v_fd, &st); in fop_read()
323 if (fstat(vp->v_fd, &st) == -1) in fop_getattr()
515 if (fstat(fd, &st) == -1) { in fop_lookup()
584 (void) fstat(fd, &st); in fop_create()
708 if (fstat(fd, &st) == -1) { in fop_mkdir()
1391 if (fstat(vp->v_fd, &st) == -1) in fop_reqzcbuf()
/illumos-gate/usr/src/lib/varpd/libvarpd/common/
H A Dlibvarpd_persist.c89 if (fstat(fd, &st) != 0) { in libvarpd_persist_enable()
400 if (fstat(fd, &st) != 0) in libvarpd_persist_restore_one()
532 if (fstat(fd, &st) != 0) { in libvarpd_persist_restore()
/illumos-gate/usr/src/man/man2/
H A DMakefile201 fstat.2 \
399 fstat.2 := LINKSRC = stat.2
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dkeyfile.c65 if (fstat(fd, &statbuf) == -1) { in pkcs11_read_data()
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dshowdb.c54 fstat(db, &sbuf); in main()
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dldpart.c72 if (fstat(fd, &st) != 0) in __part_load_locale()
/illumos-gate/usr/src/cmd/bhyve/test/tests/mevent/
H A Dvnode_file.c46 if (fstat(fd, &st) != 0) in callback()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dmakebuf.c99 if (fp->f_file < 0 || fstat(fp->f_file, &st) < 0)
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_dict.c130 if (fstat(fd, &sb) == -1) in init_dict()

12345678910>>...17