Searched refs:fstatvfs (Results 1 – 25 of 31) sorted by relevance
12
/external/openssh/openbsd-compat/ |
D | bsd-statvfs.h | 68 int fstatvfs(int, struct statvfs *);
|
D | bsd-statvfs.c | 73 int fstatvfs(int fd, struct statvfs *buf) in fstatvfs() function
|
/external/elfutils/tests/ |
D | lfs-symbols | 33 fstatvfs
|
/external/ltp/testcases/kernel/syscalls/fsync/ |
D | fsync02.c | 171 if (fstatvfs(fd, &stat_buf) != 0) in setup()
|
/external/openssh/ |
D | PROTOCOL | 387 "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
|
D | sftp-server.c | 1329 if (fstatvfs(fd, &st) != 0) in process_extended_fstatvfs()
|
D | config.h.in | 481 /* Define to 1 if you have the `fstatvfs' function. */
|
D | configure.ac | 1700 fstatvfs \
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 339 ; CHECK: declare void @fstatvfs(...) 340 declare void @fstatvfs(...)
|
D | annotate.ll | 358 ; CHECK: declare i32 @fstatvfs(i32, %opaque* nocapture) [[G0]] 359 declare i32 @fstatvfs(i32, %opaque*)
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 581 /// int fstatvfs(int fildes, struct statvfs *buf); 582 TLI_DEFINE_ENUM_INTERNAL(fstatvfs) 583 TLI_DEFINE_STRING_INTERNAL("fstatvfs")
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 240 TLI.setUnavailable(LibFunc::fstatvfs); in initialize() 753 case LibFunc::fstatvfs: in isValidProtoForLibFunc()
|
/external/python/cpython2/Lib/test/ |
D | test_posix.py | 141 self.assertTrue(posix.fstatvfs(fp.fileno()))
|
/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 398 case LibFunc::fstatvfs: in inferLibFuncAttributes()
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 22 # pragma weak fstatvfs macro 7496 res = fstatvfs(fd, &st); in posix_fstatvfs() 9518 if (fstatvfs == NULL) { in INITFUNC()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 751 TEST(MemorySanitizer, fstatvfs) { in TEST() argument 754 int res = fstatvfs(fd, &st); in TEST()
|
/external/python/cpython2/ |
D | pyconfig.h.in | 249 /* Define to 1 if you have the `fstatvfs' function. */
|
D | configure.ac | 3359 AC_CHECK_FUNCS(fseek64 fseeko fstatvfs ftell64 ftello statvfs)
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 3695 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/ |
D | NEWS | 54 * Added -e trace=%fstatfs option for tracing fstatfs, fstatfs64 and fstatvfs
|
/external/valgrind/memcheck/tests/solaris/ |
D | scalar.stderr.exp | 1811 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/ |
D | 2.2.rst | 968 :func:`stat`, :func:`fstat`, :func:`statvfs`, and :func:`fstatvfs` in the
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1792 fun:fstatvfs=uninstrumented
|
/external/python/cpython2/Doc/library/ |
D | os.rst | 710 .. function:: fstatvfs(fd)
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 1980 os.statvfs()and os.fstatvfs() (if they exist).
|
12