Home
last modified time | relevance | path

Searched refs:fstat (Results 201 – 225 of 419) sorted by relevance

12345678910>>...17

/illumos-gate/usr/src/cmd/mailx/
H A Dquit.c292 fstat(fileno(fbuf), &st); in writeback()
/illumos-gate/usr/src/cmd/filesync/
H A Daction.c1123 ret = fstat(ifd, &statbuf); in copy()
1243 if (fstat(fd, &statb) < 0) in checksparse()
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_scanner.c150 if (fstat(fd, &st) != 0) { in get_pagedata()
1032 if (fstat(lpc->lpc_xmap_fd, &st) != 0) { in lpc_xmap_update()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Domitted.c716 if (r > 0 && !fstat(fd, &st) && st.st_ino == exe[fd]->ino) in close()
770 …if (!suffix(path) && !fstat(fd, &st) && (exe[fd] || (exe[fd] = (Exe_test_t*)malloc(sizeof(Exe_test… in open()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.c680 if (fstat(unit, &stb) < 0 || in srcunit()
1336 if (fstat(0, &buf) < 0) in initdesc_x()
/illumos-gate/usr/src/cmd/logadm/
H A Dmain.c1157 if (fstat(fi, &s) < 0) { in docopytruncate()
1191 if (fstat(fi, &s) < 0) { in docopytruncate()
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_cron.c103 if (fstat(fd, &st) == -1) { in audit_cron_getinfo()
/illumos-gate/usr/src/cmd/ptools/psig/
H A Dpsig.c206 if (fstat(fd, &statb) != 0) { in look()
/illumos-gate/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c159 if (fstat(fd, &st) == 0) in read_stats()
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dmain.c556 if (fstat(fd, &st) == -1) { in setpathlist()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dlinux.c114 if (fstat(fd, &sb) != 0) { in linux_loadkernel()
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dcrle.c382 if (fstat(fd, &ostatus) != 0) { in main()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_open.c218 if (fstat(t->bt_fd, &sb))
/illumos-gate/usr/src/cmd/make/bin/
H A Dmain.cc334 if (fstat(1, &out_stat) < 0) { in main()
337 if (fstat(2, &err_stat) < 0) { in main()
489 if( (fstat(1, &stdout_stat) == 0) in main()
490 && (fstat(2, &stderr_stat) == 0) ) in main()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmp.x1753 ndmp_unix_file_stat fstat; member
1779 ndmp_unix_file_stat fstat; member
/illumos-gate/usr/src/cmd/svr4pkg/pkgserv/
H A Dpkgserv.c750 if (fstat(cnt, &stb) != 0) { in parse_contents()
863 if (fstat(logfd, &stb) != 0) { in parse_log()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmain.c986 (void) fstat(fileno(oldrefs), &statstruct); in build()
1228 (void) fstat(fileno(postings), &statstruct); in build()
/illumos-gate/usr/src/lib/libsmedia/library/common/
H A Dl_misc.c463 if (fstat(door_server, &stat) < 0) { in get_handle_from_fd()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Drcmd.c367 (void)fstat(fileno(hostf), &sbuf); in ruserok()
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dbindings.c281 if (fstat(fd, &stbuf) == -1) { in la_version()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_elfwrite.c408 if (fstat(ifd, &st) < 0) in ctf_elfwrite()
/illumos-gate/usr/src/cmd/format/
H A Dcheckdev.c152 if (fstat(mfd, &stbuf) == -1 || !S_ISCHR(stbuf.st_mode)) { in getpartition()
/illumos-gate/usr/src/cmd/acct/
H A Dwtmpfix.c361 if (fstat(fileno(Wtmpx), &Wtstat) == -1) { in scanfile()
/illumos-gate/usr/src/lib/libnsl/yp/
H A Ddbm.c90 (void) fstat(dirf, &statb); in dbminit()
/illumos-gate/usr/src/cmd/unpack/
H A Dunpack.c382 (void) fstat(infile, &status); in main()

12345678910>>...17