Home
last modified time | relevance | path

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

12

/freebsd/lib/libc/gen/
H A Dgetcwd.c117 if (dir != NULL ? _fstat(_dirfd(dir), &s) : lstat(".", &s)) in __ssp_real()
145 if (!(dir = fdopendir(fd)) || _fstat(_dirfd(dir), &s)) { in __ssp_real()
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.c142 _fstat(fd, &st) < 0) in __elf_fdnlist()
/freebsd/lib/libc/stdio/
H A Dfseek.c171 fp->_file < 0 || _fstat(fp->_file, &st) || in _fseeko()
187 if (_fstat(fp->_file, &st)) in _fseeko()
H A Dmakebuf.c90 if (fp->_file < 0 || _fstat(fp->_file, &st) < 0) { in __swhatbuf()
/freebsd/contrib/libpcap/testprogs/
H A Dunix.h44 #define fstat _fstat
/freebsd/tools/build/libc-bootstrap/
H A Dnamespace.h40 #define _fstat(a, b) fstat(a, b) macro
/freebsd/lib/libc/iconv/
H A Dcitrus_mmap.c65 if (_fstat(fd, &st) == -1) { in _citrus_map_file()
/freebsd/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/libexec/rtld-elf/rtld-libc/
H A Drtld_libc.h77 #define _fstat(fd, sb) __sys_fstat(fd, sb) macro
/freebsd/lib/libc/locale/
H A Dldpart.c92 if (_fstat(fd, &st) != 0) in __part_load_locale()
H A Drune.c76 if (_fstat(fd, &sb) < 0) { in _Read_RuneMagi()
H A Dcollate.c153 if (_fstat(fd, &sbuf) < 0) { in __collate_load_tables_l()
/freebsd/lib/libc/db/recno/
H A Drec_open.c141 if (_fstat(rfd, &sb)) in __rec_open()
/freebsd/crypto/openssl/crypto/rand/
H A Drandfile.c45 # define fstat _fstat
/freebsd/lib/libc/include/
H A Dnamespace.h69 #define fstat _fstat
/freebsd/lib/libc/db/btree/
H A Dbt_open.c207 if (_fstat(t->bt_fd, &sb)) in __bt_open()
/freebsd/lib/libc/db/mpool/
H A Dmpool.c71 if (_fstat(fd, &sb)) in mpool_open()
/freebsd/contrib/bc/include/
H A Dstatus.h75 #define fstat _fstat
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dhttp-server.c68 #define fstat _fstat
/freebsd/contrib/libevent/sample/
H A Dhttp-server.c68 #define fstat _fstat
/freebsd/lib/libc/nls/
H A Dmsgcat.c416 if (_fstat(fd, &st) != 0) { in load_msgcat()
/freebsd/lib/libsys/
H A Dsyscalls.map728 _fstat;

12