Searched refs:fstat (Results 326 - 350 of 400) sorted by relevance

<<111213141516

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c863 if ((fd < 0) || (fstat(fd, &statb) < 0))
/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_xport_api_dd.c275 if (fstat(fd, &stat_buf) < 0) {
/illumos-gate/usr/src/cmd/sa/
H A Dsar.c345 if (!input_pipe && fstat(fin, &in_stat) == -1)
/illumos-gate/usr/src/cmd/saf/
H A Dsacadm.c987 if (fstat(fileno(fp), &statbuf) < 0) {
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dtls.c160 if (fstat(fd, &st) < 0)
164 "STARTTLS: can't fstat(%s)",
216 /* add this even if fstat() failed */
H A Drecipient.c1717 if (fstat(sm_io_getinfo(fp, SM_IO_WHAT_FD, NULL), &st) < 0)
1720 syserr("Cannot fstat %s!", fname);
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c1159 if (fstat(fd, &ar_stbuf) < 0) {
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dprint.c1114 (void) fstat(fd, &status);
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c687 if (fstat(infd, &insbuf) == -1) {
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dreadbuf.c196 if (fstat(lbp->fd, &sb)) {
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprof.c1122 if (fstat(fd, &sbuf) < 0) /* Status of open file. */
/illumos-gate/usr/src/tools/ctf/dump/
H A Ddump.c914 if (fstat(fd, &st) == -1)
915 die("failed to fstat %s", filename);
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_engine.c418 ret = fstat(fileno(est->sc_cmd_file), &st);
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h228 int fstat; /* status word (flags, etc) */ member in struct:__anon48
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c1040 if (fstat(Archive, &statb) < 0)
2452 if (fstat(ofd, &tsbuf) == 0) {
3959 if (fstat(dirfd, &parentstat) == -1) {
5289 if (fstat(Archive, &ArchSt) < 0)
6632 else if (fstat(Archive, &ArchSt) < 0)
7876 if (fstat(*fdes, &st_buf) == -1)
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c1719 if (fstat(sfd, &fsi) == -1)
1834 if (fstat(sfd, &fsi) == -1)
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dedit.c886 if(ep->e_tty_ino && fstat(fd,&statb)>=0 && statb.st_ino==ep->e_tty_ino && statb.st_dev==ep->e_tty_dev)
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dio.c920 if(fstat(fd,&statb) < 0)
1810 if((flags = fstat(fd,&statb))< 0)
1834 if((fstat(fd,&statb)>=0) && S_ISSOCK(statb.st_mode))
1838 else if((fstat(fd,&statb)>=0) && (
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c1143 if (fstat(fileno(f), &stbuf) == -1) {
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c538 if (fstat(mfd, &stbuf) < 0 || !S_ISCHR(stbuf.st_mode)) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c279 fstat(rfd, &st) == -1) {
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs.c2242 if (fstat(fd, &statb) < 0) {
/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c1108 if (fstat(mfd, &stbuf) == -1 || !S_ISCHR(stbuf.st_mode)) {
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c1514 if (fstat(fd, &buf) == -1) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c1907 if (fstat(fileno(f), &sbuf) < 0) {

Completed in 217 milliseconds

<<111213141516