/freebsd/lib/libc/gen/ |
H A D | getcwd.c | 117 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 D | pututxline.c | 54 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 D | sem_new.c | 181 if (fd == -1 || _fstat(fd, &sb) == -1) { in _sem_open() 212 if (fd == -1 || _fstat(fd, &sb) == -1) in _sem_open()
|
H A D | getutxent.c | 74 if (_fstat(fileno(uf), &sb) != -1 && in setutxdb()
|
H A D | nlist.c | 142 _fstat(fd, &st) < 0) in __elf_fdnlist()
|
/freebsd/lib/libc/stdio/ |
H A D | fseek.c | 171 fp->_file < 0 || _fstat(fp->_file, &st) || in _fseeko() 187 if (_fstat(fp->_file, &st)) in _fseeko()
|
H A D | makebuf.c | 90 if (fp->_file < 0 || _fstat(fp->_file, &st) < 0) { in __swhatbuf()
|
/freebsd/contrib/libpcap/testprogs/ |
H A D | unix.h | 44 #define fstat _fstat
|
/freebsd/tools/build/libc-bootstrap/ |
H A D | namespace.h | 40 #define _fstat(a, b) fstat(a, b) macro
|
/freebsd/lib/libc/iconv/ |
H A D | citrus_mmap.c | 65 if (_fstat(fd, &st) == -1) { in _citrus_map_file()
|
/freebsd/contrib/processor-trace/libipt/src/windows/ |
H A D | pt_section_windows.c | 52 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 D | rtld_libc.h | 77 #define _fstat(fd, sb) __sys_fstat(fd, sb) macro
|
/freebsd/lib/libc/locale/ |
H A D | ldpart.c | 92 if (_fstat(fd, &st) != 0) in __part_load_locale()
|
H A D | rune.c | 76 if (_fstat(fd, &sb) < 0) { in _Read_RuneMagi()
|
H A D | collate.c | 153 if (_fstat(fd, &sbuf) < 0) { in __collate_load_tables_l()
|
/freebsd/lib/libc/db/recno/ |
H A D | rec_open.c | 141 if (_fstat(rfd, &sb)) in __rec_open()
|
/freebsd/crypto/openssl/crypto/rand/ |
H A D | randfile.c | 45 # define fstat _fstat
|
/freebsd/lib/libc/include/ |
H A D | namespace.h | 69 #define fstat _fstat
|
/freebsd/lib/libc/db/btree/ |
H A D | bt_open.c | 207 if (_fstat(t->bt_fd, &sb)) in __bt_open()
|
/freebsd/lib/libc/db/mpool/ |
H A D | mpool.c | 71 if (_fstat(fd, &sb)) in mpool_open()
|
/freebsd/contrib/bc/include/ |
H A D | status.h | 75 #define fstat _fstat
|
/freebsd/contrib/ntp/sntp/libevent/sample/ |
H A D | http-server.c | 68 #define fstat _fstat
|
/freebsd/contrib/libevent/sample/ |
H A D | http-server.c | 68 #define fstat _fstat
|
/freebsd/lib/libc/nls/ |
H A D | msgcat.c | 416 if (_fstat(fd, &st) != 0) { in load_msgcat()
|
/freebsd/lib/libsys/ |
H A D | syscalls.map | 728 _fstat;
|