Home
last modified time | relevance | path

Searched refs:statvfs (Results 1 – 25 of 28) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/
A Dstatvfs.h51 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 Dstatvfs.c32 int statvfs (const char *file, struct statvfs *buf) in statvfs() function
47 libc_hidden_def(statvfs)
A Dstatvfs64.c40 struct statvfs buf32; in statvfs64()
42 ret = statvfs (file, &buf32); in statvfs64()
A Dfstatvfs.c44 int fstatvfs (int fd, struct statvfs *buf) in fstatvfs()
A DMakefile.in10 CSRC-y := statvfs.c fstatvfs.c
A Dfstatvfs64.c40 struct statvfs buf32; in fstatvfs64()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/
A Dtst-statvfs.c10 struct statvfs s; in main()
14 if (statvfs(argv[i], &s) != 0) { in main()
A DMakefile.in14 DODIFF_tst-statvfs := 1
21 OPTS_tst-statvfs := $(MNTENTS)
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/
A Dsys_statvfs.SUSv4.syms2 statvfs
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A Dstatvfs.h28 struct statvfs struct
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/
A Dops-common.h529 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 Dops-common.h529 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 Dops-common.h520 struct ::statvfs f; in _GLIBCXX_VISIBILITY()
521 if (::statvfs(pathname, &f)) in _GLIBCXX_VISIBILITY()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/
A D.gitignore164 misc/tst-statvfs
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/filesystem/
A Dops.cc1160 struct ::statvfs f; in space()
1161 if (::statvfs(p.c_str(), &f)) in space()
A Dstd-ops.cc1440 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 Dops.cc1337 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 Dops.cc1389 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 Dops.cc1387 struct ::statvfs f; in space()
1388 if (::statvfs(p.c_str(), &f)) in space()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/
A Dtst-regex2.dat990 * 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 Dconfig.h.in418 /* Define to 1 if you have the <sys/statvfs.h> header file. */
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/
A Dconfig.h.in424 /* Define to 1 if you have the <sys/statvfs.h> header file. */
/l4re-core-master/uclibc/lib/contrib/uclibc/
A DChangelog721 o Support statvfs and statfs
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/
A Dconfig.h.in475 /* Define to 1 if you have the <sys/statvfs.h> header file. */
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/
A Dconfig.h.in422 /* Define to 1 if you have the <sys/statvfs.h> header file. */

Completed in 41 milliseconds

12