/third_party/musl/src/stat/ |
D | fstat.c | 14 weak_alias(fstat, fstat64);
|
/third_party/musl/compat/time32/ |
D | fstat_time32.c | 17 weak_alias(fstat, fstat64);
|
/third_party/gptfdisk/ |
D | diskio.cc | 23 #define fstat64 fstat macro
|
D | diskio.h | 33 #define fstat64 fstat macro
|
D | diskio-unix.cc | 83 if (fstat64(fd, &st) == 0) { in OpenForRead() 493 if (fstat64(fd, &st) == 0) { in DiskSize()
|
D | diskio-windows.cc | 22 #define fstat64 fstat macro
|
/third_party/boost/boost/iostreams/detail/config/ |
D | rtl.hpp | 60 # define BOOST_IOSTREAMS_FD_FSTAT fstat64
|
/third_party/mesa3d/src/drm-shim/ |
D | drm_shim.c | 91 REAL_FUNCTION_POINTER(fstat64); 228 GET_FUNCTION_POINTER(fstat64); in init_shim() 479 PUBLIC int fstat64(int fd, struct stat64* stat_buf) in fstat64() function
|
/third_party/ltp/testcases/kernel/mem/mmapstress/ |
D | mmapstress10.c | 569 if (fstat64(fd_mapper, &statbuf) == -1) { 733 if (fstat64(fd_writer, &statbuf) == -1) { 809 if (fstat64(fd, &statbuf) == -1) {
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | stat.h | 103 #define fstat64 fstat macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | stat.h | 103 #define fstat64 fstat macro
|
/third_party/musl/include/sys/ |
D | stat.h | 103 #define fstat64 fstat macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | stat.h | 103 #define fstat64 fstat macro
|
/third_party/musl/porting/linux/user/include/sys/ |
D | stat.h | 103 #define fstat64 fstat macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | stat.h | 103 int fstat64(int, struct stat64 *);
|
/third_party/musl/ndk_musl_include/sys/ |
D | stat.h | 102 #define fstat64 fstat macro
|
/third_party/e2fsprogs/lib/blkid/ |
D | getsize.c | 168 if (fstat64(fd, &st) == 0) in blkid_get_dev_size()
|
/third_party/e2fsprogs/util/ |
D | copy_sparse.c | 190 if (fstat64(ofd, &fileinfo) < 0) { in copy_sparse_file()
|
/third_party/ltp/testcases/kernel/fs/fsstress/ |
D | fsstress.c | 1448 if (fstat64(fd, &stb) < 0) { in allocsp_f() 1807 if (fstat64(fd, &stb) < 0) { in dread_f() 1906 if (fstat64(fd, &stb) < 0) { in dwrite_f() 2023 if (fstat64(fd, &stb) < 0) { in freesp_f() 2252 if (fstat64(fd, &stb) < 0) { in read_f() 2388 if (fstat64(fd, &stb) < 0) { in resvsp_f() 2600 if (fstat64(fd, &stb) < 0) { in unresvsp_f() 2654 if (fstat64(fd, &stb) < 0) { in write_f()
|
/third_party/e2fsprogs/contrib/ |
D | fsstress.c | 1480 if (fstat64(fd, &stb) < 0) { in allocsp_f() 1839 if (fstat64(fd, &stb) < 0) { in dread_f() 1938 if (fstat64(fd, &stb) < 0) { in dwrite_f() 2055 if (fstat64(fd, &stb) < 0) { in freesp_f() 2284 if (fstat64(fd, &stb) < 0) { in read_f() 2420 if (fstat64(fd, &stb) < 0) { in resvsp_f() 2632 if (fstat64(fd, &stb) < 0) { in unresvsp_f() 2686 if (fstat64(fd, &stb) < 0) { in write_f()
|
/third_party/f2fs-tools/tools/ |
D | fibmap.c | 167 if (fstat64(fd, &st) < 0) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RTDyldMemoryManager.cpp | 247 if (Name == "fstat64") return (uint64_t)&fstat64; in getSymbolAddressInProcess()
|
/third_party/ltp/include/lapi/syscalls/ |
D | sparc64.in | 60 fstat64 63
|
D | sh.in | 176 fstat64 197
|
D | mips_o32.in | 216 fstat64 4215
|