Searched refs:fstat (Results 226 - 250 of 400) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/
H A Dmpool.c74 if (fstat(fd, &sb))
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Drcmd.c367 (void)fstat(fileno(hostf), &sbuf);
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dcollate.c98 if (fstat(fd, &sbuf) < 0) {
/illumos-gate/usr/src/cmd/pcidr/
H A Dpcidr.c599 fstat(fileno(stdout), &statbuf) == 0)
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dlinux.c120 if (fstat(fd, &sb) != 0) {
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhistory.c452 return(fstat(fd,&statb)>=0 && (time((time_t*)0)-statb.st_mtime) >= HIST_RECENT);
491 if(fstat(sffileno(hist_old->histfp),&statb)>=0)
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dsubshell.c156 if((sfset(sfstdout,0,0)&SF_STRING) || fstat(1,&statb)<0)
164 if(fd==1 || ((shp->fdstatus[fd]&(IONOSEEK|IOSEEK|IOWRITE))!=(IOSEEK|IOWRITE)) || fstat(fd,&statx)<0)
/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_utility.c684 if (s < 0 || fstat(s, &stbuf) != 0)
764 if (s < 0 || fstat(s, &stbuf) != 0)
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dkey_call.c980 fstat(fd, &stbuf) == -1) {
997 if (fstat(kcp->fd, &stbuf) == -1) {
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_bind.c1176 fstat(fd, &stbuf) == -1) {
1193 if (fstat(pdomb->fd, &stbuf) == -1) {
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dndbm.c139 (void) fstat(db->dbm_dirf, &statb);
405 if (dbm_error(db) || fstat(db->dbm_pagf, &statb) < 0)
/illumos-gate/usr/src/cmd/vt/
H A Dvtdaemon.c430 rval = fstat(eventstream[0], &buf);
1135 if (fstat(doorfd, &st) < 0) {
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_scanner.c152 if (fstat(fd, &st) != 0) {
1033 if (fstat(lpc->lpc_xmap_fd, &st) != 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtrace.c346 if (nfd != -1 && fstat(nfd, &stbuf) == -1) {
366 if (fstat(nfd, &stbuf2) == -1 || !S_ISREG(stbuf2.st_mode) ||
/illumos-gate/usr/src/cmd/csh/
H A Dsh.c676 if (fstat(unit, &stb) < 0 ||
1333 if (fstat(0, &buf) < 0)
/illumos-gate/usr/src/cmd/filesync/
H A Daction.c1122 ret = fstat(ifd, &statbuf);
1242 if (fstat(fd, &statb) < 0)
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dfilehdr.c340 err = fstat(fd, &st);
773 if (fstat(fd, &fd_stat) < 0) {
/illumos-gate/usr/src/cmd/bnu/
H A Dcu.c417 if(fstat(TTYIN, &buff) < 0) {
541 if ( fstat(Cn, &Cnsbuf) == 0 )
H A Duucico.c469 if ( fstat(Ifn,&ttysbuf) == 0 )
564 if ( fstat(Ifn,&ttysbuf) == 0 )
H A Duucleanup.c402 if (fstat(fileno(fp), &s) != 0) {
500 if (fstat(fileno(fp), &s) != 0) {
/illumos-gate/usr/src/cmd/svr4pkg/pkgserv/
H A Dpkgserv.c750 if (fstat(cnt, &stb) != 0) {
863 if (fstat(logfd, &stb) != 0) {
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmain.c988 (void) fstat(fileno(oldrefs), &statstruct);
1230 (void) fstat(fileno(postings), &statstruct);
/illumos-gate/usr/src/lib/libast/common/comp/
H A Domitted.c633 if (r > 0 && !fstat(fd, &st) && st.st_ino == exe[fd]->ino)
687 if (!suffix(path) && !fstat(fd, &st) && (exe[fd] || (exe[fd] = (Exe_test_t*)malloc(sizeof(Exe_test_t)))))
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h111 #define sysfstatf fstat
249 #define sysfstatf fstat
/illumos-gate/usr/src/cmd/logadm/
H A Dmain.c1129 if (fstat(fi, &s) < 0) {
1163 if (fstat(fi, &s) < 0) {

Completed in 99 milliseconds

1234567891011>>