Home
last modified time | relevance | path

Searched defs:fstat (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/sys/lib/libsa/
H A Dfstat.c38 fstat(int fd, struct stat *sb) in fstat() function
/openbsd-src/regress/usr.sbin/syslogd/
H A DSyslogd.pm272 sub fstat { subroutine
/openbsd-src/gnu/usr.bin/binutils/gdb/gdbserver/
H A Di387-fp.c37 unsigned int fstat; member
53 unsigned short fstat; member
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Dconfig-gas.com131 extern int access(), dup(), dup2(), fstat(), stat(); function
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Di387-tdep.c211 ULONGEST fstat; in i387_print_float_info() local
779 ULONGEST fstat; in i387_return_value() local
H A Di386-tdep.c1335 ULONGEST fstat; in i386_store_return_value() local
1515 ULONGEST fstat; in i386_mmx_regnum_to_fp_regnum() local
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp141 int fstat(int fd, struct stat *buf) { STAT(fstat, fd, buf); } in fstat() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextNetBSD_i386.cpp37 uint16_t fstat; // FPU Status Word (fsw) member
H A DRegisterContextLinux_i386.cpp37 uint16_t fstat; // FPU Status Word (fsw) member
H A DRegisterContext_x86.h268 uint16_t fstat; // FPU Status Word (fsw) member
/openbsd-src/gnu/usr.bin/binutils/include/gdb/
H A Dcallback.h95 int (*fstat) PARAMS ((host_callback *, int, struct stat *)); member
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp126 DECLARE__REAL_AND_INTERNAL64(uptr, fstat, fd_t fd, void *buf) { in DECLARE__REAL_AND_INTERNAL64() argument
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32iop.h242 #define fstat(fd,bufptr) win32_fstat(fd,bufptr) macro
/openbsd-src/gnu/llvm/libcxx/src/filesystem/
H A Dposix_compat.h225 int fstat(int fd, StatT *buf) { in fstat() function
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp41 #define fstat __fstat50 macro
670 INTERCEPTOR(int, fstat, int fd, void *buf) { in INTERCEPTOR() argument
/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-hooks2.c1246 WRAPPER2(int , fstat, int filedes, struct stat *buf) in WRAPPER2() argument
/openbsd-src/sys/dev/ic/
H A Daic79xx.c6033 uint8_t fstat; in ahd_init() local
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1631 TSAN_INTERCEPTOR(int, fstat, int fd, void *buf) { in TSAN_INTERCEPTOR() argument
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c109 #define fstat(fd,stbuf) VMS_fstat (fd,stbuf) macro
/openbsd-src/gnu/usr.bin/perl/
H A Dperl.h3377 # define fstat fstat6 global() macro