Home
last modified time | relevance | path

Searched defs:statvfs (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/sys/
H A Dstatvfs.h24 struct statvfs { struct
43 int fstatvfs(int, struct statvfs *); argument
/openbsd/lib/libc/gen/
H A Dstatvfs.c59 statvfs(const char *path, struct statvfs *p) in statvfs() function
/openbsd/gnu/llvm/libcxx/src/filesystem/
H A Dposix_compat.h320 int statvfs(const wchar_t *p, StatVFS *buf) { in statvfs() function
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp755 TEST(MemorySanitizer, statvfs) { in TEST() argument