HomeSort by relevance Sort by last modified time
    Searched defs:statvfs (Results 1 - 6 of 6) sorted by null

  /external/openssh/openbsd-compat/
bsd-statvfs.c 1 /* $Id: bsd-statvfs.c,v 1.1 2008/06/08 17:32:29 dtucker Exp $ */
24 int statvfs(const char *path, struct statvfs *buf) function
32 int fstatvfs(int fd, struct statvfs *buf)
bsd-statvfs.h 1 /* $Id: bsd-statvfs.h,v 1.1 2008/06/08 17:32:29 dtucker Exp $ */
44 struct statvfs { struct
63 int statvfs(const char *, struct statvfs *);
67 int fstatvfs(int, struct statvfs *);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
statvfs.h 20 # error "Never include <bits/statvfs.h> directly; use <sys/statvfs.h> instead."
29 struct statvfs struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
statvfs.h 20 # error "Never include <bits/statvfs.h> directly; use <sys/statvfs.h> instead."
29 struct statvfs struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
statvfs.h 20 # error "Never include <bits/statvfs.h> directly; use <sys/statvfs.h> instead."
29 struct statvfs struct
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 272 /// int fstatvfs(int fildes, struct statvfs *buf);
500 /// int statvfs(const char *path, struct statvfs *buf);
501 statvfs, enumerator in enum:llvm::LibFunc::Func

Completed in 356 milliseconds