Home
last modified time | relevance | path

Searched refs:_fstat (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-14.2/lib/libc/sys/
H A Dfstat.c36 __weak_reference(_fstat, fstat);
38 #pragma weak _fstat macro
40 _fstat(int fd, struct stat *sb) in _fstat() function
/freebsd-14.2/lib/libc/gen/
H A Dgetcwd.c118 if (dir != NULL ? _fstat(_dirfd(dir), &s) : lstat(".", &s)) in getcwd()
146 if (!(dir = fdopendir(fd)) || _fstat(_dirfd(dir), &s)) { in getcwd()
H A Dpututxline.c54 if (_fstat(fd, &sb) != -1 && sb.st_size % sizeof(struct futx) != 0) { in futx_open()
249 if (_fstat(fd, &sb) != -1 && sb.st_size % sizeof(struct futx) != 0) in utx_lastlogin_upgrade()
H A Dsem_new.c181 if (fd == -1 || _fstat(fd, &sb) == -1) { in _sem_open()
212 if (fd == -1 || _fstat(fd, &sb) == -1) in _sem_open()
H A Dgetutxent.c74 if (_fstat(fileno(uf), &sb) != -1 && in setutxdb()
H A Dnlist.c144 _fstat(fd, &st) < 0) in __elf_fdnlist()
/freebsd-14.2/contrib/libpcap/testprogs/
H A Dunix.h44 #define fstat _fstat
/freebsd-14.2/lib/libc/stdio/
H A Dfseek.c174 fp->_file < 0 || _fstat(fp->_file, &st) || in _fseeko()
190 if (_fstat(fp->_file, &st)) in _fseeko()
H A Dmakebuf.c93 if (fp->_file < 0 || _fstat(fp->_file, &st) < 0) { in __swhatbuf()
/freebsd-14.2/tools/build/libc-bootstrap/
H A Dnamespace.h40 #define _fstat(a, b) fstat(a, b) macro
/freebsd-14.2/lib/libc/iconv/
H A Dcitrus_mmap.c65 if (_fstat(fd, &st) == -1) { in _citrus_map_file()
/freebsd-14.2/contrib/processor-trace/libipt/src/windows/
H A Dpt_section_windows.c52 errcode = _fstat(fd, stat); in pt_sec_windows_fstat()
99 errcode = _fstat(fd, &stat); in check_file_status()
/freebsd-14.2/libexec/rtld-elf/rtld-libc/
H A Drtld_libc.h78 #define _fstat(fd, sb) __sys_fstat(fd, sb) macro
H A DMakefile.inc59 thr_self thr_kill pread mmap lseek _exit _fstat _fstatat _fstatfs \
/freebsd-14.2/lib/libc/locale/
H A Dldpart.c92 if (_fstat(fd, &st) != 0) in __part_load_locale()
H A Drune.c79 if (_fstat(fd, &sb) < 0) { in _Read_RuneMagi()
/freebsd-14.2/lib/libc/db/recno/
H A Drec_open.c144 if (_fstat(rfd, &sb)) in __rec_open()
/freebsd-14.2/crypto/openssl/crypto/rand/
H A Drandfile.c45 # define fstat _fstat
/freebsd-14.2/lib/libc/include/
H A Dnamespace.h69 #define fstat _fstat
/freebsd-14.2/lib/libc/db/btree/
H A Dbt_open.c210 if (_fstat(t->bt_fd, &sb)) in __bt_open()
/freebsd-14.2/lib/libc/db/mpool/
H A Dmpool.c74 if (_fstat(fd, &sb)) in mpool_open()
/freebsd-14.2/contrib/bc/include/
H A Dstatus.h75 #define fstat _fstat
/freebsd-14.2/lib/libc/nls/
H A Dmsgcat.c416 if (_fstat(fd, &st) != 0) { in load_msgcat()
/freebsd-14.2/contrib/ntp/sntp/libevent/sample/
H A Dhttp-server.c68 #define fstat _fstat
/freebsd-14.2/contrib/libevent/sample/
H A Dhttp-server.c68 #define fstat _fstat

12