Home
last modified time | relevance | path

Searched refs:fstat (Results 76 – 100 of 419) sorted by relevance

12345678910>>...17

/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dchangepasswd.c207 fstat(fileno(opwfp), &pwstat); in changepasswd()
216 fstat(fileno(ospfp), &spstat); in changepasswd()
227 fstat(fileno(oadjfp), &adjstat); in changepasswd()
/illumos-gate/usr/src/cmd/cat/
H A Dcat.c204 if (fstat(fileno(stdout), &target) < 0) { in main()
257 if (fstat(fileno(fi), &source) < 0) { in main()
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv_pcap.c48 extern int fstat(int, struct stat *);
145 if (fstat(fd, &st) < 0) { in pcap_file_header()
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.cat.c461 if (fstat(1, &out) < 0) { in main()
471 if (fstat(0, &in) < 0) { in main()
/illumos-gate/usr/src/cmd/bnu/
H A Deio.c146 fstat(fd1, &statbuf);
369 fstat(fileno(fp1), &statbuf);
/illumos-gate/usr/src/cmd/lastcomm/
H A Dlc_pacct.c52 (void) fstat(fd, &sb); in lc_pacct()
/illumos-gate/usr/src/cmd/tcpd/
H A Dsafe_finger.c162 if (fstat(i, &st) == -1 && open("/dev/null", 2) != i)
/illumos-gate/usr/src/cmd/cdrw/
H A Dbstream.c88 if (fstat(h->bstr_fd, &st) < 0) in file_stream_size()
400 if (fstat(fd, &st) < 0) { in open_au_read_stream()
481 if (fstat(fd, &st) < 0) { in open_wav_read_stream()
/illumos-gate/usr/src/cmd/mandoc/
H A Ddbm_map.c67 if (fstat(ifd, &st) == -1) in dbm_map()
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacwin.h184 #define fstat _fstat macro
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dsys_stat_h.cfg45 func | fstat |\
/illumos-gate/usr/src/tools/ctf/ctfstrip/
H A Dctfstrip.c80 if (fstat(fd, &sb) == -1) { in check_file()
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dproj.c60 if (fstat(fileno(e_fptr), &sbuf) != 0) in edit_project()
/illumos-gate/usr/src/cmd/tail/
H A Dforward.c375 (void) fstat(fileno(file->fp), &file->st); in set_events()
431 fstat(fileno(file->fp), &file->st) in follow()
/illumos-gate/usr/src/cmd/write/
H A Dwrite.c540 fstat(fildes, &buf);
560 fstat(fildes, &buf);
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vfs.c81 if (fstat(fd, &st) == -1) { in fksmbsrv_vfs_init()
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dinetboot.c72 if ((fstat(fd, &st) != 0) || in read_and_boot_ramdisk()
/illumos-gate/usr/src/cmd/mailx/
H A Dlex.c105 fstat(fileno(ibuf), &stbuf); in setfile()
181 fstat(fileno(ibuf), &stbuf); in setfile()
966 (fstat(fileno(ibuf), &stbuf) < 0) || stbuf.st_size == 0L || in inc()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dwc.c165 if (!(mode&(WC_WORDS|WC_LINES|WC_MBYTE|WC_LONGEST)) && fstat(sffileno(fp),&statb)>=0 in b_wc()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dshcomp.c115 if(fstat(sffileno(out),&statb) >=0) in main()
/illumos-gate/usr/src/cmd/luxadm/
H A Dqlgcupdate.c588 if (fstat(fd, &statinfo)) { in q_findSbusfile()
782 if (fstat(fcode_fd, &stat) == -1) { in q_load_file()
993 if (fstat(fcode_fd, &stat) == -1) { in fcode_load_file()
1373 if (fstat(fcode_fd, &stat) == -1) { in emulex_fcode_reader()
/illumos-gate/usr/src/cmd/rm/
H A Drm.c281 fstat(rec->fd, &buf) != 0) { in popdir()
446 if (fstat(frame.fd, &temp) != 0 || in rm()
/illumos-gate/usr/src/test/zfs-tests/cmd/randwritecomp/
H A Drandwritecomp.c160 err = fstat(fd, &ss); in main()
/illumos-gate/usr/src/test/smbclient-tests/cmd/cp_mmap/
H A Dcp_mmap.c121 if (fstat(src_fid, &sb) == -1) { in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/dir/
H A Dgetdents.c61 if (fstat(fd, &st)) return(-1);

12345678910>>...17