Searched refs:fstatvfs (Results 1 – 25 of 27) sorted by relevance
12
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | statvfs.h | 27 int fstatvfs (int, struct statvfs *); 44 #define fstatvfs64 fstatvfs
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | statvfs.h | 30 int fstatvfs (int, struct statvfs *); 47 #define fstatvfs64 fstatvfs
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | statvfs.h | 30 int fstatvfs (int, struct statvfs *); 47 #define fstatvfs64 fstatvfs
|
/third_party/musl/ndk_musl_include/sys/ |
D | statvfs.h | 30 int fstatvfs (int, struct statvfs *); 47 #define fstatvfs64 fstatvfs
|
/third_party/musl/include/sys/ |
D | statvfs.h | 30 int fstatvfs (int, struct statvfs *); 47 #define fstatvfs64 fstatvfs
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | statvfs.h | 30 int fstatvfs (int, struct statvfs *); 47 #define fstatvfs64 fstatvfs
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | statvfs.h | 30 int fstatvfs (int, struct statvfs *); 47 #define fstatvfs64 fstatvfs
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
D | fstatvfs.c | 33 int result = fstatvfs(fd, &sts); in fstatvfs_0100() 65 int result = fstatvfs(-1, &sts); in fstatvfs_0200()
|
D | test_src_functionalext_supplement_stat.gni | 27 "fstatvfs",
|
/third_party/musl/src/stat/ |
D | statvfs.c | 52 int fstatvfs(int fd, struct statvfs *buf) in fstatvfs() function 62 weak_alias(fstatvfs, fstatvfs64);
|
/third_party/musl/libc-test/src/api/ |
D | sys_statvfs.c | 25 {int(*p)(int,struct statvfs*) = fstatvfs;} in f()
|
/third_party/ltp/testcases/kernel/syscalls/fsync/ |
D | fsync02.c | 40 if (fstatvfs(fd, &stat_buf) != 0) { in setup()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 844 /// int fstatvfs(int fildes, struct statvfs *buf); 845 TLI_DEFINE_ENUM_INTERNAL(fstatvfs) 846 TLI_DEFINE_STRING_INTERNAL("fstatvfs")
|
/third_party/musl/ |
D | libc.map.txt | 735 fstatvfs;
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsclone.c | 2563 if (fstatvfs(fd_out, &stvfs) == -1) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Path.inc | 70 #define FSTATVFS fstatvfs
|
/third_party/python/Lib/test/ |
D | test_posix.py | 161 self.assertTrue(posix.fstatvfs(fp.fileno()))
|
/third_party/python/ |
D | pyconfig.h.in | 392 /* Define to 1 if you have the `fstatvfs' function. */
|
D | configure.ac | 4043 AC_CHECK_FUNCS(fseek64 fseeko fstatvfs ftell64 ftello statvfs)
|
D | configure | 13156 for ac_func in fseek64 fseeko fstatvfs ftell64 ftello statvfs
|
/third_party/python/Modules/ |
D | posixmodule.c | 11294 result = fstatvfs(fd, &st); in os_fstatvfs_impl() 11330 result = fstatvfs(path->fd, &st); in os_statvfs_impl()
|
/third_party/python/Doc/whatsnew/ |
D | 2.2.rst | 968 :func:`stat`, :func:`fstat`, :func:`statvfs`, and :func:`fstatvfs` in the
|
D | 3.5.rst | 521 :func:`~os.fstatvfs`, :func:`~os.fsync`, :func:`~os.ftruncate`,
|
/third_party/python/Doc/library/ |
D | os.rst | 914 .. function:: fstatvfs(fd)
|
/third_party/python/Misc/ |
D | HISTORY | 23880 available. The stat(), fstat(), statvfs() and fstatvfs() functions
|
12