Searched defs:fstat (Results 1 - 11 of 11) sorted by path

/external/bison/darwin-lib/sys/
H A Dstat.h647 # undef fstat
648 # define fstat rpl_fstat
650 _GL_FUNCDECL_RPL (fstat, int, (int fd, struct stat *buf) _GL_ARG_NONNULL ((2)));
651 _GL_CXXALIAS_RPL (fstat, int, (int fd, struct stat *buf));
653 _GL_CXXALIAS_SYS (fstat, int, (int fd, struct stat *buf));
655 _GL_CXXALIASWARN (fstat); variable
658 # define fstat _fstati64 macro
660 # undef fstat macro
662 _GL_WARN_ON_USE (fstat, "fstat ha
[all...]
/external/bison/lib/
H A Dfstat.c0 /* fstat() replacement.
23 /* Get the original definition of fstat. It might be defined as a macro. */
29 # undef fstat /* avoid warning on mingw64 with _FILE_OFFSET_BITS=64 */ macro
30 # define fstat _fstati64 macro
37 return fstat (fd, buf);
/external/bison/linux-lib/sys/
H A Dstat.h647 # undef fstat
648 # define fstat rpl_fstat
650 _GL_FUNCDECL_RPL (fstat, int, (int fd, struct stat *buf) _GL_ARG_NONNULL ((2)));
651 _GL_CXXALIAS_RPL (fstat, int, (int fd, struct stat *buf));
653 _GL_CXXALIAS_SYS (fstat, int, (int fd, struct stat *buf));
655 _GL_CXXALIASWARN (fstat); variable
658 # define fstat _fstati64 macro
660 # undef fstat macro
662 _GL_WARN_ON_USE (fstat, "fstat ha
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_proxy.cc391 int result = fstat(fd, buf);
545 int KernelProxy::fstat(int fd, struct stat* buf) { function in class:nacl_io::KernelProxy
H A Dkernel_wrap_bionic.cc125 OP(fstat); \
180 int WRAP(fstat)(int fd, struct nacl_abi_stat* nacl_buf) { function
375 CHECK_REAL(fstat);
377 int err = REAL(fstat)(fd, (struct stat*)&st);
H A Dkernel_wrap_newlib.cc66 OP(fdio, fstat); \
130 int WRAP(fstat)(int fd, struct stat* buf) { function
292 CHECK_REAL(fstat);
293 return REAL(fstat)(fd, buf);
/external/e2fsprogs/include/nonunix/
H A Dunistd.h21 #define fstat _fstat macro
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h313 /// int fstat(int fildes, struct stat *buf);
314 fstat, enumerator in enum:llvm::LibFunc::Func
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/tcpdump/
H A Dtcpdump-stdinc.h65 #define fstat _fstat macro
/external/valgrind/main/coregrind/
H A Dm_libcfile.c56 return VG_(fstat)(fd, &st) == 0;
260 /* stat/fstat support. It's uggerly. We have impedance-match into a
321 Int VG_(fstat) ( Int fd, struct vg_stat* vgbuf ) function
358 Int res = VG_(fstat)( fd, &buf );

Completed in 564 milliseconds