Searched refs:fstat (Results 351 - 375 of 400) sorted by relevance

<<111213141516

/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv_cache.c236 if (fstat(fd, &statbuf) < 0) {
237 syslog(LOG_WARNING, "cache file fstat error for mech %d-%d: %m",
/illumos-gate/usr/src/cmd/listen/
H A Dlisten.c1375 if (fstat(0, &sbuf) < 0) {
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfastfind.c425 if (fstat(sffileno(fp->fp), &st))
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Ddfs.c1259 if (fstat(xfd, &statbuf) != 0)
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c1705 if (fstat(doorfd, &st) < 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c2158 if (fstat(fd, &stats) == -1)
3009 if (fstat(ptmfd, &buf) < 0) {
3010 fatalperror(f, "fstat ptmfd failed", errno);
3027 if (fstat(netfd, &buf) < 0) {
3028 fatalperror(f, "fstat netfd failed", errno);
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c1383 if (fstat(fd, &sbuf) == -1) {
1446 if (fstat(fd, &sbuf) == -1) {
2477 if (fstat(fd, &sbuf) == -1) {
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c1105 (void) fstat(mt, &stbuf);
1332 (void) fstat(fileno(tfile), &stbuf);
3656 if (fstat(ofile, &xtractbuf) == -1)
3904 * fstat() the file to get the preferred I/O size.
3908 if (fstat(ofile, &tsbuf) == 0) {
8444 if (fstat(dirfd, &parentstat) == -1) {
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c565 if (fstat(dfd, &stbuf) < 0)
3999 fstat(sm_io_getinfo(qfp, SM_IO_WHAT_FD, NULL), &st) < 0)
4574 if (fstat(sm_io_getinfo(e->e_dfp, SM_IO_WHAT_FD, NULL), &st)
H A Dconf.c1266 if (fstat(fileno(stdin), &sbuf) < 0)
5599 if (fstat(src, &st) < 0)
H A Ddeliver.c4612 if (fstat(sm_io_getinfo(e->e_dfp, SM_IO_WHAT_FD, NULL), &stbuf)
5556 if (fstat(sm_io_getinfo(f, SM_IO_WHAT_FD, NULL), &stb) < 0)
5558 syserr("554 5.3.0 cannot fstat %s",
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c504 if (fstat(fd, &fd_stat) != 0) {
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_lgrp.c2577 if (fstat(fileno(etcgrp), &sb) < 0)
/illumos-gate/usr/src/lib/libpp/common/
H A Dppop.c240 return !stat(file, &a) && !fstat(fd, &b) && a.st_dev == b.st_dev && a.st_ino == b.st_ino;
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script.c543 if (fstat(statefd->fd, &stats) != 0) {
546 "fstat", strerror(error_num));
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c806 if (fstat(fileno(fin), &st) < 0 ||
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dgeniconvtbl.c1763 if (fstat(fd, &st) == -1) {
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c1589 if (fstat(fd[i], &sb) == -1) {
1590 (void) fprintf(stderr, "%d: fstat: %s\n",
/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c3178 * possible to check the result of an fstat(2) against the
3296 r = fstat(fd, &statbuf);
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c1200 status = fstat(fd, &buffer);
/illumos-gate/usr/src/cmd/format/
H A Dstartup.c1612 if (fstat(search_file, &stbuf) == -1 || !S_ISCHR(stbuf.st_mode)) {
/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c1006 if (fstat(fd, &sbuf) == -1)
1007 die(gettext("fstat of keyfile (%s) failed"), pathname);
1544 die(gettext("fstat: %s"), filename);
1813 die(gettext("fstat: %s"), filename);
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1770 int fstat(int, struct stat *);
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.c115 fstat(mapfd, &statb) != 0 ||
153 if (fstat(fd, &statb) == 0 &&
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c267 rv = fstat(fd, &sbuf);

Completed in 254 milliseconds

<<111213141516