Searched defs:fstat (Results 1 – 14 of 14) sorted by relevance
/external/syslinux/com32/lib/sys/ |
D | fstat.c | 38 int fstat(int fd, struct stat *buf) in fstat() function
|
/external/strace/ |
D | stat.c | 52 SYS_FUNC(fstat) in SYS_FUNC() argument
|
/external/bison/lib/ |
D | fstat.c | 30 # define fstat _fstati64 macro
|
/external/e2fsprogs/include/nonunix/ |
D | unistd.h | 21 #define fstat _fstat macro
|
/external/libjpeg-turbo/md5/ |
D | md5hl.c | 19 #define fstat _fstat macro
|
/external/curl/lib/ |
D | curl_setup.h | 368 # define fstat(fdes,stp) _fstati64(fdes, stp) macro 386 # define fstat(fdes,stp) _fstat(fdes, stp) macro
|
/external/tcpdump/ |
D | netdissect-stdinc.h | 152 #define fstat _fstat macro
|
/external/ImageMagick/MagickCore/ |
D | nt-base.h | 119 # define fstat _fstati64 macro
|
/external/valgrind/coregrind/ |
D | m_libcfile.c | 395 Int VG_(fstat) ( Int fd, struct vg_stat* vgbuf ) in VG_() argument
|
/external/bison/linux-lib/sys/ |
D | stat.h | 658 # define fstat _fstati64 macro
|
/external/fmtlib/test/ |
D | posix-mock-test.cc | 110 int test::fstat(int fd, struct stat *buf) { in fstat() function in test
|
/external/bison/darwin-lib/sys/ |
D | stat.h | 658 # define fstat _fstati64 macro
|
/external/libevent/ |
D | evutil.c | 86 #define fstat _fstati64 macro
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 1359 TSAN_INTERCEPTOR(int, fstat, int fd, void *buf) { in TSAN_INTERCEPTOR() argument
|