Searched defs:fstat (Results 1 - 17 of 17) 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.h139 #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/curl/lib/
H A Dcurl_setup.h361 # undef fstat macro
362 # define fstat(fdes,stp) _fstati64(fdes, stp) macro
380 # define fstat(fdes,stp) _fstat(fdes, stp) macro
/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/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem.py1290 def fstat(self, file_des): member in class:FakeOsModule
/external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem.py1308 def fstat(self, file_des): member in class:FakeOsModule
/external/valgrind/coregrind/
H A Dm_libcfile.c318 /* stat/fstat support. It's uggerly. We have impedance-match into a
395 Int VG_(fstat) ( Int fd, struct vg_stat* vgbuf ) function
446 Int res = VG_(fstat)( fd, &buf );
/external/libevent/
H A Devutil.c86 #define fstat _fstati64 macro
148 if (fstat(fd, &st) || st.st_size < 0 ||
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 486 milliseconds