Searched defs:fstat (Results 1 - 7 of 7) sorted by relevance

/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/e2fsprogs/include/nonunix/
H A Dunistd.h21 #define fstat _fstat macro
/external/tcpdump/
H A Dtcpdump-stdinc.h65 #define fstat _fstat macro
/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/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/valgrind/coregrind/
H A Dm_libcfile.c286 /* stat/fstat support. It's uggerly. We have impedance-match into a
347 Int VG_(fstat) ( Int fd, struct vg_stat* vgbuf ) function
384 Int res = VG_(fstat)( fd, &buf );
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 358 milliseconds