/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/ |
A D | statvfs.h | 51 extern int statvfs (const char *__restrict __file, 52 struct statvfs *__restrict __buf) 54 libc_hidden_proto(statvfs) 57 extern int __REDIRECT_NTH (statvfs, 59 struct statvfs *__restrict __buf), statvfs64) 62 # define statvfs statvfs64 74 extern int fstatvfs (int __fildes, struct statvfs *__buf) 79 extern int __REDIRECT_NTH (fstatvfs, (int __fildes, struct statvfs *__buf),
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/statfs/ |
A D | statvfs.c | 32 int statvfs (const char *file, struct statvfs *buf) in statvfs() function 47 libc_hidden_def(statvfs)
|
A D | statvfs64.c | 40 struct statvfs buf32; in statvfs64() 42 ret = statvfs (file, &buf32); in statvfs64()
|
A D | fstatvfs.c | 44 int fstatvfs (int fd, struct statvfs *buf) in fstatvfs()
|
A D | Makefile.in | 10 CSRC-y := statvfs.c fstatvfs.c
|
A D | fstatvfs64.c | 40 struct statvfs buf32; in fstatvfs64()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/ |
A D | tst-statvfs.c | 10 struct statvfs s; in main() 14 if (statvfs(argv[i], &s) != 0) { in main()
|
A D | Makefile.in | 14 DODIFF_tst-statvfs := 1 21 OPTS_tst-statvfs := $(MNTENTS)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/ |
A D | sys_statvfs.SUSv4.syms | 2 statvfs
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | statvfs.h | 28 struct statvfs struct
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/ |
A D | ops-common.h | 529 struct ::statvfs f; in _GLIBCXX_VISIBILITY() 530 if (::statvfs(pathname, &f)) in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/filesystem/ |
A D | ops-common.h | 529 struct ::statvfs f; in _GLIBCXX_VISIBILITY() 530 if (::statvfs(pathname, &f)) in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/filesystem/ |
A D | ops-common.h | 520 struct ::statvfs f; in _GLIBCXX_VISIBILITY() 521 if (::statvfs(pathname, &f)) in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/ |
A D | .gitignore | 164 misc/tst-statvfs
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/filesystem/ |
A D | ops.cc | 1160 struct ::statvfs f; in space() 1161 if (::statvfs(p.c_str(), &f)) in space()
|
A D | std-ops.cc | 1440 struct ::statvfs f; in space() 1441 if (::statvfs(p.c_str(), &f)) in space()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/filesystem/ |
A D | ops.cc | 1337 struct ::statvfs f; in space() 1338 if (::statvfs(p.c_str(), &f)) in space()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/filesystem/ |
A D | ops.cc | 1389 struct ::statvfs f; in space() 1390 if (::statvfs(p.c_str(), &f)) in space()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/filesystem/ |
A D | ops.cc | 1387 struct ::statvfs f; in space() 1388 if (::statvfs(p.c_str(), &f)) in space()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/ |
A D | tst-regex2.dat | 990 * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Moved to ... 991 * sysdeps/unix/sysv/linux/bits/statvfs.h: ... here. 993 * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: File removed. 994 * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: File removed.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/ |
A D | config.h.in | 418 /* Define to 1 if you have the <sys/statvfs.h> header file. */
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/ |
A D | config.h.in | 424 /* Define to 1 if you have the <sys/statvfs.h> header file. */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ |
A D | Changelog | 721 o Support statvfs and statfs
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/ |
A D | config.h.in | 475 /* Define to 1 if you have the <sys/statvfs.h> header file. */
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/ |
A D | config.h.in | 422 /* Define to 1 if you have the <sys/statvfs.h> header file. */
|