Home | History | Annotate | Download | only in Modules

Lines Matching defs:statvfs

20 #  pragma weak statvfs
1761 "statvfs_result: Result from statvfs or fstatvfs.\n\n\
1766 See os.statvfs for more information.");
9138 needed definitions in sys/statvfs.h */
9141 #include <sys/statvfs.h>
9144 _pystatvfs_fromstructstatvfs(struct statvfs st) {
9194 Equivalent to statvfs(fd).
9203 struct statvfs st;
9220 #include <sys/statvfs.h>
9222 os.statvfs
9226 Perform a statvfs system call on the given path.
9238 struct statvfs st;
9246 fd_specified("statvfs", path->fd);
9254 result = statvfs(path->narrow, &st);
12603 /* statvfs */
13066 if (statvfs == NULL) {
13067 if (PyObject_DelAttrString(m, "statvfs") == -1) {