/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. */
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 465 ; CHECK: declare void @fstatvfs(...) 466 declare void @fstatvfs(...)
|
D | annotate.ll | 484 ; CHECK: declare i32 @fstatvfs(i32, %opaque* nocapture) [[G0]] 485 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 766 /// int fstatvfs(int fildes, struct statvfs *buf); 767 TLI_DEFINE_ENUM_INTERNAL(fstatvfs) 768 TLI_DEFINE_STRING_INTERNAL("fstatvfs")
|
/external/python/cpython2/Lib/test/ |
D | test_posix.py | 141 self.assertTrue(posix.fstatvfs(fp.fileno()))
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 21 # pragma weak fstatvfs macro 9614 result = fstatvfs(fd, &st); in os_fstatvfs_impl() 9652 if (fstatvfs == NULL) { in os_statvfs_impl() 9657 result = fstatvfs(path->fd, &st); in os_statvfs_impl() 13559 if (fstatvfs == NULL) { in INITFUNC()
|
/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 398 case LibFunc::fstatvfs: in inferLibFuncAttributes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | Path.inc | 59 #define FSTATVFS fstatvfs
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 22 # pragma weak fstatvfs macro 7530 res = fstatvfs(fd, &st); in posix_fstatvfs() 9552 if (fstatvfs == NULL) { in INITFUNC()
|
/external/python/cpython3/Lib/test/ |
D | test_posix.py | 155 self.assertTrue(posix.fstatvfs(fp.fileno()))
|
/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 | 276 /* Define to 1 if you have the `fstatvfs' function. */
|
/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/python/cpython3/ |
D | pyconfig.h.in | 354 /* Define to 1 if you have the `fstatvfs' function. */
|
/external/strace/ |
D | NEWS | 366 * Added -e trace=%fstatfs option for tracing fstatfs, fstatfs64 and fstatvfs
|