Home
last modified time | relevance | path

Searched refs:statvfs64 (Results 1 – 25 of 52) sorted by relevance

123

/external/llvm-project/llvm/test/Transforms/InferFunctionAttrs/
Dpr30455.ll2 %struct.statvfs64 = type { i32 }
7 %st = alloca %struct.statvfs64, align 4
8 %0 = bitcast %struct.statvfs64* %st to i8*
12 ; CHECK: declare i32 @statvfs64(%struct.statvfs64*){{$}}
13 declare i32 @statvfs64(%struct.statvfs64*)
Dno-proto.ll798 ; CHECK: declare void @statvfs64(...)
799 declare void @statvfs64(...)
/external/clang/test/CodeGenCXX/
Dredefine_extname.cpp4 struct statvfs64 { struct
7 #pragma redefine_extname statvfs64 statvfs argument
8 int statvfs64(struct statvfs64 *);
12 struct statvfs64 st; in some_func()
13 statvfs64(&st); in some_func()
/external/llvm-project/clang/test/CodeGenCXX/
Dredefine_extname.cpp4 struct statvfs64 { struct
7 #pragma redefine_extname statvfs64 statvfs argument
8 int statvfs64(struct statvfs64 *);
12 struct statvfs64 st; in some_func()
13 statvfs64(&st); in some_func()
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
Dmod.rs21 pub struct statvfs64 {
/external/rust/crates/libc/src/unix/linux_like/android/b32/
Dmod.rs84 pub struct statvfs64 {
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
Dmod.rs188 pub struct statvfs64 {
/external/crosvm/fuse/src/
Dfilesystem.rs865 fn statfs(&self, ctx: Context, inode: Self::Inode) -> io::Result<libc::statvfs64> { in statfs() argument
867 let mut st: libc::statvfs64 = unsafe { mem::zeroed() }; in statfs()
Dsys.rs528 impl From<libc::statvfs64> for Kstatfs {
529 fn from(st: libc::statvfs64) -> Self { in from()
/external/rust/crates/libc/src/unix/linux_like/android/b64/
Dmod.rs94 pub struct statvfs64 {
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_solaris.cpp95 unsigned struct_statvfs64_sz = sizeof(struct statvfs64);
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def584 /// int fstatvfs64(int fildes, struct statvfs64 *buf);
935 /// int statvfs64(const char *path, struct statvfs64 *buf)
936 TLI_DEFINE_ENUM_INTERNAL(statvfs64)
937 TLI_DEFINE_STRING_INTERNAL("statvfs64")
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def874 /// int fstatvfs64(int fildes, struct statvfs64 *buf);
1258 /// int statvfs64(const char *path, struct statvfs64 *buf)
1259 TLI_DEFINE_ENUM_INTERNAL(statvfs64)
1260 TLI_DEFINE_STRING_INTERNAL("statvfs64")
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def847 /// int fstatvfs64(int fildes, struct statvfs64 *buf);
1213 /// int statvfs64(const char *path, struct statvfs64 *buf)
1214 TLI_DEFINE_ENUM_INTERNAL(statvfs64)
1215 TLI_DEFINE_STRING_INTERNAL("statvfs64")
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1465 pub fn statvfs64(path: *const ::c_char, buf: *mut statvfs64) -> ::c_int; in statvfs64() function
1466 pub fn fstatvfs64(fd: ::c_int, buf: *mut statvfs64) -> ::c_int; in fstatvfs64()
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll669 ; CHECK: declare void @statvfs64(...)
670 declare void @statvfs64(...)
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/
Dmod.rs67 pub struct statvfs64 {
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp392 TLI.setUnavailable(LibFunc::statvfs64); in initialize()
845 case LibFunc::statvfs64: in isValidProtoForLibFunc()
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs131 pub struct statvfs64 {
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
Dhexagon.rs117 pub struct statvfs64 {
Dpowerpc.rs138 pub struct statvfs64 {
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/
Dmod.rs114 pub struct statvfs64 {
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/
Dmod.rs133 pub struct statvfs64 {
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/arm/
Dmod.rs95 pub struct statvfs64 {
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/arm/
Dmod.rs147 pub struct statvfs64 {

123