/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors_netbsd_compat.inc | 26 #undef fstatvfs 45 INTERCEPTOR(int, fstatvfs, int fd, void *buf) { 47 COMMON_INTERCEPTOR_ENTER(ctx, fstatvfs, fd, buf); 52 int res = REAL(fstatvfs)(fd, buf); 64 COMMON_INTERCEPT_FUNCTION(fstatvfs); \
|
/external/rust/crates/nix/src/sys/ |
D | statvfs.rs | 137 pub fn fstatvfs<T: AsRawFd>(fd: &T) -> Result<Statvfs> { in fstatvfs() function 141 Errno::result(libc::fstatvfs(fd.as_raw_fd(), stat.as_mut_ptr())) in fstatvfs() 159 fstatvfs(&root).unwrap(); in fstatvfs_call()
|
/external/openssh/openbsd-compat/ |
D | bsd-statvfs.h | 71 int fstatvfs(int, struct statvfs *);
|
D | bsd-statvfs.c | 82 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 | 398 "fstatvfs@openssh.com" 400 These requests correspond to the statvfs and fstatvfs POSIX system 408 The "fstatvfs@openssh.com" operates on an open file handle: 411 string "fstatvfs@openssh.com" 435 Both the "statvfs@openssh.com" and "fstatvfs@openssh.com" extensions are
|
D | sftp-server.c | 1347 if (fstatvfs(fd, &st) != 0) in process_extended_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-project/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 465 ; CHECK: declare void @fstatvfs(...) 466 declare void @fstatvfs(...)
|
D | annotate.ll | 487 ; CHECK: declare noundef i32 @fstatvfs(i32 noundef, %opaque* nocapture noundef) [[G1]] 488 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/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 871 /// int fstatvfs(int fildes, struct statvfs *buf); 872 TLI_DEFINE_ENUM_INTERNAL(fstatvfs) 873 TLI_DEFINE_STRING_INTERNAL("fstatvfs")
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 844 /// int fstatvfs(int fildes, struct statvfs *buf); 845 TLI_DEFINE_ENUM_INTERNAL(fstatvfs) 846 TLI_DEFINE_STRING_INTERNAL("fstatvfs")
|
/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/rust/crates/libc/src/unix/ |
D | mod.rs | 1281 pub fn fstatvfs(fd: ::c_int, buf: *mut statvfs) -> ::c_int; in fstatvfs() function
|
/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/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/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Path.inc | 70 #define FSTATVFS fstatvfs
|
/external/llvm-project/compiler-rt/lib/msan/tests/ |
D | msan_test.cpp | 761 TEST(MemorySanitizer, fstatvfs) { in TEST() argument 764 int res = fstatvfs(fd, &st); in TEST()
|
/external/llvm-project/llvm/lib/Support/Unix/ |
D | Path.inc | 76 #define FSTATVFS fstatvfs
|
/external/python/cpython2/ |
D | pyconfig.h.in | 276 /* Define to 1 if you have the `fstatvfs' function. */
|