Home
last modified time | relevance | path

Searched refs:fstatvfs (Results 1 – 25 of 31) sorted by relevance

12

/external/openssh/openbsd-compat/
Dbsd-statvfs.h68 int fstatvfs(int, struct statvfs *);
Dbsd-statvfs.c73 int fstatvfs(int fd, struct statvfs *buf) in fstatvfs() function
/external/elfutils/tests/
Dlfs-symbols33 fstatvfs
/external/ltp/testcases/kernel/syscalls/fsync/
Dfsync02.c171 if (fstatvfs(fd, &stat_buf) != 0) in setup()
/external/openssh/
DPROTOCOL387 "fstatvfs@openssh.com"
389 These requests correspond to the statvfs and fstatvfs POSIX system
397 The "fstatvfs@openssh.com" operates on an open file handle:
400 string "fstatvfs@openssh.com"
424 Both the "statvfs@openssh.com" and "fstatvfs@openssh.com" extensions are
Dsftp-server.c1329 if (fstatvfs(fd, &st) != 0) in process_extended_fstatvfs()
Dconfig.h.in481 /* Define to 1 if you have the `fstatvfs' function. */
Dconfigure.ac1700 fstatvfs \
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll339 ; CHECK: declare void @fstatvfs(...)
340 declare void @fstatvfs(...)
Dannotate.ll358 ; CHECK: declare i32 @fstatvfs(i32, %opaque* nocapture) [[G0]]
359 declare i32 @fstatvfs(i32, %opaque*)
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def581 /// int fstatvfs(int fildes, struct statvfs *buf);
582 TLI_DEFINE_ENUM_INTERNAL(fstatvfs)
583 TLI_DEFINE_STRING_INTERNAL("fstatvfs")
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp240 TLI.setUnavailable(LibFunc::fstatvfs); in initialize()
753 case LibFunc::fstatvfs: in isValidProtoForLibFunc()
/external/python/cpython2/Lib/test/
Dtest_posix.py141 self.assertTrue(posix.fstatvfs(fp.fileno()))
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp398 case LibFunc::fstatvfs: in inferLibFuncAttributes()
/external/python/cpython2/Modules/
Dposixmodule.c22 # pragma weak fstatvfs macro
7496 res = fstatvfs(fd, &st); in posix_fstatvfs()
9518 if (fstatvfs == NULL) { in INITFUNC()
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc751 TEST(MemorySanitizer, fstatvfs) { in TEST() argument
754 int res = fstatvfs(fd, &st); in TEST()
/external/python/cpython2/
Dpyconfig.h.in249 /* Define to 1 if you have the `fstatvfs' function. */
Dconfigure.ac3359 AC_CHECK_FUNCS(fseek64 fseeko fstatvfs ftell64 ftello statvfs)
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc3695 INTERCEPTOR(int, fstatvfs, int fd, void *buf) {
3697 COMMON_INTERCEPTOR_ENTER(ctx, fstatvfs, fd, buf);
3701 int res = REAL(fstatvfs)(fd, buf);
3707 COMMON_INTERCEPT_FUNCTION(fstatvfs);
/external/strace/
DNEWS54 * Added -e trace=%fstatfs option for tracing fstatfs, fstatfs64 and fstatvfs
/external/valgrind/memcheck/tests/solaris/
Dscalar.stderr.exp1811 Syscall param fstatvfs(fd) contains uninitialised byte(s)
1814 Syscall param fstatvfs(buf) contains uninitialised byte(s)
1817 Syscall param fstatvfs(buf) points to unaddressable byte(s)
/external/python/cpython2/Doc/whatsnew/
D2.2.rst968 :func:`stat`, :func:`fstat`, :func:`statvfs`, and :func:`fstatvfs` in the
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1792 fun:fstatvfs=uninstrumented
/external/python/cpython2/Doc/library/
Dos.rst710 .. function:: fstatvfs(fd)
/external/python/cpython2/Misc/
Dcheatsheet1980 os.statvfs()and os.fstatvfs() (if they exist).

12