Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-statvfs.h48 struct statvfs { struct
67 int statvfs(const char *, struct statvfs *); argument
H A Dbsd-statvfs.c58 int statvfs(const char *path, struct statvfs *buf) in statvfs() function
/freebsd/sys/sys/
H A Dstatvfs.h57 struct statvfs { struct
76 int fstatvfs(int, struct statvfs *); argument
/freebsd/lib/libc/gen/
H A Dstatvfs.c70 statvfs(const char * __restrict path, struct statvfs * __restrict result) in statvfs() function
/freebsd/contrib/netbsd-tests/lib/libc/c063/
H A Dt_o_search.c61 #define statvfs statfs macro
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h294 inline int statvfs(const wchar_t* p, StatVFS* buf) { in statvfs() function