HomeSort by relevance Sort by last modified time
    Searched refs:fstatvfs (Results 1 - 9 of 9) sorted by null

  /external/openssh/openbsd-compat/
bsd-statvfs.c 32 int fstatvfs(int fd, struct statvfs *buf) function
bsd-statvfs.h 67 int fstatvfs(int, struct statvfs *);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
statvfs.h 74 extern int fstatvfs (int __fildes, struct statvfs *__buf)
78 extern int __REDIRECT_NTH (fstatvfs, (int __fildes, struct statvfs *__buf),
81 # define fstatvfs fstatvfs64 macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
statvfs.h 74 extern int fstatvfs (int __fildes, struct statvfs *__buf)
78 extern int __REDIRECT_NTH (fstatvfs, (int __fildes, struct statvfs *__buf),
81 # define fstatvfs fstatvfs64 macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
statvfs.h 74 extern int fstatvfs (int __fildes, struct statvfs *__buf)
78 extern int __REDIRECT_NTH (fstatvfs, (int __fildes, struct statvfs *__buf),
81 # define fstatvfs fstatvfs64 macro
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 272 /// int fstatvfs(int fildes, struct statvfs *buf);
273 fstatvfs, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 152 "fstatvfs",
482 TLI.setUnavailable(LibFunc::fstatvfs);
  /external/openssh/
sftp-server.c 535 /* fstatvfs extension */
536 buffer_put_cstring(&msg, "fstatvfs@openssh.com");
1216 debug("request %u: fstatvfs \"%s\" (handle %u)",
1222 if (fstatvfs(fd, &st) != 0)
1261 else if (strcmp(request, "fstatvfs@openssh.com") == 0)
    [all...]
configure     [all...]

Completed in 2384 milliseconds