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

12

/freebsd-12-stable/lib/libc/sys/
H A Dfstat.c39 __weak_reference(_fstat, fstat);
41 #pragma weak _fstat macro
43 _fstat(int fd, struct stat *sb) function
H A DMakefile.inc41 PSEUDO+= _fstat.o _fstatat.o _fstatfs.o _getfsstat.o _statfs.o
/freebsd-12-stable/contrib/libpcap/testprogs/
H A Dunix.h44 #define fstat _fstat
/freebsd-12-stable/lib/libc/iconv/
H A Dcitrus_mmap.c67 if (_fstat(fd, &st) == -1) {
/freebsd-12-stable/lib/libc/gen/
H A Dgetcwd.c120 if (dir != NULL ? _fstat(_dirfd(dir), &s) : lstat(".", &s))
148 if (!(dir = fdopendir(fd)) || _fstat(_dirfd(dir), &s)) {
H A Dpututxline.c57 if (_fstat(fd, &sb) != -1 && sb.st_size % sizeof(struct futx) != 0) {
252 if (_fstat(fd, &sb) != -1 && sb.st_size % sizeof(struct futx) != 0)
H A Dgetutxent.c82 if (_fstat(fileno(uf), &sb) != -1 &&
H A Dnlist.c119 if ((_fstat(fd, &st) < 0) || (st.st_size < sizeof(struct exec)))
255 _fstat(fd, &st) < 0)
H A Dsem_new.c183 if (fd == -1 || _fstat(fd, &sb) == -1) {
214 if (fd == -1 || _fstat(fd, &sb) == -1)
/freebsd-12-stable/lib/libc/stdio/
H A Dmakebuf.c57 * optimisation) right after the _fstat() that finds the buffer size.
96 if (fp->_file < 0 || _fstat(fp->_file, &st) < 0) {
H A Dfseek.c177 fp->_file < 0 || _fstat(fp->_file, &st) ||
193 if (_fstat(fp->_file, &st))
/freebsd-12-stable/lib/libc/locale/
H A Dldpart.c95 if (_fstat(fd, &st) != 0)
H A Drune.c82 if (_fstat(fd, &sb) < 0) {
H A Dcollate.c139 if (_fstat(fd, &sbuf) < 0) {
/freebsd-12-stable/contrib/processor-trace/libipt/src/windows/
H A Dpt_section_windows.c52 errcode = _fstat(fd, stat);
99 errcode = _fstat(fd, &stat);
/freebsd-12-stable/contrib/tcpdump/
H A Dnetdissect-stdinc.h152 #define fstat _fstat
/freebsd-12-stable/contrib/bc/include/
H A Dbcl.h169 #define fstat _fstat
/freebsd-12-stable/lib/libc/db/recno/
H A Drec_open.c147 if (_fstat(rfd, &sb))
/freebsd-12-stable/lib/libc/include/
H A Dnamespace.h71 #define fstat _fstat
/freebsd-12-stable/crypto/openssl/crypto/rand/
H A Drandfile.c36 # define fstat _fstat
/freebsd-12-stable/contrib/libevent/sample/
H A Dhttp-server.c55 #define fstat _fstat
/freebsd-12-stable/lib/libc/db/btree/
H A Dbt_open.c213 if (_fstat(t->bt_fd, &sb))
/freebsd-12-stable/lib/libc/db/mpool/
H A Dmpool.c77 if (_fstat(fd, &sb))
/freebsd-12-stable/lib/libc/nls/
H A Dmsgcat.c416 if (_fstat(fd, &st) != 0) {
/freebsd-12-stable/lib/libc/net/
H A Drcmd.c484 else if (_fstat(fileno(hostf), &sbuf) < 0)

Completed in 300 milliseconds

12