Searched refs:_fstat (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/mac/inc/sys/
H A Dstat.h31 #define fstat _fstat
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dttyname.c89 if (_fstat(fd, &sb) < 0)
105 if (_fstat(fd, &sb))
191 if (_fstat(fd, &sb))
H A Dgetcwd.c236 if (!(dir = opendir(up)) || _fstat(dirfd(dir), &s))
H A Dopendir.c73 if (_fstat(fd, &statb) != 0)
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dmakebuf.c63 * optimisation) right after the _fstat() that finds the buffer size.
110 if (fp->_file < 0 || _fstat(fp->_file, &st) < 0) {
H A Dfseek.c183 fp->_file < 0 || _fstat(fp->_file, &st) ||
199 if (_fstat(fp->_file, &st))
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dldpart.c80 if (_fstat(fd, &st) != 0)
H A Drune.c137 if (_fstat(fileno(fp), &sb) < 0)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/
H A DckutilsPlatform.h52 #define fstat(f, b) _fstat(f, b)
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dtcpdump-stdinc.h68 #define fstat _fstat
/macosx-10.10.1/bind9-45.101/bind9/
H A Dconfig.h.win32173 #define fstat _fstat
/macosx-10.10.1/Libc-1044.1.2/fbsdcompat/
H A D_fbsd_compat_.h73 #define _fstat fstat macro
/macosx-10.10.1/less-25/less/
H A Ddefines.ds395 #define fstat _fstat
/macosx-10.10.1/Libc-1044.1.2/db/recno/FreeBSD/
H A Drec_open.c145 if (_fstat(rfd, &sb))
/macosx-10.10.1/tidy-15.15/tidy/include/
H A Dplatform.h471 #define fstat _fstat
/macosx-10.10.1/Libc-1044.1.2/db/btree/FreeBSD/
H A Dbt_open.c213 if (_fstat(t->bt_fd, &sb))
/macosx-10.10.1/Libc-1044.1.2/db/mpool/FreeBSD/
H A Dmpool.c75 if (_fstat(fd, &sb))
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dcurl_setup.h377 # define fstat(fdes,stp) _fstat(fdes, stp)
/macosx-10.10.1/Libc-1044.1.2/db/hash/FreeBSD/
H A Dhash.c126 new_table = _fstat(hashp->fp, &statbuf) == 0 &&
/macosx-10.10.1/Libc-1044.1.2/stdtime/FreeBSD/
H A Dlocaltime.c623 if ((_fstat(fid, &stab) < 0) || !S_ISREG(stab.st_mode)) {

Completed in 175 milliseconds