| /src/sys/lib/libsa/ |
| fstat.c | 1 /* $NetBSD: fstat.c,v 1.7 2007/12/02 04:59:25 tsutsui Exp $ */ 37 fstat(int fd, struct stat *sb) function
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| warn_stat.h | 22 #define fstat(f, s) warn_fstat((f), (s)) macro
|
| /src/lib/libc/compat/gen/ |
| compat_glob.c | 33 #define fstat __compat_fstat macro
|
| compat___fts31.c | 45 #define fstat __compat___fstat30 macro
|
| compat___fts32.c | 51 #define fstat __compat___fstat30 macro
|
| compat_fts.c | 67 #define fstat __compat_fstat macro
|
| compat___fts13.c | 47 #define fstat __compat___fstat13 macro
|
| compat___fts30.c | 37 #define fstat __compat___fstat30 macro
|
| /src/include/ |
| rmt.h | 52 #define fstat rmtfstat macro
|
| /src/external/bsd/libpcap/dist/testprogs/ |
| unix.h | 44 #define fstat _fstat macro
|
| /src/sys/external/bsd/acpica/dist/include/platform/ |
| acwin64.h | 83 #define fstat _fstat macro
|
| acwin.h | 109 #define fstat _fstat macro
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/ |
| sanitizer_wrappers.cc | 148 int fstat(int fd, struct stat *buf) { STAT(fstat, fd, buf); } function 159 int __fxstat(int version, int fd, struct stat *buf) { STAT(fstat, fd, buf); }
|
| /src/external/public-domain/xz/dist/src/xz/ |
| file_io.h | 26 # define fstat _fstat64 macro
|
| /src/crypto/external/apache2/openssl/dist/crypto/rand/ |
| randfile.c | 45 #define fstat _fstat macro 112 if (fstat(fileno(in), &sb) < 0) {
|
| /src/crypto/external/bsd/openssl/dist/crypto/rand/ |
| randfile.c | 45 # define fstat _fstat macro 113 if (fstat(fileno(in), &sb) < 0) {
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/rand/ |
| randfile.c | 36 # define fstat _fstat macro 104 if (fstat(fileno(in), &sb) < 0) {
|
| /src/sys/rump/include/rump/ |
| rump_syscallshotgun.h | 109 #define fstat(a,b) rump_sys_fstat(a,b) macro
|
| /src/external/bsd/libevent/dist/sample/ |
| http-server.c | 68 #ifndef fstat 69 #define fstat _fstat macro 319 if (fstat(fd, &st)<0) { 322 perror("fstat");
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| i387-fp.cc | 43 unsigned short fstat; member in struct:i387_fsave 63 unsigned short fstat; member in struct:i387_fxsave 161 fp->fstat = regcache_raw_get_unsigned_by_name (regcache, "fstat"); 186 val = fp->fstat & 0xFFFF; 187 supply_register_by_name (regcache, "fstat", &val); 231 fp->fstat = regcache_raw_get_unsigned_by_name (regcache, "fstat"); 282 fp->fstat = 0; 501 val = regcache_raw_get_unsigned_by_name (regcache, "fstat"); [all...] |
| /src/external/gpl3/gdb/dist/gdbserver/ |
| i387-fp.cc | 43 unsigned short fstat; member in struct:i387_fsave 63 unsigned short fstat; member in struct:i387_fxsave 161 fp->fstat = regcache_raw_get_unsigned_by_name (regcache, "fstat"); 186 val = fp->fstat & 0xFFFF; 187 supply_register_by_name (regcache, "fstat", &val); 231 fp->fstat = regcache_raw_get_unsigned_by_name (regcache, "fstat"); 282 fp->fstat = 0; 501 val = regcache_raw_get_unsigned_by_name (regcache, "fstat"); [all...] |
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
| fsif.h | 151 struct fsif_stat_request fstat; member in union:fsif_request::__anon6603 171 struct fsif_stat_response fstat; member in union:fsif_response::__anon6604
|
| /src/external/apache2/llvm/dist/libcxx/src/filesystem/ |
| posix_compat.h | 224 int fstat(int fd, StatT *buf) { function in namespace:detail::__anon3639 493 using ::fstat;
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_windows.h | 96 #ifdef fstat 97 #undef fstat macro 99 #define fstat __la_fstat macro
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| i387-tdep.c | 210 ULONGEST fstat; local 232 I387_FSTAT_REGNUM (tdep), &fstat); 248 top = ((fstat >> 11) & 7); 304 print_i387_status_word (fstat_p, fstat, file); 426 4, /* `fstat' (16 bits). */ 552 2, /* `fstat' (16 bits). */ 1972 ULONGEST fstat; 1978 regcache_raw_read_unsigned (regcache, I387_FSTAT_REGNUM (tdep), &fstat); 1979 fstat |= (7 << 11); 1980 regcache_raw_write_unsigned (regcache, I387_FSTAT_REGNUM (tdep), fstat); 1967 ULONGEST fstat; local [all...] |