HomeSort by: relevance | last modified time | path
    Searched defs:fstat (Results 1 - 25 of 76) sorted by relevancy

1 2 3 4

  /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
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
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_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___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
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
rmt.h 52 #define fstat rmtfstat macro
  /src/external/bsd/libpcap/dist/testprogs/
unix.h 44 #define fstat _fstat macro
unix.h 44 #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); }
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
file_io.h 26 # define fstat _fstat64 macro
  /src/sys/external/bsd/acpica/dist/include/platform/
acwin64.h 83 #define fstat _fstat macro

Completed in 166 milliseconds

1 2 3 4